diff options
| author | 2018-04-10 22:14:17 +0200 | |
|---|---|---|
| committer | 2018-04-10 22:14:17 +0200 | |
| commit | 00935f13048caa58f5aa94d1a89b9dd67010fc29 (patch) | |
| tree | e2439e0739b672fe23a05fe8d84390f3c8891b9d /.gitignore | |
| parent | PPA: fix script (diff) | |
| download | KVIrc-00935f13048caa58f5aa94d1a89b9dd67010fc29.tar.gz KVIrc-00935f13048caa58f5aa94d1a89b9dd67010fc29.tar.bz2 KVIrc-00935f13048caa58f5aa94d1a89b9dd67010fc29.zip | |
Docs folder cleanup (#2366)
* delete accelerator.keys.txt
content is at https://github.com/kvirc/KVIrc/wiki/Keyboard-shortcuts
* delete INSTALL and doc/INSTALL.txt
content is at https://github.com/kvirc/KVIrc/wiki/installation
* delete doc/firefox.hack.txt
should no longer be needed
* delete doc/themes.howto.txt
content is at https://github.com/kvirc/KVIrc/wiki/tutorials
* delete doc/INSTALL-MacOS.txt
content is at https://github.com/kvirc/KVIrc/wiki/Compiling-KVIrc-from-git-on-macOS-Sierra
* add another VS file to .gitignore
* delete doc/FAQ
content is at https://github.com/kvirc/KVIrc/wiki/FAQ
* delete old TODOs
content should be, if relevant, in issues
* delete doc/addon.howto.txt
content is at https://github.com/kvirc/KVIrc/wiki/Addons
* delete doc/scripting.faq.txt
content is at https://github.com/kvirc/KVIrc/wiki/tutorials
* delete translations.howto.txt and translations.spanish.notes.txt
content should be at https://github.com/kvirc/KVIrc/wiki/Updating-KVIrc's-translations
* delete win32_run_cmake.bat
outdated?
* adjust CMakeLists.txt for removed files
* delete Windows compilation instructions
content is at https://github.com/kvirc/KVIrc/wiki/Compiling-KVIrc-on-Windows
* delete doc/hackers.guide.txt
content is at https://github.com/kvirc/KVIrc/wiki/The-Source-Tree
* delete doc/ui-style-tips.txt
content is at https://github.com/kvirc/KVIrc/wiki/Contributing-code-to-KVIrc's-repositories
* adjust README to doc changes
* move main license file to root
* adjust mentions of copyright files
* revert status badges back from shields.io
shields.io is overloaded all the time so the badges never display
* change cmake syntax
* restore the about license text to its original glory and install the amip license only on windows
* update GPL2 from the GNU website
* change the installer to show ABOUT-LICENSE as well
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 520bd3893..4dc49c930 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ CMakeSettings.json KVIrc.sln KVIrc.vcxproj KVIrc.vcxproj.filters +KVIrc.vcxproj.user |
