From 593323c951a76d582601e16d7643d564738354fb Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 20 Oct 2014 17:00:03 +0100 Subject: bupa: expand author, updated, generator --- scripts/bupa | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/bupa b/scripts/bupa index e1d57cf..ff8d5d1 100755 --- a/scripts/bupa +++ b/scripts/bupa @@ -5,7 +5,7 @@ Options: -h --help Show this screen. """ from jinja2 import Environment, FileSystemLoader -import glob, yaml, docopt +import glob, yaml, docopt, datetime from docutils import core from pyatom import AtomFeed @@ -56,7 +56,10 @@ def build_journal(env): subtitle="The lost journal of Kyrias", feed_url="https://theos.kyriasis.com/~kyrias/journal.xml", url="https://theos.kyriasis.com/~kyrias/journal.html", - author="Johannes Löthberg", + author={'name': 'Johannes Löthberg', + 'uri': 'https://theos.kyriasis.com/~kyrias/about.html'}, + updated=datetime.datetime.utcnow(), + generator=('bupa', '', '0.0.1') ) entries = [] -- cgit v1.2.3-54-g00ecf