diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2007-01-08 23:52:01 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2007-01-08 23:52:01 +0000 |
| commit | 6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5 (patch) | |
| tree | d11bbebc69df06d60970d05b4816e13d93602f2d /www/irc | |
| parent | 8cece5a745f30234bfced4becfd9dfe4ca1047d4 (diff) | |
| download | rockbox-6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5.zip rockbox-6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5.tar.gz rockbox-6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5.tar.bz2 rockbox-6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5.tar.xz | |
Splitting out www
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11952 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/irc')
| -rw-r--r-- | www/irc/Makefile | 14 | ||||
| -rw-r--r-- | www/irc/index.t | 27 | ||||
| -rwxr-xr-x | www/irc/irclogs.pl | 53 | ||||
| -rw-r--r-- | www/irc/nicks.txt | 28 |
4 files changed, 0 insertions, 122 deletions
diff --git a/www/irc/Makefile b/www/irc/Makefile deleted file mode 100644 index 70f1dec..0000000 --- a/www/irc/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ - -SRC := $(wildcard *.t) -OBJS := $(SRC:%.t=%.shtml) - -all: $(OBJS) - -%.html : %.t - $(ACTION) $< - -%.shtml : %.t - $(ACTION) $< - -index.shtml: index.t nicks.txt diff --git a/www/irc/index.t b/www/irc/index.t deleted file mode 100644 index ff59e04..0000000 --- a/www/irc/index.t +++ /dev/null @@ -1,27 +0,0 @@ -#define _PAGE_ IRC -#include "head.t" - -<p>We often hang out on <a href="irc://irc.freenode.net/rockbox">#rockbox</a> -over at irc.freenode.net (freenode was once known as openprojects.net, see -<a href="http://freenode.net/">their web site</a> for more information). -Since there is a great deal of technical discussion, we log these sessions -for later reference. - -<p>If you don't want to download and install an IRC client or are locked behind a firewall, try our <a href="cgiirc/irc.cgi">web client</a>. - -<p> -<a href="/twiki/bin/view/Main/IrcNicks">Nick reference</a> -<p> -<a href="/twiki/bin/view/Main/IrcTalk">IRC lingo explained</a> -<p> -<a href="http://rasher.dk/rockbox/ircstats/">Cool statistics</a> - -<h2>Logs</h2> - -<p><a href="current.txt">Today's log</a> (updating live) - -<!--#exec cmd="./irclogs.pl" --> - -<p><a href="current.txt">Today's log</a> (updating live) - -#include "foot.t" diff --git a/www/irc/irclogs.pl b/www/irc/irclogs.pl deleted file mode 100755 index 40d30ad..0000000 --- a/www/irc/irclogs.pl +++ /dev/null @@ -1,53 +0,0 @@ -#!/usr/bin/perl - -require "/home/dast/perl/date.pm"; - -opendir(DIR, ".") or - die "Can't opendir()"; -@logs = grep { /^rockbox-/ } readdir(DIR); -closedir DIR; - -print "<table class=archive>\n"; - -$lasty = 0; -$lastm = 0; -$count = 0; - -for ( sort @logs ) { - $size = (stat("$_"))[7]; - $file = $_; - $log = ""; - - if (/-(\d+)/) { - if ( $1 =~ /(\d\d\d\d)(\d\d)(\d\d)/ ) { - $y = $1; - $m = $2; - $d = $3; - - $mname = ucfirst MonthNameEng($m); - if ($y != $lasty) { - if ($lasty != 0) { - print "</tr><tr><th colspan=39><hr></th></tr><tr>\n"; - } - print "<th>$y</th>\n"; - $lasty = $y; - } else { - print "</tr><tr>\n<th></th>" if ( $m != $lastm ); - } - - if ( $m != $lastm ) { - $count=0; - print "<th>$mname</th>\n"; - $lastm = $m; - } - - print "<td><a test href=\"$file\">$d</a></td>\n"; - - if ( ++$count > 15 ) { - print "</tr><tr><th></th><th></th>\n"; - $count=0; - } - } - } -} -print "</ul></td></tr></table>\n"; diff --git a/www/irc/nicks.txt b/www/irc/nicks.txt deleted file mode 100644 index 257ead4..0000000 --- a/www/irc/nicks.txt +++ /dev/null @@ -1,28 +0,0 @@ -Zagor => Björn Stenberg -Linus => Linus Nielsen Feltzing -Bagder => Daniel Stenberg -Wavey => Stuart Martin -alkorr => Alan Korr -adiamas => Robert Hak -edx => Felix Arends -calpefrosch => Stefan Meyer -PsycoXul => Grant Wier -g003y => Jerome Kuptz -elinenbe => Eric Linenberg -dwihno => Magnus Öman -Ironi => Tom Cvitan -notch => Nick Robinson -Merwin => Justin Heiner -Hes => Heikki Hannikainen -rwood => Randy Wood -mbr => Markus Braun -matsl => Mats Lidell -mecraw => Lee Marlow -hardeep => Hardeep Sidhu -[IDC]Dragon => Jörg Hohensohn -uski => Bertrand Achard -Quelsaruk => Jose Maria Garcia-Valdecasas Bernal -amiconn => Jens Arnold -mattzz => Matthias Wientapper -pfavr => Peter Favrholdt -[av]bani => Dan Hollis |