diff options
Diffstat (limited to 'documentation/index.markdown')
-rw-r--r-- | documentation/index.markdown | 37 |
1 files changed, 31 insertions, 6 deletions
diff --git a/documentation/index.markdown b/documentation/index.markdown index 1f5feab..34cb822 100644 --- a/documentation/index.markdown +++ b/documentation/index.markdown @@ -1,23 +1,30 @@ --- layout: page -title: Documentation +title: Help permalink: documentation/ categories: [ _nav ] --- -## Irssi documentation and tutorials: - ### Documentation -- Check the built-in `/HELP`, it has all the details on command syntax +- [Frequently Asked Questions](faq) - [Startup How-To](startup) +- Check the built-in `/HELP`, it has all the details on command syntax - [Settings](settings) -- [Frequently Asked Questions](faq) -- [Writing good bug reports](//github.com/irssi/irssi/blob/master/docs/crash.txt){:rel='external'} - [Design](//github.com/irssi/irssi/blob/master/docs/design.txt){:rel='external'} - [Manual](//github.com/irssi/irssi/blob/master/docs/manual.txt){:rel='external'}, a bit dated and unfinished - [Contributing](/development) +### Support + +- [`#irssi` IRC](/support/irc) + +> If your irssi crashes, it's always a bug. Please read [bugreporting howto](/documentation/crash) +and send one. For other type of bugs, it would still be nice to hear of them, +but chances are that it's already known. Send all bugreports to irssi's [bug +reporting system](//github.com/irssi/irssi/issues), but check if it has already +been reported first. + ### Miscellaneous - [Tips & Tricks](tips) @@ -25,6 +32,7 @@ categories: [ _nav ] - [Colour Formats](//github.com/irssi/irssi/blob/master/docs/formats.txt){:rel='external'} - [Special Variables](//github.com/irssi/irssi/blob/master/docs/special_vars.txt){:rel='external'} - [Irssi 0.8.17 Tips](//github.com/shabble/irssi-docs/wiki/Irssi-0.8.17){:rel='external'} +- [About Irssi](about) (historical) ### Tutorials @@ -41,3 +49,20 @@ categories: [ _nav ] - [Signals](//github.com/irssi/irssi/blob/master/docs/signals.txt){:rel='external'} - (Unofficial) [Irssi Scripting and Documentation Wiki](//github.com/shabble/irssi-docs/wiki){:rel='external'} +### Compiling problems + +Read the [INSTALL](//github.com/irssi/irssi/blob/master/INSTALL){:rel='external'} file that comes with irssi, it explains the most common +problems. + +### Still problems? + +Read the [FAQ](/documentation/faq) +before asking anything. +The [Startup How-To](/documentation/startup) is quite useful as well. +And if you just want to know about some setting, you could very well guess +it yourself too, like if you want to change something related to windows, +try `/SET window`. + +If you still haven't found what you're looking for, and googling didn't help either, +try asking on IRC in `#irssi`. + |