From e1fd13f1b24d76fc969c14faf1096872396b7bf2 Mon Sep 17 00:00:00 2001 From: Dan Boger Date: Mon, 29 Jun 2009 14:49:21 -0700 Subject: [PATCH] Add HTML and php pages --- html/about.html | 22 +++ html/history.html | 341 +++++++++++++++++++++++++++++++++++++++++++ html/index.php | 133 +++++++++++++++++ html/installing.html | 25 ++++ html/tweets.html | 4 + html/using.html | 125 ++++++++++++++++ 6 files changed, 650 insertions(+) create mode 100644 html/about.html create mode 100644 html/history.html create mode 100644 html/index.php create mode 100644 html/installing.html create mode 100644 html/tweets.html create mode 100644 html/using.html diff --git a/html/about.html b/html/about.html new file mode 100644 index 0000000..6a11e8e --- /dev/null +++ b/html/about.html @@ -0,0 +1,22 @@ +

+Twirssi allows you to post to Twitter +and Identi.ca from your +favorite IRC client, as well as: + + + +Click here to download the current version. Current +development is mirrored in github. +A running twirssi install can be switched to use beta code by setting +twirssi_upgrade_beta to true, and using /twirssi_upgrade. +. +The script is written and maintained by @zigdon, and the site and logo are by @relsqui. Try it out, leave comments, and +follow development by following @twirssi, or join #twirssi on Foonetic.

diff --git a/html/history.html b/html/history.html new file mode 100644 index 0000000..4de21cf --- /dev/null +++ b/html/history.html @@ -0,0 +1,341 @@ + +
  • v.2.2.3 - 14:00 21-May-2009
    +
  • +
  • v.2.2.2 - 20:30 20-Apr-2009
    +
  • +
  • v.2.2.1 - 00:00 11-Apr-2009
    +
  • +
  • v.2.2.0 - 15:30 16-Mar-2009
    +
  • +
  • v2.1.2 - 14:00 07-Mar-2009
    +
  • +
  • v2.1.1 - 15:00 25-Feb-2009
    +
  • +
  • v2.1.0 - 17:00 24-Feb-2009
    +
  • +
  • v2.0.5 - 14:00 19-Feb-2009
    +
  • +
  • v2.0.4 - 20:00 16-Feb-2009
    +
  • +
  • v2.0.3 - 20:00 16-Feb-2009
    +
  • +
  • v2.0.2 - 11:00 05-Feb-2009
    +
  • + +
  • v2.0.1 - 10:00 02-Feb-2009
    +
  • + +
  • v2.0 - 18:30 29-Jan-2009
    +
  • + +
  • v1.7.8 - 17:00 27-Jan-2009
    +
  • + +
  • v1.7.7 - 08:00 26-Jan-2009
    +
  • + +
  • v1.7.6 - 10:00 21-Jan-2009
    +
  • + +
  • v1.7.5 - 23:30 20-Jan-2009
    +
  • + +
  • v1.7.4 - 21:00 13-Jan-2009
    +
  • + +
  • v1.7.3 - 15:00 08-Jan-2009
    +
  • + +
  • v1.7.2 - 20:00 06-Jan-2009
    +
  • + +
  • v1.7.1 - 07:00 06-Jan-2009
    +
  • + +
  • v1.7 - 18:00 05-Jan-2009
    +
  • + +
  • v1.6.1 - 08:00 05-Jan-2009
    +
  • + +
  • v1.6 - 19:00 04-Jan-2009
    +
  • + +
  • v1.5.1 - Noon 22-Dec-2008
    +
  • + +
  • v1.5 - Noon 22-Dec-2008
    +
  • + +
  • v1.4 - 13:00 21-Dec-2008
    +
  • +
  • v1.3 - 15:00 17-Dec-2008
    +
  • +
  • v1.2 - 11:00 17-Dec-2008
    +
  • +
  • v1.1 - 17:00 14-Dec-2008
    + +
  • +
  • v1.0 - Noon 11-Dec-2008
    + +
  • +
  • v0.9 - 10:00 11-Dec-2008
    +
  • +
  • v0.8 - 18:00 10-Dec-2008
    + +
  • + +
  • v0.7 - 14:00 06-Dec-2008
    +
  • +
  • v0.6 - 13:00 06-Dec-2008
    +
  • +
  • v0.5 - Noon 05-Dec-2008
    +
  • +
  • v0.4 - 11:00 04-Dec-2008 (PST)
    +
  • +
  • v0.3 - 19:00 02-Dec-2008 (PST)
    + +
  • +
  • v0.2 - 08:00 02-Dec-2008 (PST)
    +
  • + +
  • v0.1 - Midnight 02-Dec-2008 (PST)
    +
  • + + + + diff --git a/html/index.php b/html/index.php new file mode 100644 index 0000000..f1c5fb1 --- /dev/null +++ b/html/index.php @@ -0,0 +1,133 @@ + + + + + Twirssi: a twitter script for irssi + + + + + + + + +

    + Twirssi logo + Twirssi +

    a twitter script for irssi
    +

    + + + + +
    +

    + +

    +
    + + + + + + diff --git a/html/installing.html b/html/installing.html new file mode 100644 index 0000000..c09487d --- /dev/null +++ b/html/installing.html @@ -0,0 +1,25 @@ +

    In a terminal:

    + + +

    In irssi:

    + + diff --git a/html/tweets.html b/html/tweets.html new file mode 100644 index 0000000..80d35aa --- /dev/null +++ b/html/tweets.html @@ -0,0 +1,4 @@ +

    Recent Tweets from @twirssi

    + + + diff --git a/html/using.html b/html/using.html new file mode 100644 index 0000000..c2a2928 --- /dev/null +++ b/html/using.html @@ -0,0 +1,125 @@ +

    Getting Started

    + + +

    Posting Commands

    + +

    Other Commands

    + + +

    Settings

    + + -- 2.30.2