diff options
Diffstat (limited to 'design/templates/feed.xml')
-rw-r--r-- | design/templates/feed.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/design/templates/feed.xml b/design/templates/feed.xml deleted file mode 100644 index 44bf670..0000000 --- a/design/templates/feed.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<!-- RSS generated by luxpub v2.0 on {% now "D, d M Y H:i:00" %} GMT --> -<rss version="2.0"> - <channel> - <title>Luxagraf</title> - <link>https://luxagraf.net/</link> - <description>Latest posts on luxagraf.net</description> - <language>en-us</language> - <copyright>Copyright 2011-{% now "Y" %} Luxagraf</copyright> - <pubDate>{% now "D, d M Y H:i:00" %} GMT</pubDate> - <lastBuildDate>{% now "D, d M Y H:i:00" %} GMT</lastBuildDate> - <docs>http://cyber.law.harvard.edu/rss/rss.html</docs> - <generator>IPpub v2.0</generator> - <managingEditor>sng@luxagraf.net</managingEditor> - <webMaster>sng@luxagraf.net</webMaster>{% for object in object_list %} - <item> - <title>{{object.title|escape}}</title> - <link>{{SITE_URL}}{{object.get_absolute_url}}</link> - <guid>{{SITE_URL}}{{object.get_absolute_url}}</guid> - <description> - {{object.body_html|escape}} - </description> - <pubDate>{{object.pub_date|date:'D, d M Y H:i:00'}} EST</pubDate> - </item>{% endfor %} - </channel> -</rss> |