summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/irc/Makefile9
-rw-r--r--www/irc/index.t21
2 files changed, 30 insertions, 0 deletions
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 @@
1ACTION=@echo preprocessing $@; rm -f $@; fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
2
3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html)
5
6all: $(OBJS)
7
8%.html : %.t
9 $(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 @@
1#define _PAGE_ IRC
2#include "head.t"
3
4<p>We often hang out on #rockbox over at irc.openprojects.net.
5Since there is a great deal of technical discussion, we log these sessions
6for later reference.
7
8<h2>Nick reference</h2>
9<pre>
10#include "nicks.txt"
11</pre>
12
13<h2>Logs</h2>
14
15<ul>
16<li><a href="rockbox-20020325.log">March 25, 2002</a>
17<li><a href="rockbox-20020326.log">March 26, 2002</a>
18<li><a href="rockbox-20020327.log">March 27, 2002</a>
19</ul>
20
21#include "foot.t"