Mercurial > hg > Blog
changeset 27:04a8afe79c59
swith to anydns.info
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 08 Apr 2014 12:03:13 +0200 |
parents | 676f9f69ee85 |
children | aab5b33a6c45 |
files | content/Python/timedelta.md pelicanconf.py publishconf.py themes/tuxlite_tbs/templates/simple_comments.html |
diffstat | 4 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/content/Python/timedelta.md Sat Feb 15 16:53:58 2014 +0100 +++ b/content/Python/timedelta.md Tue Apr 08 12:03:13 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.dyndns.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. +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. -The source is [publicly available from its mercurial repository](http://xanthippe.dyndns.org/hg/timedelta/shortlog/tip). +The source is [publicly available from its mercurial repository](http://xanthippe.anydns.info/hg/timedelta/shortlog/tip).
--- a/pelicanconf.py Sat Feb 15 16:53:58 2014 +0100 +++ b/pelicanconf.py Tue Apr 08 12:03:13 2014 +0200 @@ -4,7 +4,7 @@ AUTHOR = u'Dirk Olmes' SITENAME = u'Infoschnipsel und Wissenswertes' -SITEURL = 'http://xanthippe.dyndns.org/blog' +SITEURL = 'http://xanthippe.anydns.info/blog' LOCALE = 'de_DE' TIMEZONE = 'Europe/Berlin'
--- a/publishconf.py Sat Feb 15 16:53:58 2014 +0100 +++ b/publishconf.py Tue Apr 08 12:03:13 2014 +0200 @@ -10,7 +10,7 @@ sys.path.append(os.curdir) from pelicanconf import * -SITEURL = 'http://xanthippe.dyndns.org/blog' +SITEURL = 'http://xanthippe.anydns.info/blog' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml'
--- a/themes/tuxlite_tbs/templates/simple_comments.html Sat Feb 15 16:53:58 2014 +0100 +++ b/themes/tuxlite_tbs/templates/simple_comments.html Tue Apr 08 12:03:13 2014 +0200 @@ -18,7 +18,7 @@ <div style="font-size: 120%;"> Leave a comment </div> - <form action="http://xanthippe.dyndns.org/blog-comments/simple_comments.php" method="POST"> + <form action="http://xanthippe.anydns.info/blog-comments/simple_comments.php" method="POST"> <input type="hidden" name="Slug" value="{{ article.slug }}"> <table style="padding: 10px 0px 0px 0px;"> <tr>