Added the initial entry
This commit is contained in:
parent
1d30aaa03b
commit
b09626dc20
@ -1,15 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>myurl-of-rst-use-as-feed-id</id>
|
||||
<id>https://git.sdf.org/baruchel/feeds/raw/branch/master/src/blog.rst</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" />
|
||||
<updated>2022-11-05T15:24:47.592152</updated>
|
||||
<link href="https://git.sdf.org/baruchel/feeds/raw/branch/master/src/blog.rst" />
|
||||
<link href="https://git.sdf.org/baruchel/feeds/raw/branch/master/atom/blog.xml" rel="self" />
|
||||
<generator uri="https://git.sdf.org/baruchel/feeds/src/branch/master/rst2atom.py">rst2atom</generator>
|
||||
|
||||
<entry>
|
||||
@ -20,8 +20,7 @@
|
||||
<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>
|
||||
<p>This is my personal Atom feed. I am not interested enough in maintaining some sort of blog on my website, mostly because I intend to add new entries very seldom. I will keep these entries in a reStructuredText <cite>document <https://git.sdf.org/baruchel/feeds/raw/branch/master/src/blog.rst></cite> but the preferred way of following it is as an Atom <cite>feed <https://git.sdf.org/baruchel/feeds/raw/branch/master/atom/blog.xml></cite>. Feel free to subscript to this feed with your own news agregator; new content with added from time to time and will never become a burden for you. Topics are mostly <em>Computer Science</em>.</p>
|
||||
</div></div>
|
||||
</content>
|
||||
</entry>
|
||||
|
12
src/blog.rst
12
src/blog.rst
@ -5,9 +5,9 @@ Th. Baruchel's personal Atom feed
|
||||
: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
|
||||
:description: Thomas Baruchel's casual blog concerning Computer Science
|
||||
:original-source: https://git.sdf.org/baruchel/feeds/raw/branch/master/src/blog.rst
|
||||
:syndication-source: https://git.sdf.org/baruchel/feeds/raw/branch/master/atom/blog.xml
|
||||
:copyright: CC BY-SA 4.0
|
||||
|
||||
|
||||
@ -15,8 +15,4 @@ Initial entry
|
||||
~~~~~~~~~~~~~
|
||||
.. Note: created on 2022/11/05
|
||||
|
||||
This is my
|
||||
|
||||
|
||||
|
||||
TODO: fix description
|
||||
This is my personal Atom feed. I am not interested enough in maintaining some sort of blog on my website, mostly because I intend to add new entries very seldom. I will keep these entries in a reStructuredText `document <https://git.sdf.org/baruchel/feeds/raw/branch/master/src/blog.rst>` but the preferred way of following it is as an Atom `feed <https://git.sdf.org/baruchel/feeds/raw/branch/master/atom/blog.xml>`. Feel free to subscript to this feed with your own news agregator; new content with added from time to time and will never become a burden for you. Topics are mostly *Computer Science*.
|
||||
|
Loading…
Reference in New Issue
Block a user