X-Git-Url: https://git.deb.at/?p=deb%2Fhackedgotchi.git;a=blobdiff_plain;f=templates%2Frss10.xml.dj;fp=templates%2Frss10.xml.dj;h=99726ea4a09311adc44fbe01e1622189ace8cf28;hp=0000000000000000000000000000000000000000;hb=b9000d554a40e938f0a8cd16403676d59c01b674;hpb=39bd1259d9ba738bc9fbac8101812b4643d72df2 diff --git a/templates/rss10.xml.dj b/templates/rss10.xml.dj new file mode 100644 index 0000000..99726ea --- /dev/null +++ b/templates/rss10.xml.dj @@ -0,0 +1,30 @@ + + + + {{ name }} + {{ link }} + {{ name }} - {{ link }} + + + {% for item in Items %} + {% endfor %} + + + + +{% for item in Items %} + + {{ item.channel_name }}>{% if item.title %}: {{ item.title_plain }}{% endif %} + {{ item.link }} + {% if item.content %} {{ item.content }} {% endif %} + {{ item.date_iso }} + {% firstof item.author_name item.channel_author_name item.channel_name %} + {% endfor %} + +