mercurial/templates/atom/bookmarkentry.tmpl
author Adrian Buehlmann <adrian@cadifra.com>
Thu, 14 Jun 2012 12:54:54 +0200
changeset 16966 23f621ca04b5
parent 13858 1046cb663776
child 18526 9409aeaafdc1
permissions -rw-r--r--
tests/hghave: extract hghave.py hghave is degraded to a bare script, moving the functions to hghave.py so they can be shared later on.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13858
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
     1
 <entry>
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
     2
  <title>{bookmark|escape}</title>
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
     3
  <link rel="alternate" href="{urlbase}{url}rev/{node|short}"/>
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
     4
  <id>{urlbase}{url}#bookmark-{node}</id>
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
     5
  <updated>{date|rfc3339date}</updated>
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
     6
  <published>{date|rfc3339date}</published>
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
     7
  <content type="text">{bookmark|strip|escape}</content>
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
     8
 </entry>