diff options
Diffstat (limited to 'irssi.buetow.org')
| -rw-r--r-- | irssi.buetow.org/SITEMAP | 0 | ||||
| -rw-r--r-- | irssi.buetow.org/content/Plugins.sub/Drunken.xml | 10 | ||||
| -rw-r--r-- | irssi.buetow.org/content/Plugins.sub/Foo.xml | 7 | ||||
| -rw-r--r-- | irssi.buetow.org/content/Plugins.sub/home.xml | 7 | ||||
| -rw-r--r-- | irssi.buetow.org/content/SVN.xml | 6 | ||||
| -rw-r--r-- | irssi.buetow.org/content/home.xml | 11 | ||||
| -rw-r--r-- | irssi.buetow.org/content/license.xml | 53 |
7 files changed, 94 insertions, 0 deletions
diff --git a/irssi.buetow.org/SITEMAP b/irssi.buetow.org/SITEMAP new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/irssi.buetow.org/SITEMAP diff --git a/irssi.buetow.org/content/Plugins.sub/Drunken.xml b/irssi.buetow.org/content/Plugins.sub/Drunken.xml new file mode 100644 index 0000000..9a69198 --- /dev/null +++ b/irssi.buetow.org/content/Plugins.sub/Drunken.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<content> + <pagetitle>drunken.pl</pagetitle> + <text>This plugin makes you write like a drunken man. Usage:</text> + <code>/script load drunken.pl +/beer Hello I am verry drunk at the moment!</code> + <text>This will write something like this into the current channel:</text> + <code>Hlleo I am vrrey dunrk at the mnetmo!</code> + <text>You may download it from the SVN section above. Have a lot of fun ;)</text> +</content> diff --git a/irssi.buetow.org/content/Plugins.sub/Foo.xml b/irssi.buetow.org/content/Plugins.sub/Foo.xml new file mode 100644 index 0000000..5e8025e --- /dev/null +++ b/irssi.buetow.org/content/Plugins.sub/Foo.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<content> + <pagetitle>foo.pl</pagetitle> + <text> + Nothing here to see yet. + </text> +</content> diff --git a/irssi.buetow.org/content/Plugins.sub/home.xml b/irssi.buetow.org/content/Plugins.sub/home.xml new file mode 100644 index 0000000..945da62 --- /dev/null +++ b/irssi.buetow.org/content/Plugins.sub/home.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<content> + <pagetitle>Plugins</pagetitle> + <text> + Select the desired plugin above ;) ATM only one is available. + </text> +</content> diff --git a/irssi.buetow.org/content/SVN.xml b/irssi.buetow.org/content/SVN.xml new file mode 100644 index 0000000..d10ef1e --- /dev/null +++ b/irssi.buetow.org/content/SVN.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<content> + <pagetitle>SVN Download</pagetitle> + <text>IRSSI plugins can be downloaded from SVN. Use the following steps to do so:</text> + <pretext>svn co https://ssl.buetow.org/repos/utils/irssi-plugins</pretext> +</content> diff --git a/irssi.buetow.org/content/home.xml b/irssi.buetow.org/content/home.xml new file mode 100644 index 0000000..e739437 --- /dev/null +++ b/irssi.buetow.org/content/home.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<content> + <pagetitle>Irssi plugins written in Perl</pagetitle> + <text> + <noop>Here are a "few" plugins for the </noop> + <namedlink href="http://www.irssi.org">Irssi</namedlink> + <noop> IRC client written in the </noop> + <namedlink href="http://www.perl.org">Perl</namedlink> + <noop> programming language. Use the Plugins link above to see the descriptions or select SVN in order to fetch them from the subversion repository.</noop> + </text> +</content> diff --git a/irssi.buetow.org/content/license.xml b/irssi.buetow.org/content/license.xml new file mode 100644 index 0000000..e3594a5 --- /dev/null +++ b/irssi.buetow.org/content/license.xml @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<content> + <pagetitle>License</pagetitle> + <text> + <noop>All Irssi plugins listed are (C) by Paul C. Buetow.</noop> + </text> + <text> + <noop> + All rights reserved. + </noop> + <newline/> + <newline/> + <noop> + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + </noop> + <newline/> + <newline/> + <noop> + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + </noop> + <newline/> + <newline/> + <noop> + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + </noop> + <newline/> + <newline/> + <noop> + * Neither the name of buetow.org nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + </noop> + <newline/> + <newline/> + <noop> +THIS SOFTWARE IS PROVIDED BY Paul C. Buetow ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL Paul C. Buetow BE LIABLE FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING +IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + </noop> + </text> +</content> |
