.. frontmatter title: Atom feed date: 2014-10-20 author: Johannes Löthberg author_link: /~kyrias/about.html .. role:: sc :sc:`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/