summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorAlexander Færøy2014-05-31 12:44:57 +0200
committerAlexander Færøy2014-05-31 12:44:57 +0200
commitf771958f033684eee63cc47e1a446276697a8bfc (patch)
tree109dc3a7ccf7d8226ffcf8d074733f4818f76491 /index.html
parent171b6febdd08d20f4fe2ea5f2ef18994eeb9916b (diff)
downloadscripts.irssi.org-f771958f033684eee63cc47e1a446276697a8bfc.tar.bz2
Add initial page
Diffstat (limited to 'index.html')
-rw-r--r--index.html43
1 files changed, 43 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..d86738e
--- /dev/null
+++ b/index.html
@@ -0,0 +1,43 @@
+---
+layout: default
+---
+
+<div class="container">
+ <div class="row">
+ <div class="page-header">
+ <h1>Irssi's Script Repository</h1>
+ </div>
+ </div>
+
+ <div class="row">
+ <dl>
+ <dt>How do I run scripts?</dt>
+ <dd>Put them into <code>~/.irssi/scripts/</code> and in irssi do
+ <kbd>/script load script.pl</kbd> . There is a default alias for
+ <kbd>/script load</kbd> to <kbd>/run</kbd> in newer versions of
+ irssi.</dd>
+
+ <dt>How do I run scripts?</dt>
+ <dd>Put them into ~/.irssi/scripts/ and in irssi do <kbd>/script
+ load script.pl</kbd> . There is a default alias for
+ <kbd>/script load</kbd> to <kbd>/run</kbd> in newer versions of
+ irssi.</dd>
+
+ <dt>How do I rerun scripts?</dt>
+ <dd>Just do <kbd>/script load script.pl</kbd> .</dd>
+
+ <dt>How do I unload scripts?</dt>
+ <dd>Just do <kbd>/script unload script.pl</kbd> .</dd>
+
+ <dt>How do I run scripts automatically at startup?</dt>
+ <dd>Put them into <code>~/.irssi/scripts/autorun/</code> directory.
+ Or better would be if you placed them in
+ <code>~/.irssi/scripts/</code> and created symlinks to autorun
+ directory (eg. <kbd>cd ~/.irssi/scripts/autorun/ ; ln -s
+ ../script.pl .</kbd>)</dd>
+ </dl>
+
+ <hr>
+ </div>
+</div>
+