templates/index.tmpl
author Ollivier Robert <roberto@keltia.freenix.fr>
Sat, 27 Aug 2005 23:45:27 -0700
changeset 1125 a33a7a543803
parent 1070 b55c6685c953
child 2173 d1943df604c4
permissions -rw-r--r--
Add RSS link to the repository index. Index: hg/templates/index.tmpl ===================================================================

#header#
<title>Mercurial repositories index</title>
</head>
<body>

<h2>Mercurial Repositories</h2>

<table>
    <tr>
        <td>Name</td>
        <td>Description</td>
        <td>Contact</td>
        <td>Last change</td>
        <td>&nbsp;</td>
    <tr>
    #entries%indexentry#
</table>

#footer#