summaryrefslogtreecommitdiffstats
path: root/src/journal/3-atom-feed.rst
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-21 15:28:18 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-21 15:28:18 +0200
commitaf83ac9fdf13c670f4a5a2b7f68753c67ab27f2f (patch)
treee9eeed4ba43ad4f74b41d77dabf30d8532f539fd /src/journal/3-atom-feed.rst
parent3a703d05efc4536dab7b21fb702253238a01666e (diff)
downloadwebsite-af83ac9fdf13c670f4a5a2b7f68753c67ab27f2f.tar.xz
hardwrap all journal entries
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