aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGravatar Matt Ullman2015-10-18 05:16:18 -0400
committerGravatar Matt Ullman2015-10-18 05:17:31 -0400
commite227679b0af3687acf9292953edbb0ebeab19df9 (patch)
treeb498cd485b2cf65cd6e4288ba75beb3ba6e89e02 /doc
parentMerge pull request #1674 from un1versal/The-Emperor's-New-Clothes (diff)
downloadKVIrc-e227679b0af3687acf9292953edbb0ebeab19df9.tar.gz
KVIrc-e227679b0af3687acf9292953edbb0ebeab19df9.tar.bz2
KVIrc-e227679b0af3687acf9292953edbb0ebeab19df9.zip
Clean up trailing whitespaces and excess newlines
Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk
Diffstat (limited to 'doc')
-rw-r--r--doc/COPYING2
-rw-r--r--doc/INSTALL-MacOS.txt2
-rw-r--r--doc/INSTALL-Win32.txt2
-rw-r--r--doc/INSTALL-Win64.txt8
-rw-r--r--doc/INSTALL.txt1
-rw-r--r--doc/LICENSE-OPENSSL15
-rw-r--r--doc/README4
-rw-r--r--doc/TODO-cmake1
-rw-r--r--doc/hackers.guide.txt3
-rw-r--r--doc/themes.howto.txt1
10 files changed, 13 insertions, 26 deletions
diff --git a/doc/COPYING b/doc/COPYING
index 29d5818fe..613fe7f7c 100644
--- a/doc/COPYING
+++ b/doc/COPYING
@@ -46,5 +46,3 @@ you distribute KVIrc. Inclusion of this notice with such a
distribution constitutes a grant of such permission. If you do not wish
to grant these permissions, remove this section entitled "OpenSSL
Exception" from your distribution.
-
-
diff --git a/doc/INSTALL-MacOS.txt b/doc/INSTALL-MacOS.txt
index d0f5a66c9..07f5037ba 100644
--- a/doc/INSTALL-MacOS.txt
+++ b/doc/INSTALL-MacOS.txt
@@ -134,5 +134,3 @@ to install Qt in order to run your bundle.
Open Finder, move your bundle into a better location (e.g. /Applications),
and double click to start.
-
-
diff --git a/doc/INSTALL-Win32.txt b/doc/INSTALL-Win32.txt
index 42c8ac520..415800f64 100644
--- a/doc/INSTALL-Win32.txt
+++ b/doc/INSTALL-Win32.txt
@@ -324,5 +324,5 @@ Common errors, pitfalls,
- * Windows Vista and 7 Users * If you have UAC enabled (default setting) and KVIrc is installed in the Program Files folder
and you have opted to use the portable setting, then KVIrc's data files will be found in the VirtualStore folder,
- typically: C:\Users\[UserName]\AppData\Local\VirtualStore\Program Files\KVIrc\ If you plan on using the portable setting,
+ typically: C:\Users\[UserName]\AppData\Local\VirtualStore\Program Files\KVIrc\ If you plan on using the portable setting,
it is recommended that you install KVIrc in a non UAC protected folder.
diff --git a/doc/INSTALL-Win64.txt b/doc/INSTALL-Win64.txt
index 5f66b3341..c6b5b2d04 100644
--- a/doc/INSTALL-Win64.txt
+++ b/doc/INSTALL-Win64.txt
@@ -37,12 +37,12 @@ Prerequisites
Get it from http://www.activestate.com/activeperl/downloads
Get the 64-bit version, use 5.20.x (newer versions don't have dmake yet in the repo).
Install in default location with default options.
-
+
If you want scripting support, you will also have to do this:
Go to C:\Perl64\lib\CORE, make the file config.h not read-only and open it for editing.
Find the line that starts with "#define PERL_STATIC_INLINE" and put "/*" in front of it (so it's commented).
And of course save the file.
-
+
Some perl releases miss dmake at install time; if you get a strange error at compilation
time, run the following command from cmdline: ppm install dmake
@@ -109,7 +109,7 @@ Prerequisites
cmake .. -G "NMake Makefiles" -DPHONON_BUILD_PHONON4QT5=ON -DCMAKE_INSTALL_PREFIX=C:\Qt\5.4\msvc2013_64 -DCMAKE_PREFIX_PATH=C:\Qt\5.4\msvc2013_64 -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON -Wno-dev
nmake
nmake install
-
+
- GNU GetText for Win32.
Required if you're building a redistributable package,
needed to translate KVIrc interface into your own language.
@@ -156,7 +156,7 @@ Compilation
cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=release -DWANT_KDE=0
nmake
nmake install
-
+
Your binaries are now located at C:\kvirccomp\kvirc\build\release.
But you can’t start kvirc.exe as there're some libraries missing.
You can either copy these to the system dir, add their locations to %PATH% or copy them to the KVIrc-release dir.
diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt
index cd60b63d0..ce9ed2279 100644
--- a/doc/INSTALL.txt
+++ b/doc/INSTALL.txt
@@ -645,4 +645,3 @@
Alternatively, you can try the experimental CPack support included in
CMakelist.txt to build a package. In this case, please refer to the CPack
documentation.
-
diff --git a/doc/LICENSE-OPENSSL b/doc/LICENSE-OPENSSL
index e47d101f1..7d0e2378b 100644
--- a/doc/LICENSE-OPENSSL
+++ b/doc/LICENSE-OPENSSL
@@ -19,7 +19,7 @@
* are met:
*
* 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
+ * notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
@@ -74,21 +74,21 @@
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
- *
+ *
* This library is free for commercial and non-commercial use as long as
* the following conditions are aheared to. The following conditions
* apply to all code found in this distribution, be it the RC4, RSA,
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
* included with this distribution is covered by the same copyright terms
* except that the holder is Tim Hudson (tjh@cryptsoft.com).
- *
+ *
* Copyright remains Eric Young's, and as such any Copyright notices in
* the code are not to be removed.
* If this package is used in a product, Eric Young should be given attribution
* as the author of the parts of the library used.
* This can be in the form of a textual message at program startup or
* in documentation (online or textual) provided with the package.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -103,10 +103,10 @@
* Eric Young (eay@cryptsoft.com)"
* The word 'cryptographic' can be left out if the rouines from the library
* being used are not cryptographic related :-).
- * 4. If you include any Windows specific code (or a derivative thereof) from
+ * 4. If you include any Windows specific code (or a derivative thereof) from
* the apps directory (application code) you must include an acknowledgement:
* "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
- *
+ *
* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -118,10 +118,9 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
+ *
* The licence and distribution terms for any publically available version or
* derivative of this code cannot be changed. i.e. this code cannot simply be
* copied and put under another distribution licence
* [including the GNU Public Licence.]
*/
-
diff --git a/doc/README b/doc/README
index f78fa3c43..f34e3c5f5 100644
--- a/doc/README
+++ b/doc/README
@@ -528,7 +528,3 @@ Have fun :)
Szymon Stefanek and The KVIrc Development Team
###############################################################################
-
-
-
-
diff --git a/doc/TODO-cmake b/doc/TODO-cmake
index 4c23917e3..9dce4045c 100644
--- a/doc/TODO-cmake
+++ b/doc/TODO-cmake
@@ -3,4 +3,3 @@ transition autotools -> cmake.
* Missing or broken rules
- uninstall: delete directories
-
diff --git a/doc/hackers.guide.txt b/doc/hackers.guide.txt
index ee54c435e..2a1220111 100644
--- a/doc/hackers.guide.txt
+++ b/doc/hackers.guide.txt
@@ -325,7 +325,7 @@ As of 2012.07.01:
As of 2015.08.24:
pragma@photon:/src/pragma/kvirc-git/KVIrc$ cloc ./
5654 text files.
- 4080 unique files.
+ 4080 unique files.
2882 files ignored.
http://cloc.sourceforge.net v 1.60 T=7.61 s (417.3 files/s, 76656.1 lines/s)
@@ -996,4 +996,3 @@ Then take a look at doc/api/html/annotated.html
Let's also try to document the code we write: the doxygen syntax
is trivial and you can find a 5 minute tutorial by googling.
-
diff --git a/doc/themes.howto.txt b/doc/themes.howto.txt
index c7fc2f7a6..0d0c5cc05 100644
--- a/doc/themes.howto.txt
+++ b/doc/themes.howto.txt
@@ -120,4 +120,3 @@ shipped in the distribution.
Have fun :)
Szymon Stefanek
-