From: Ailin Nemui Date: Fri, 24 Feb 2017 15:10:17 +0000 (+0100) Subject: Show instructions for using scriptassist instead X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2716cf49e885fe28ce74932cc0a9ae569f547e90;p=irssi-scripts.irssi.org.git Show instructions for using scriptassist instead [skip ci] --- diff --git a/assets/css/style.css b/assets/css/style.css index fe72819..302d311 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -23,3 +23,12 @@ table.sortable thead { table.sortable thead th:hover { opacity: 0.8; } + +div.instructions input { + opacity: 0; + position: fixed; +} +div.instructions label { display: inline; } +input#manual-instructions:checked ~ dl.automatic-instructions, +input#automatic-instructions:checked ~ dl.manual-instructions +{ display: none; } diff --git a/index.html b/index.html index 7e870c0..feda0dd 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,31 @@ layout: default
-
+
+ + +
+
How do I install scripts?
+
In Irssi, do /run scriptassist (only once per session), then + /script install scriptname . + +
How do I rerun scripts?
+
Just do /script load scriptname .
+ +
How do I unload scripts?
+
Just do /script unload scriptname .
+ +
How do I run scripts automatically at startup?
+
Just do /script autorun scriptname .
+ +
Scriptassist does not work for me / I want to do it myself?
+
+ +
How do I submit a script to this page?
+
See information on how to contribute here.
+
+
How do I run scripts?
Put them into ~/.irssi/scripts/ and in irssi do /script load script.pl . There is a default alias for @@ -32,12 +56,14 @@ layout: default
Is there an easy way of managing scripts?
Try scriptassist.pl, it can update and manage your scripts - as well as install new ones and search the database.
+ as well as install new ones and search the database. +
How do I submit a script to this page?
See information on how to contribute here.
- +