Dud edit.
[xhtml-compiler.git] / index.html
blobc96b800b1ec8833608d16b60057160c4c056c0c1
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="smoketests/"><strong>Smoketests</strong></a> and
19 <a href="tests/"><strong>unit tests</strong></a> for
20 developers</li>
21 </ul>
22 </body>
23 </html>