view mercurial/templates/atom/bookmarks.tmpl @ 51845:cd72a88c5599 default tip

censor: document the censor.policy option (issue6909) Censor is not marked as experimental and should be documented I am not doing this on stable because the help markup change it is using seems more suitable for default.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 05 Sep 2024 12:37:59 +0200
parents 80e922479891
children
line wrap: on
line source

{header}
 <id>{urlbase}{url|urlescape}</id>
 <link rel="self" href="{urlbase}{url|urlescape}atom-bookmarks"/>
 <link rel="alternate" href="{urlbase}{url|urlescape}bookmarks"/>
 <title>{repo|escape}: bookmarks</title>
 <summary>{repo|escape} bookmark history</summary>
 <author><name>Mercurial SCM</name></author>
 {lastchange%feedupdated}

{entries%bookmarkentry}
</feed>