Added the main feed

This commit is contained in:
Thomas Baruchel 2022-11-05 15:15:35 +01:00
parent 2da334caa5
commit 1d30aaa03b
2 changed files with 51 additions and 0 deletions

29
atom/blog.xml Normal file
View File

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>myurl-of-rst-use-as-feed-id</id>
<title>Th. Baruchel's personal Atom feed</title>
<author>
<name>Thomas Baruchel</name>
<email>baruchel@sdf.org</email>
</author>
<rights>CC BY-SA 4.0</rights>
<updated>2022-11-05T15:15:15.658322</updated>
<link href="myurl-of-rst-use-as-feed-id" />
<link href="my-url-of-feed use as self" rel="self" />
<generator uri="https://git.sdf.org/baruchel/feeds/src/branch/master/rst2atom.py">rst2atom</generator>
<entry>
<title>Initial entry</title>
<id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
<updated>2022-11-05T00:00:00</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml"><div class="section" id="initial-entry">
<h1>Initial entry</h1>
<p>This is my</p>
<p>TODO: fix description</p>
</div></div>
</content>
</entry>
</feed>

22
src/blog.rst Normal file
View File

@ -0,0 +1,22 @@
=================================
Th. Baruchel's personal Atom feed
=================================
:Author: Thomas Baruchel
:Contact: baruchel@sdf.org
.. meta::
:description: An amusing story
:original-source: myurl-of-rst-use-as-feed-id
:syndication-source: my-url-of-feed use as self
:copyright: CC BY-SA 4.0
Initial entry
~~~~~~~~~~~~~
.. Note: created on 2022/11/05
This is my
TODO: fix description