##// END OF EJS Templates
hgwebdir: refresh configuration periodically...
hgwebdir: refresh configuration periodically The old default behaviour of hgwebdir was to maintain a list of repositories permanently. This interacted badly with persistent application hosting software such as WSGI containers. If a new repository was published, it would potentially never appear in the top-level list of repositories. This change causes the hgwebdir configuration and list of repositories served to be refreshed periodically (at most every 20 seconds).

File last commit:

r7849:d5662e93 default
r8371:1bd0fdf4 default
Show More
tagentry.tmpl
8 lines | 280 B | application/x-cheetah | CheetahLexer
<entry>
<title>#tag|escape#</title>
<link rel="alternate" href="{urlbase}{url}rev/{node}"/>
<id>{urlbase}{url}#tag-{node}</id>
<updated>#date|rfc3339date#</updated>
<published>#date|rfc3339date#</published>
<content type="text">#tag|strip|escape#</content>
</entry>