From 3d619726e5d6e0a769ad705c4a4298f6b28aa743 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Mon, 23 Aug 2010 01:22:09 +0100 Subject: lots of doc updates --- docs/General/Guide.pod | 25 ++++ docs/Irssi.pod | 317 +++++++++++++++++++++++++++++++++++------------- docs/Irssi/Ignore.pod | 2 - docs/Irssi/UI/Theme.pod | 66 +++++++++- docs/TODO | 63 ++++++++++ docs/buildpod.pl | 10 +- docs/podstyle.css | 32 ----- 7 files changed, 389 insertions(+), 126 deletions(-) create mode 100644 docs/TODO (limited to 'docs') diff --git a/docs/General/Guide.pod b/docs/General/Guide.pod index 3a9f43f..20f48af 100644 --- a/docs/General/Guide.pod +++ b/docs/General/Guide.pod @@ -6,6 +6,10 @@ Guide To Irssi Scripting. =head1 DESCRIPTION +This page presents a bunch of additional information about scripting for Irssi +that doesn't fit well anywhere else. It contains useful tips, common pitfalls, +and a bunch of other handy things. At least, I hope so. + =head1 LOADING AND UNLOADING SCRIPTS =head2 File Locations @@ -19,12 +23,33 @@ F<~/.irssi/scripts/>. If you require a script be run when Irssi starts, you can place the file (or better, create a symlink to it) into F<~/.irssi/scripts/autorun/>. +Alternatively, if you want more control over the order in which scripts are +autoloaded, you can place + + SCRIPT LOAD script1 + SCRIPT LOAD script2 + SCRIPT LOAD script3 + +into your F<~/.irssi/startup> file. + +I on Freenode/#irssi>. + =head2 Testing =for comment B =head3 C +The C