##// END OF EJS Templates
patchbomb: fix handling of email addresses with Unicode domains (IDNA)...
patchbomb: fix handling of email addresses with Unicode domains (IDNA) dom.encode('idna') requires dom to be a Unicode string.

File last commit:

r8936:1de6e7e1 default
r9715:f0e99a2e default
Show More
index.tmpl
26 lines | 653 B | application/x-cheetah | CheetahLexer
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 {header}
Brendan Cully
Move gitweb theme into subdirectory
r3234 <title>Mercurial repositories index</title>
</head>
<body>
<div class="page_header">
Dirkjan Ochtman
change wiki/bts URLs to point to new hostname
r8936 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a>
Kevin Christen
Fixed XHTML validation errors
r5784 Repositories list
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
<table cellspacing="0">
<tr>
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 <td><a href="?sort={sort_name}">Name</a></td>
<td><a href="?sort={sort_description}">Description</a></td>
<td><a href="?sort={sort_contact}">Contact</a></td>
<td><a href="?sort={sort_lastchange}">Last change</a></td>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <td>&nbsp;</td>
Robert Bachmann
Added support for the Atom syndication format
r5269 <td>&nbsp;</td>
Kevin Christen
Fixed XHTML validation errors
r5784 </tr>
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 {entries%indexentry}
Brendan Cully
Move gitweb theme into subdirectory
r3234 </table>
<div class="page_footer">
Dirkjan Ochtman
git: use newer template syntax everywhere
r8427 {motd}
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
</body>
</html>