X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=reindex_blog.py;h=ec6adc05a227b99c1e4bda9fc1a048686dfeff64;hb=98cddf6d41746dc555d879d664824c62b8761c4f;hp=6b7af352f8d582410fec70f4bd6cebfcb57fec15;hpb=91da0eaa057dff4d082d67f9ad655c1d9d7daa75;p=phdru.name%2Fphdru.name.git diff --git a/reindex_blog.py b/reindex_blog.py index 6b7af35..ec6adc0 100755 --- a/reindex_blog.py +++ b/reindex_blog.py @@ -1,12 +1,8 @@ #! /usr/bin/env python # -*- coding: koi8-r -*- -__version__ = "$Revision$"[11:-2] -__revision__ = "$Id$"[5:-2] -__date__ = "$Date$"[7:-2] __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2006-2011 PhiloSoft Design" - +__copyright__ = "Copyright (C) 2006-2012 PhiloSoft Design" import sys, os @@ -181,7 +177,7 @@ def write_template(level, year, month, day, titles, tags=None): if len(titles) == 1: new_text.append("""\ -#attr $refresh = "0; URL=%s" +#attr $Refresh = "0; URL=%s" """ % titles[0][3]) new_text.append("""\ @@ -484,6 +480,19 @@ class AbsURLHTMLParser(_HTMLParser): def end_a(self): self.accumulator += '' + def start_img(self, attrs): + self.accumulator += '