summaryrefslogtreecommitdiff
path: root/www/status.t
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-09-25 12:32:04 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-09-25 12:32:04 +0000
commit8bdbd3e46887bd2805c5b0eb469ce2a963a2656e (patch)
tree443b9904314edf0ee877d32d39129f047d062033 /www/status.t
parent7aa3c1770a290817c75437fd61480dee1d084988 (diff)
downloadrockbox-8bdbd3e46887bd2805c5b0eb469ce2a963a2656e.tar.gz
rockbox-8bdbd3e46887bd2805c5b0eb469ce2a963a2656e.zip
Updates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2411 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/status.t')
-rw-r--r--www/status.t17
1 files changed, 17 insertions, 0 deletions
diff --git a/www/status.t b/www/status.t
new file mode 100644
index 0000000000..8ca5b99d8e
--- /dev/null
+++ b/www/status.t
@@ -0,0 +1,17 @@
1#define _PAGE_ Development status
2#define STATUS_PAGE
3#include "head.t"
4
5<h2>Recent CVS activity</h2>
6<p>
7<!--#include file="lastcvs.link" -->
8
9<h2>CVS compile status</h2>
10<p>
11<!--#include virtual="buildstatus.link" -->
12
13<h2>Open bug reports</h2>
14<p>
15<!--#include file="bugs.txt" -->
16
17#include "foot.t"