summaryrefslogtreecommitdiff
path: root/www/irc
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2007-01-08 23:52:01 +0000
committerBjörn Stenberg <bjorn@haxx.se>2007-01-08 23:52:01 +0000
commit6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5 (patch)
treed11bbebc69df06d60970d05b4816e13d93602f2d /www/irc
parent8cece5a745f30234bfced4becfd9dfe4ca1047d4 (diff)
downloadrockbox-6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5.tar.gz
rockbox-6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5.zip
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/Makefile14
-rw-r--r--www/irc/index.t27
-rwxr-xr-xwww/irc/irclogs.pl53
-rw-r--r--www/irc/nicks.txt28
4 files changed, 0 insertions, 122 deletions
diff --git a/www/irc/Makefile b/www/irc/Makefile
deleted file mode 100644
index 70f1dec2c4..0000000000
--- a/www/irc/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
2
3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.shtml)
5
6all: $(OBJS)
7
8%.html : %.t
9 $(ACTION) $<
10
11%.shtml : %.t
12 $(ACTION) $<
13
14index.shtml: index.t nicks.txt
diff --git a/www/irc/index.t b/www/irc/index.t
deleted file mode 100644
index ff59e043e9..0000000000
--- a/www/irc/index.t
+++ /dev/null
@@ -1,27 +0,0 @@
1#define _PAGE_ IRC
2#include "head.t"
3
4<p>We often hang out on <a href="irc://irc.freenode.net/rockbox">#rockbox</a>
5over at irc.freenode.net (freenode was once known as openprojects.net, see
6<a href="http://freenode.net/">their web site</a> for more information).
7Since there is a great deal of technical discussion, we log these sessions
8for later reference.
9
10<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>.
11
12<p>
13<a href="/twiki/bin/view/Main/IrcNicks">Nick reference</a>
14<p>
15<a href="/twiki/bin/view/Main/IrcTalk">IRC lingo explained</a>
16<p>
17<a href="http://rasher.dk/rockbox/ircstats/">Cool statistics</a>
18
19<h2>Logs</h2>
20
21<p><a href="current.txt">Today's log</a> (updating live)
22
23<!--#exec cmd="./irclogs.pl" -->
24
25<p><a href="current.txt">Today's log</a> (updating live)
26
27#include "foot.t"
diff --git a/www/irc/irclogs.pl b/www/irc/irclogs.pl
deleted file mode 100755
index 40d30ad203..0000000000
--- a/www/irc/irclogs.pl
+++ /dev/null
@@ -1,53 +0,0 @@
1#!/usr/bin/perl
2
3require "/home/dast/perl/date.pm";
4
5opendir(DIR, ".") or
6 die "Can't opendir()";
7@logs = grep { /^rockbox-/ } readdir(DIR);
8closedir DIR;
9
10print "<table class=archive>\n";
11
12$lasty = 0;
13$lastm = 0;
14$count = 0;
15
16for ( sort @logs ) {
17 $size = (stat("$_"))[7];
18 $file = $_;
19 $log = "";
20
21 if (/-(\d+)/) {
22 if ( $1 =~ /(\d\d\d\d)(\d\d)(\d\d)/ ) {
23 $y = $1;
24 $m = $2;
25 $d = $3;
26
27 $mname = ucfirst MonthNameEng($m);
28 if ($y != $lasty) {
29 if ($lasty != 0) {
30 print "</tr><tr><th colspan=39><hr></th></tr><tr>\n";
31 }
32 print "<th>$y</th>\n";
33 $lasty = $y;
34 } else {
35 print "</tr><tr>\n<th></th>" if ( $m != $lastm );
36 }
37
38 if ( $m != $lastm ) {
39 $count=0;
40 print "<th>$mname</th>\n";
41 $lastm = $m;
42 }
43
44 print "<td><a test href=\"$file\">$d</a></td>\n";
45
46 if ( ++$count > 15 ) {
47 print "</tr><tr><th></th><th></th>\n";
48 $count=0;
49 }
50 }
51 }
52}
53print "</ul></td></tr></table>\n";
diff --git a/www/irc/nicks.txt b/www/irc/nicks.txt
deleted file mode 100644
index 257ead4397..0000000000
--- a/www/irc/nicks.txt
+++ /dev/null
@@ -1,28 +0,0 @@
1Zagor => Björn Stenberg
2Linus => Linus Nielsen Feltzing
3Bagder => Daniel Stenberg
4Wavey => Stuart Martin
5alkorr => Alan Korr
6adiamas => Robert Hak
7edx => Felix Arends
8calpefrosch => Stefan Meyer
9PsycoXul => Grant Wier
10g003y => Jerome Kuptz
11elinenbe => Eric Linenberg
12dwihno => Magnus Öman
13Ironi => Tom Cvitan
14notch => Nick Robinson
15Merwin => Justin Heiner
16Hes => Heikki Hannikainen
17rwood => Randy Wood
18mbr => Markus Braun
19matsl => Mats Lidell
20mecraw => Lee Marlow
21hardeep => Hardeep Sidhu
22[IDC]Dragon => Jörg Hohensohn
23uski => Bertrand Achard
24Quelsaruk => Jose Maria Garcia-Valdecasas Bernal
25amiconn => Jens Arnold
26mattzz => Matthias Wientapper
27pfavr => Peter Favrholdt
28[av]bani => Dan Hollis