Changeset 17

Show
Ignore:
Timestamp:
11/05/07 20:19:00 (11 months ago)
Author:
simon
Message:

Added a published element to the Atom entries.

Location:
bitstructures/trunk/templates/substructure
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • bitstructures/trunk/templates/substructure/atom_entry.xml

    r15 r17  
    55<id>http://{{ site_domain }}{{ entry.get_absolute_url }}</id> 
    66<link href="http://{{ site_domain }}{{ entry.get_absolute_url }}"/> 
     7<published>{{ entry.date_published|rfc3339 }}</published> 
    78<updated>{{ entry.date_published|rfc3339 }}</updated> 
    89<content type="html">{{ entry.text|markdown|escape }}</content> 
  • bitstructures/trunk/templates/substructure/base.html

    r15 r17  
    3535the <a href="http://dojotoolkit.org/">Dojo</a> JavaScript toolkit.</p> 
    3636<p><a href="http://del.icio.us/simonbates">del.icio.us/simonbates</a></p> 
    37 <p><a class="subscribe" href="/atom.xml">Subscribe <img src="{{ MEDIA_URL }}images/feed-icon-14x14.png" alt="Subscribe"></a></p> 
     37<p><a class="subscribe" href="/atom.xml"><img src="{{ MEDIA_URL }}images/feed-icon-14x14.png" alt="Subscribe"> Subscribe</a></p> 
    3838</div> 
    3939