]> git.frykholm.com Git - friends.git/blobdiff - friends/templates/feed.xml
Change schema to store xml directly to db
[friends.git] / friends / templates / feed.xml
index 30851312c3ae5b296d5822b6457bbfdbf578978d..eee839ab5ff6bc636629edf343879e0e7e9db9cd 100644 (file)
@@ -10,7 +10,8 @@
   <id>{{feed_url}}</id>
  <updated>{{arrow.now().isoformat()}}</updated>
   {% for entry in entries %}
-  <entry>
+    {{entry['text']}}
+    {# <entry>
     <id>tag:frykholm.com,2016:{{entry['id']}}</id>
     <title>titeln</title>
     <updated>{{arrow.get(entry['ts']).isoformat()}}</updated>
@@ -22,7 +23,7 @@
     <activity:object-type>
         http://activitystrea.ms/schema/1.0/article
     </activity:object-type>
-  </entry>
+  </entry> #}
   {% end %}
   
 </feed>