~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/atom.pt

[rs=mwhudson][release-critical=Rinchen] update to loggerhead trunk,
        mainly to get the code to not hold branches open the whole time but
        also getting some other improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    bazaar changes for <tal:branch-name content="branch/friendly_name">branch name</tal:branch-name>
5
5
  </title>
6
6
  <updated tal:content="updated">${updated}</updated>
7
 
  <id tal:content="python:branch.url(['atom'])">url</id>
 
7
  <id tal:content="python:branch.url(['/atom'])">url</id>
8
8
  <link rel="self" tal:attributes="href python:branch.url([''])" />
9
9
 
10
10
  <entry tal:repeat="entry changes">
14
14
    <updated tal:content="entry/date/isoformat">
15
15
    Z
16
16
    </updated>
17
 
    <id tal:content="python:branch.url(['revision', entry.revno])">
 
17
    <id tal:content="python:branch.url(['/revision', entry.revno])">
18
18
      ID
19
19
    </id>
20
20
    <author>
26
26
      comment
27
27
    </content>
28
28
    <link rel="alternate"
29
 
          tal:attributes="href python:branch.url(['revision', entry.revno])" />
 
29
          tal:attributes="href python:branch.url(['/revision', entry.revno])" />
30
30
  </entry>
31
31
</feed>