~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/atom.pt

  • Committer: Ian Clatworthy
  • Date: 2010-04-23 00:02:29 UTC
  • mfrom: (407.1.2 loggerhead)
  • Revision ID: ian.clatworthy@canonical.com-20100423000229-ysxj7lzkx6oklt35
Skip syntax highlighting on files over 512K

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.absolute_url(['/atom'])">url</id>
8
 
  <link rel="self" type="application/atom+xml" tal:attributes="href python:branch.absolute_url(['/atom'])" />
 
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'])" />
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.absolute_url(['/revision', entry.revno])">
 
19
    <id tal:content="python:branch.url(['/revision', entry.revno])">
20
20
      ID
21
21
    </id>
22
22
    <author tal:repeat="author entry/authors">