From 6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 8 Jan 2007 23:52:01 +0000 Subject: Splitting out www git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11952 a1c6a512-1295-4272-9138-f99709370657 --- www/irc/Makefile | 14 -------------- www/irc/index.t | 27 --------------------------- www/irc/irclogs.pl | 53 ----------------------------------------------------- www/irc/nicks.txt | 28 ---------------------------- 4 files changed, 122 deletions(-) delete mode 100644 www/irc/Makefile delete mode 100644 www/irc/index.t delete mode 100755 www/irc/irclogs.pl delete mode 100644 www/irc/nicks.txt (limited to 'www/irc') 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 @@ -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 ff59e043e9..0000000000 --- a/www/irc/index.t +++ /dev/null @@ -1,27 +0,0 @@ -#define _PAGE_ IRC -#include "head.t" - -

We often hang out on #rockbox -over at irc.freenode.net (freenode was once known as openprojects.net, see -their web site for more information). -Since there is a great deal of technical discussion, we log these sessions -for later reference. - -

If you don't want to download and install an IRC client or are locked behind a firewall, try our web client. - -

-Nick reference -

-IRC lingo explained -

-Cool statistics - -

Logs

- -

Today's log (updating live) - - - -

Today's log (updating live) - -#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 @@ -#!/usr/bin/perl - -require "/home/dast/perl/date.pm"; - -opendir(DIR, ".") or - die "Can't opendir()"; -@logs = grep { /^rockbox-/ } readdir(DIR); -closedir DIR; - -print "\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 "\n"; - } - print "\n"; - $lasty = $y; - } else { - print "\n" if ( $m != $lastm ); - } - - if ( $m != $lastm ) { - $count=0; - print "\n"; - $lastm = $m; - } - - print "\n"; - - if ( ++$count > 15 ) { - print "\n"; - $count=0; - } - } - } -} -print "

$y
$mname$d
\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 @@ -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 -- cgit v1.2.3