changeset 388:7efbaf3800b9

Misc: reduce .md files to 80 columns
author David Demelier <markand@malikania.fr>
date Thu, 22 Dec 2016 13:50:14 +0100
parents 94b18a90e8f7
children 4379c48cfd15
files INSTALL.md LICENSE.md README.md
diffstat 3 files changed, 15 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL.md	Thu Dec 22 11:17:44 2016 +0100
+++ b/INSTALL.md	Thu Dec 22 13:50:14 2016 +0100
@@ -14,9 +14,11 @@
 
 Optional:
 
-  - [OpenSSL](http://openssl.org), Used for SSL connections to IRC servers, recommended,
+  - [OpenSSL](http://openssl.org), Used for SSL connections to IRC servers,
+    recommended,
   - [Pandoc](http://pandoc.org), Used for documentation process,
-  - [Doxygen](http://www.stack.nl/~dimitri/doxygen), For the documentation about irccd internals.
+  - [Doxygen](http://www.stack.nl/~dimitri/doxygen), For the documentation about
+    irccd internals.
 
 Basic installation
 ------------------
--- a/LICENSE.md	Thu Dec 22 11:17:44 2016 +0100
+++ b/LICENSE.md	Thu Dec 22 13:50:14 2016 +0100
@@ -1,5 +1,5 @@
-IRC Client Daemon LICENSE
-=========================
+IRC Client Daemon ISC LICENSE
+=============================
 
 Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
 
--- a/README.md	Thu Dec 22 11:17:44 2016 +0100
+++ b/README.md	Thu Dec 22 13:50:14 2016 +0100
@@ -1,12 +1,15 @@
 IRC Client Daemon
 =================
 
-IRC Client Daemon aka irccd is a full featured IRC bot written in C++14. It runs as a daemon waiting for events.
-It's also possible to connect to more than one server.
+IRC Client Daemon aka irccd is a full featured IRC bot written in C++14. It runs
+as a daemon waiting for events. It's also possible to connect to more than one
+server.
 
-Irccd is also able to use optional JavaScript plugins to do specific actions on these events.
+Irccd is also able to use optional JavaScript plugins to do specific actions on
+these events.
 
-Irccd is also controllable via internet and unix sockets, this let you use irccd as a message relayer and such.
+Irccd is also controllable via internet and unix sockets, this let you use irccd
+as a message relayer and such.
 
 Features
 --------
@@ -23,7 +26,8 @@
 Documentation
 -------------
 
-Lots of resources are available on the [official website](http://projects.malikania.fr/irccd)
+Lots of resources are available on the
+[official website](http://projects.malikania.fr/irccd)
 
 Author
 ------