Changeset 17 for bitstructures/trunk/templates/substructure/atom_entry.xml
- Timestamp:
- 11/05/07 20:19:00 (13 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
bitstructures/trunk/templates/substructure/atom_entry.xml
r15 r17 5 5 <id>http://{{ site_domain }}{{ entry.get_absolute_url }}</id> 6 6 <link href="http://{{ site_domain }}{{ entry.get_absolute_url }}"/> 7 <published>{{ entry.date_published|rfc3339 }}</published> 7 8 <updated>{{ entry.date_published|rfc3339 }}</updated> 8 9 <content type="html">{{ entry.text|markdown|escape }}</content>
