summaryrefslogtreecommitdiff
path: root/documentation/index.markdown
diff options
context:
space:
mode:
authorAilin Nemui <ailin@z30a.localdomain>2016-02-09 00:19:14 +0100
committerAilin Nemui <ailin@z30a.localdomain>2016-02-10 14:00:53 +0100
commit03077f9313e9ba5d307d680018d823c9d4dc8c9f (patch)
tree9cf3a68486948c18b843d1ba8e4b71db6c7af40a /documentation/index.markdown
parent71dca76067b0d1132f623b47d89b05299a4deb93 (diff)
downloadirssi.github.io-03077f9313e9ba5d307d680018d823c9d4dc8c9f.zip
fixes for github-pages 45
Diffstat (limited to 'documentation/index.markdown')
-rw-r--r--documentation/index.markdown7
1 files changed, 6 insertions, 1 deletions
diff --git a/documentation/index.markdown b/documentation/index.markdown
index e97952e..539f72c 100644
--- a/documentation/index.markdown
+++ b/documentation/index.markdown
@@ -4,9 +4,11 @@ title: Documentation
permalink: documentation/
categories: [ _nav ]
---
+
## Irssi documentation and tutorials:
-###Documentation
+### Documentation
+
- Check the built-in `/HELP`, it has all the details on command syntax
- [Startup How-To](startup)
- [Settings](settings)
@@ -17,6 +19,7 @@ categories: [ _nav ]
- [Contributing](/development)
### Miscellaneous
+
- [Tips & Tricks](tips)
- [Irssi Proxy](//github.com/irssi/irssi/blob/master/docs/proxy.txt){:rel='external'}, the mini-bnc module
- [Colour Formats](//github.com/irssi/irssi/blob/master/docs/formats.txt){:rel='external'}
@@ -24,12 +27,14 @@ categories: [ _nav ]
- [Irssi 0.8.17 Tips](//github.com/shabble/irssi-docs/wiki/Irssi-0.8.17){:rel='external'}
### Tutorials
+
- [General guide to Irssi and GNU screen](//quadpoint.org/articles/irssi/){:rel='external'}
- [Split windows handling](//quadpoint.org/articles/irssisplit/){:rel='external'}
- [Split windows handling Addendum](http://wouter.coekaerts.be/irssi/split){:rel='external'}
- [Showing events in different windows](http://wouter.coekaerts.be/site/irssi/wclf){:rel='external'}
### Scripting
+
- [Scripting Tutorial](http://juerd.nl/site.plp/irssiscripttut){:rel='external'}, by Juerd
- [Perl Scripting Reference](//github.com/irssi/irssi/blob/master/docs/perl.txt){:rel='external'}
- [Signals](//github.com/irssi/irssi/blob/master/docs/signals.txt){:rel='external'}