X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=news.py;h=f454592f45d0d0e84db15ae063d9be12123dc718;hb=2186c3623ac56088d764c7b545a0cff1a9cbbe12;hp=0ee227090de30fef1680cb3d1a4559df50ed9d7e;hpb=d450aeda27440cadb2fcd1504cdc4acf23187860;p=phdru.name%2Fphdru.name.git diff --git a/news.py b/news.py index 0ee2270..f454592 100644 --- a/news.py +++ b/news.py @@ -3,8 +3,8 @@ __version__ = "$Revision$"[11:-2] __revision__ = "$Id$"[5:-2] __date__ = "$Date$"[7:-2] -__author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2006-2009 PhiloSoft Design" +__author__ = "Oleg Broytman " +__copyright__ = "Copyright (C) 2006-2010 PhiloSoft Design" __docformat__ = "epytext en" __all__ = ["get_news", "write_if_changed"] @@ -14,7 +14,7 @@ from datetime import date from urlparse import urljoin class NewsItem(object): - baseURL = "http://phd.pp.ru/" + baseURL = "http://phdru.name/" excerpt = None content = None categoryList = []