summaryrefslogtreecommitdiffstats
path: root/www/status.t
blob: 8ca5b99d8ee2c397fe551594dd3cb0e2d53df018 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#define _PAGE_ Development status
#define STATUS_PAGE
#include "head.t"

<h2>Recent CVS activity</h2>
<p>
<!--#include file="lastcvs.link" -->

<h2>CVS compile status</h2>
<p>
<!--#include virtual="buildstatus.link" -->

<h2>Open bug reports</h2>
<p>
<!--#include file="bugs.txt" -->

#include "foot.t"