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"