summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-20 19:31:08 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-20 19:31:08 +0200
commit563a02272ea0d6072db517f7637f61f1b842b4a1 (patch)
treeed5b2e2d0994518dda71126a642f95638899bdb1 /src
parent593323c951a76d582601e16d7643d564738354fb (diff)
downloadwebsite-563a02272ea0d6072db517f7637f61f1b842b4a1.tar.xz
add atom feed journal entry
Diffstat (limited to 'src')
-rw-r--r--src/journal/3-atom-feed.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/journal/3-atom-feed.rst b/src/journal/3-atom-feed.rst
new file mode 100644
index 0000000..17fbaa7
--- /dev/null
+++ b/src/journal/3-atom-feed.rst
@@ -0,0 +1,17 @@
+.. frontmatter
+ title: Atom feed
+ date: 2014-10-20
+ 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.
+
+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.
+
+co'o
+
+.. _reStructuredText: http://docutils.sourceforge.net/rst.html
+.. _jinja2: http://jinja.pocoo.org/
+.. _theos: https://theos.kyriasis.com/