From 1d45fdfa037b0cba8012a8be1a9815b2f2f9a52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=C3=A6r=C3=B8y?= Date: Thu, 12 Jun 2014 12:15:31 +0200 Subject: [PATCH] Cleanup README.md This patch restructures and cleans up README.md slightly to make it a more structured for Github's README.md repository view. --- README.md | 41 +++++++++++++++++++---------------------- 1 file changed, 19 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 7b02dfc2..208fb42f 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,15 @@ -# irssi, http://irssi.org +# Irssi + +Irssi is a modular IRC client that currently has only text mode user interface, +but 80-90% of the code isn't text mode specific, so other UIs could be created +pretty easily. Also, Irssi isn't really even IRC specific anymore, there's +already a working [SILC](http://www.silcnet.org/) module available. Support for +other protocols like ICQ could be created some day too. ## Installation See the `INSTALL` file. -## Files - - - The `docs/` directory contains several documents: - - `startup-HOWTO.txt` - new users should read this - - `manual.txt` - manual I started writing but didn't get it very far :) - - `perl.txt` - Perl scripting help - - `formats.txt` - How to use colors, etc. with irssi - - `faq.txt` - Frequently Asked Questions - - `special_vars.txt` - some predefined $variables you can use with irssi - -## About - -Irssi is a modular IRC client that currently has only text mode user -interface, but 80-90% of the code isn't text mode specific, so other -UIs could be created pretty easily. Also, Irssi isn't really even IRC -specific anymore, there's already a working SILC (http://www.silcnet.org) -module available. Support for other protocols like ICQ could be created -some day too. - ## Features So what's so great about Irssi? Here's a list of some features I can @@ -96,10 +83,20 @@ think of currently: said your name (as seen in awaylog) or topic was changed (/last -topics) +## Files + + - The `docs/` directory contains several documents: + - `startup-HOWTO.txt` - new users should read this + - `manual.txt` - manual I started writing but didn't get it very far :) + - `perl.txt` - Perl scripting help + - `formats.txt` - How to use colors, etc. with irssi + - `faq.txt` - Frequently Asked Questions + - `special_vars.txt` - some predefined $variables you can use with irssi + ## Bugs / Suggestions See the `TODO` file, http://bugs.irssi.org and the GitHub issues if it is -already listed in there; if not, open an issue on GitHub or [send a mail to -staff@irssi.org](mailto:staff@irssi.org) +already listed in there; if not, open an issue on GitHub or send a mail to +[staff@irssi.org](mailto:staff@irssi.org). You can also contact the Irssi developers in #irssi on freenode.