From: Ralf Ertzinger Date: Sat, 11 May 2013 16:12:20 +0000 (+0200) Subject: Add readme files for irssi and weechat X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=videosite.git;a=commitdiff_plain;h=7ce3d9f2dbd8a16ad3674a6ebd6a6fd4c341d9b8 Add readme files for irssi and weechat --- diff --git a/README-irssi b/README-irssi new file mode 100644 index 0000000..13faa19 --- /dev/null +++ b/README-irssi @@ -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 index 0000000..b0af46e --- /dev/null +++ b/README-weechat @@ -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.