summaryrefslogtreecommitdiffstats
path: root/src/journal/3-atom-feed.rst
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal/3-atom-feed.rst')
-rw-r--r--src/journal/3-atom-feed.rst14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/journal/3-atom-feed.rst b/src/journal/3-atom-feed.rst
index 17fbaa7..77da8d3 100644
--- a/src/journal/3-atom-feed.rst
+++ b/src/journal/3-atom-feed.rst
@@ -4,11 +4,19 @@
author: Johannes Löthberg
author_link: /~kyrias/about.html
-Added an atom generator thingy to ``bupa``, (short for “build page”,) which is a python script I use to generate this website. The script uses docutils for parsing the body text written in reStructuredText_ and uses jinja2_ templates to stuff the body text into. The atom feed is generated using pyatom at the same time as the separate journal entry pages are written out.
+Added an atom generator thingy to ``bupa``, (short for “build page”,) which is
+a python script I use to generate this website. The script uses docutils for
+parsing the body text written in reStructuredText_ and uses jinja2_ templates
+to stuff the body text into. The atom feed is generated using pyatom at the
+same time as the separate journal entry pages are written out.
-Was rather easy to do, tho I’m unsure if I’ll keep it since it’s rather pointless.
+Was rather easy to do, tho I’m unsure if I’ll keep it since it’s rather
+pointless.
-A more important thing to focus on would probably be making ``bupa`` a more general script instead so there’s less duplication maybe.. Especially since the theos_ website is also built using a copy of the same script, but slightly modified.
+A more important thing to focus on would probably be making ``bupa`` a more
+general script instead so there’s less duplication maybe.. Especially since the
+theos_ website is also built using a copy of the same script, but slightly
+modified.
co'o