From a024788d10259bae7f6cd138435959167cdce7ce Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 20 Aug 2010 18:09:51 +0000 Subject: [PATCH] Title before type. git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@107 7bb0bf08-9e0d-0410-b083-99cee3bf18b8 --- reindex_blog.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reindex_blog.py b/reindex_blog.py index 92a0227..a57f1d2 100755 --- a/reindex_blog.py +++ b/reindex_blog.py @@ -5,7 +5,7 @@ __version__ = "$Revision$"[11:-2] __revision__ = "$Id$"[5:-2] __date__ = "$Date$"[7:-2] __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2006 PhiloSoft Design" +__copyright__ = "Copyright (C) 2006-2010 PhiloSoft Design" import sys, os @@ -130,8 +130,8 @@ def write_template(level, year, month, day, titles, tags=None): #attr $Title = "Oleg Broytman's blog" #attr $Description = "Broytman Russian Blog Index Document" #attr $Copyright = %(cyear)s -#attr $alternates = (("application/atom+xml", "News [Atom 1.0]", "atom_10.xml"), - ("application/rss+xml", "News [RSS 2.0]", "rss_20.xml") +#attr $alternates = (("News [Atom 1.0]", "application/atom+xml", "atom_10.xml"), + ("News [RSS 2.0]", "application/rss+xml", "rss_20.xml") ) ## #def body_html -- 2.39.2