Fix Apache wonkiness with REQUEST_URL; also update TODO.
[xhtml-compiler.git] / index.html
blob17a348146f0bf3a4dba79db06f1d86ec88755f42
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4 <title>Dashboard - XHTML Compiler</title>
5 <style type="text/css">
6 li {margin:1em 0;}
7 </style>
8 </head>
9 <body>
10 <h1>Dashboard</h1>
11 <p>This is the dashboard for your XHTML Compiler installation.
12 Many harmless operations can be done via the web interface,
13 more processor intensive ones must invoked via command line.</p>
14 <ul>
15 <li><a href="htaccess.php"><strong>Htaccess</strong> regeneration</a></li>
16 <li><a href="update.php"><strong>Update</strong> pages with
17 changed source files</a> (command-line enabled)</li>
18 <li><a href="purgatory.php"><strong>Purgatory-mode</strong>
19 automatically regenerates old pages</li>
20 <li><a href="smoketests/"><strong>Smoketests</strong></a> and
21 <a href="tests/"><strong>unit tests</strong></a> for
22 developers</li>
23 </ul>
24 </body>
25 </html>