summaryrefslogtreecommitdiff
path: root/www/status.t
diff options
context:
space:
mode:
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"