X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=make-news.py;h=e0779cf28e51e65c3ef7f369c74a4763aed8af0e;hb=22536b316af1325339bbe0f643dc573c4a227d33;hp=5d196bf9760b9e83adbf3c0af772db9c51485a99;hpb=0d40d95940a4d1000134b9ede06cf6cff512dc1b;p=phdru.name%2Fphdru.name.git diff --git a/make-news.py b/make-news.py index 5d196bf..e0779cf 100755 --- a/make-news.py +++ b/make-news.py @@ -1,11 +1,11 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python # -*- coding: koi8-r -*- __version__ = "$Revision$"[11:-2] __revision__ = "$Id$"[5:-2] __date__ = "$Date$"[7:-2] -__author__ = "Oleg BroytMann " -__copyright__ = "Copyright (C) 2006 PhiloSoft Design" +__author__ = "Oleg Broytman " +__copyright__ = "Copyright (C) 2006-2009 PhiloSoft Design" import sys, os @@ -61,19 +61,19 @@ from atom_10 import atom_10 from rss_20 import rss_20 namespace = { - "title": "Oleg Broytmann's Personal Page - News", + "title": "Oleg Broytman's Personal Page - News", "baseURL": "http://phd.pp.ru/", "indexFile": "news.html", "description": "", "lang": lang, - "author": "Oleg Broytmann", + "author": "Oleg Broytman", "email": "phd@phd.pp.ru", "generator": os.path.basename(sys.argv[0]), "posts": news_items, } if lang == "ru": - namespace["title"] = "Oleg Broytmann's Personal Page - Russian News" + namespace["title"] = "Oleg Broytman's Personal Page - Russian News" namespace["baseURL"] = baseURL = "http://phd.pp.ru/Russian/" for item in news_items: item.baseURL = baseURL