From 55a80b670e43a3fc1798be42b40a96c9027e97e5 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 28 Mar 2002 12:33:11 +0000 Subject: Initial version git-svn-id: svn://svn.rockbox.org/rockbox/trunk@48 a1c6a512-1295-4272-9138-f99709370657 --- www/irc/Makefile | 9 +++++++++ www/irc/index.t | 21 +++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 www/irc/Makefile create mode 100644 www/irc/index.t (limited to 'www') diff --git a/www/irc/Makefile b/www/irc/Makefile new file mode 100644 index 0000000000..5ec9d50aa5 --- /dev/null +++ b/www/irc/Makefile @@ -0,0 +1,9 @@ +ACTION=@echo preprocessing $@; rm -f $@; fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ + +SRC := $(wildcard *.t) +OBJS := $(SRC:%.t=%.html) + +all: $(OBJS) + +%.html : %.t + $(ACTION) $< diff --git a/www/irc/index.t b/www/irc/index.t new file mode 100644 index 0000000000..ef2c8e87c3 --- /dev/null +++ b/www/irc/index.t @@ -0,0 +1,21 @@ +#define _PAGE_ IRC +#include "head.t" + +

We often hang out on #rockbox over at irc.openprojects.net. +Since there is a great deal of technical discussion, we log these sessions +for later reference. + +

Nick reference

+
+#include "nicks.txt"
+
+ +

Logs

+ + + +#include "foot.t" -- cgit v1.2.3