comparison templates/index.tmpl @ 941:4cf418c2a013

Add a multi-repository server This merges a bunch of the ideas for a multi-repository CGI script and simplifies things a bit. It uses PATH_INFO so it generally wants paths of the form: http://host/hg.cgi/virtualpath This gets mapped via a simple config file to the real path. All info about the repo is read from the repo's hgrc.
author mpm@selenic.com
date Fri, 19 Aug 2005 16:38:25 -0800
parents
children 8d2e24bae760
comparison
equal deleted inserted replaced
940:1300271ba8de 941:4cf418c2a013
1 #header#
2 <title>Mercurial repositories index</title>
3 </head>
4 <body>
5
6 <h2>Mercurial Repositories</h2>
7
8 <table>
9 <tr>
10 <td>Name</td>
11 <td>Description</td>
12 <td>Author</td>
13 <td>Last change</td>
14 <tr>
15 #entries#
16 </table>
17
18 #footer#