Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

feed_biologeek.xml 999B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <feed xmlns="http://www.w3.org/2005/Atom">
  3. <title>Biologeek-final.bak.2</title>
  4. <subtitle>Ancien flux plus mis à jour</subtitle>
  5. <link href="https://larlet.fr/david/biologeek/" rel="alternate" type="text/html" />
  6. <link href="https://larlet.fr/david/biologeek/log/" rel="self" />
  7. <id>https://larlet.fr/david/biologeek/</id>
  8. <updated>{{ current_dt }}</updated>
  9. <author>
  10. <name>David Larlet</name>
  11. <uri>https://larlet.fr/david/</uri>
  12. </author>
  13. <rights>Copyright (c) 2004-2019, David Larlet</rights>
  14. {% for item in items %}
  15. <entry xml:lang="fr">
  16. <title>{{ item.escaped_title }}</title>
  17. <link href="https://larlet.fr/david/" rel="alternate" type="text/html" />
  18. <updated>{{ item.normalized_date }}</updated>
  19. <id>https://larlet.fr/david/</id>
  20. <summary type="html">{{ item.escaped_content }}</summary>
  21. </entry>
  22. {% endfor %}
  23. </feed>