mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
Initial version
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@48 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1cb6d1aefa
commit
55a80b670e
2 changed files with 30 additions and 0 deletions
9
www/irc/Makefile
Normal file
9
www/irc/Makefile
Normal file
|
@ -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) $<
|
21
www/irc/index.t
Normal file
21
www/irc/index.t
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
#define _PAGE_ IRC
|
||||||
|
#include "head.t"
|
||||||
|
|
||||||
|
<p>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.
|
||||||
|
|
||||||
|
<h2>Nick reference</h2>
|
||||||
|
<pre>
|
||||||
|
#include "nicks.txt"
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
<h2>Logs</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="rockbox-20020325.log">March 25, 2002</a>
|
||||||
|
<li><a href="rockbox-20020326.log">March 26, 2002</a>
|
||||||
|
<li><a href="rockbox-20020327.log">March 27, 2002</a>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
#include "foot.t"
|
Loading…
Add table
Add a link
Reference in a new issue