~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/atom.pt

  • Committer: John Arbash Meinel
  • Date: 2011-02-10 01:57:32 UTC
  • mfrom: (425 trunk)
  • mto: This revision was merged to the branch mainline in revision 426.
  • Revision ID: john@arbash-meinel.com-20110210015732-b3kkt1jp7bsqcv0v
Merge loggerhead trunk back into load-test to resolve
__init__.py conflicts from Jelmer's update.

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="string:${updated}Z">${updated}</updated>
7
 
  <id tal:content="python:branch.url(['/atom'])">url</id>
8
 
  <link rel="self" type="application/atom+xml" tal:attributes="href python:branch.url(['/atom'])" />
 
7
  <id tal:content="python:branch.absolute_url(['/atom'])">url</id>
 
8
  <link rel="self" type="application/atom+xml" tal:attributes="href python:branch.absolute_url(['/atom'])" />
9
9
  <link rel="alternate" type="text/html" tal:attributes="href python:branch.url(['/changes'])" />
10
10
 
11
11
  <entry tal:repeat="entry changes">
16
16
      updated
17
17
    </updated>
18
18
    <!-- TODO: The feed validator will generate warnings because this is URL-encoded -->
19
 
    <id tal:content="python:branch.url(['/revision', entry.revno])">
 
19
    <id tal:content="python:branch.absolute_url(['/revision', entry.revno])">
20
20
      ID
21
21
    </id>
22
22
    <author tal:repeat="author entry/authors">