view templates/index.tmpl @ 985:7ffa91f275ff

hgweb: fix RSS and raw for new % scheme
author mpm@selenic.com
date Sun, 21 Aug 2005 13:18:45 -0700
parents 8d2e24bae760
children b55c6685c953
line wrap: on
line source

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

<h2>Mercurial Repositories</h2>

<table>
    <tr>
        <td>Name</td>
        <td>Description</td>
        <td>Author</td>
        <td>Last change</td>
    <tr>
    #entries%indexentry#
</table>

#footer#