# HG changeset patch # User Dirk Olmes # Date 1398042592 -7200 # Node ID 7380bf280fc919bda3556ce8c8972b506d51273f # Parent aab5b33a6c45eaddba48fa7dcc292ae0139cea1e switch to duckdns.org diff -r aab5b33a6c45 -r 7380bf280fc9 content/Python/timedelta.md --- a/content/Python/timedelta.md Tue Apr 15 04:43:29 2014 +0200 +++ b/content/Python/timedelta.md Mon Apr 21 03:09:52 2014 +0200 @@ -4,6 +4,6 @@ Python comes with a rich libray of classes for dealing with date and time. I was working with datetime.time objects the other day and needed to calculate the difference between to time instances. To my great surprise this isn't easily doable as Python's standard lib only has `timedelta` objects which cannot deal with pure time objects. -So I had to write my own [timedelta](http://xanthippe.anydns.info/cgi-bin/hgwebdir.cgi/timedelta/shortlog/tip) function which takes two time instances and calculates the difference. The diff will be returned as a time instance. +So I had to write my own [timedelta](http://xanthippe.duckdns.org/cgi-bin/hgwebdir.cgi/timedelta/shortlog/tip) function which takes two time instances and calculates the difference. The diff will be returned as a time instance. -The source is [publicly available from its mercurial repository](http://xanthippe.anydns.info/hg/timedelta/shortlog/tip). +The source is [publicly available from its mercurial repository](http://xanthippe.duckdns.org/hg/timedelta/shortlog/tip). diff -r aab5b33a6c45 -r 7380bf280fc9 pelicanconf.py --- a/pelicanconf.py Tue Apr 15 04:43:29 2014 +0200 +++ b/pelicanconf.py Mon Apr 21 03:09:52 2014 +0200 @@ -4,7 +4,7 @@ AUTHOR = u'Dirk Olmes' SITENAME = u'Infoschnipsel und Wissenswertes' -SITEURL = 'http://xanthippe.anydns.info/blog' +SITEURL = 'http://xanthippe.duckdns.org/blog' LOCALE = 'de_DE' TIMEZONE = 'Europe/Berlin' diff -r aab5b33a6c45 -r 7380bf280fc9 publishconf.py --- a/publishconf.py Tue Apr 15 04:43:29 2014 +0200 +++ b/publishconf.py Mon Apr 21 03:09:52 2014 +0200 @@ -10,7 +10,7 @@ sys.path.append(os.curdir) from pelicanconf import * -SITEURL = 'http://xanthippe.anydns.info/blog' +SITEURL = 'http://xanthippe.duckdns.org/blog' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml' diff -r aab5b33a6c45 -r 7380bf280fc9 themes/tuxlite_tbs/templates/simple_comments.html --- a/themes/tuxlite_tbs/templates/simple_comments.html Tue Apr 15 04:43:29 2014 +0200 +++ b/themes/tuxlite_tbs/templates/simple_comments.html Mon Apr 21 03:09:52 2014 +0200 @@ -18,7 +18,7 @@
Leave a comment
-
+