Add readme files for irssi and weechat weechat
authorRalf Ertzinger <ralf@skytale.net>
Sat, 11 May 2013 16:12:20 +0000 (18:12 +0200)
committerRalf Ertzinger <ralf@skytale.net>
Sat, 11 May 2013 16:12:20 +0000 (18:12 +0200)
README-irssi [new file with mode: 0644]
README-weechat [new file with mode: 0644]

diff --git a/README-irssi b/README-irssi
new file mode 100644 (file)
index 0000000..13faa19
--- /dev/null
@@ -0,0 +1,21 @@
+Installation instructions
+=========================
+
+Copy/symlink the following files/directories into ~/.irssi/scripts (create
+the directory if it does not exist)
+
+* videosite-irssi.pl
+* libvideosite.pm
+* videosite/
+
+In irssi, use "/load videosite-irssi.pl" to activate.
+
+
+Upgrade
+=======
+
+If you've been using a videosite version without libvideosite.pm it's a
+good idea to restart irssi for the upgrade. Follow the installation
+instructions above. Existing configuration using videosite.xml or
+videosite.json files will be converted to use the irssi
+internal configuration storage on the first start.
diff --git a/README-weechat b/README-weechat
new file mode 100644 (file)
index 0000000..b0af46e
--- /dev/null
@@ -0,0 +1,11 @@
+Installation instructions
+=========================
+
+Copy/symlink the following files/directories into ~/.weechat/per (create
+the directory if it does not exist)
+
+* videosite-weechat.pl
+* libvideosite.pm
+* videosite/
+
+In weechat, use "/script load videosite-weechat.pl" to activate.