#! /usr/local/bin/python -O
+__version__ = "$Revision$"[11:-2]
+__revision__ = "$Id$"[5:-2]
+__date__ = "$Date$"[7:-2]
+__author__ = "Oleg BroytMann <phd@phd.pp.ru>"
+__copyright__ = "Copyright (C) 2004-2006 PhiloSoft Design"
+
+
import os, shutil
os.umask(0022) # octal; -rw-r--r--
html_file.write("#attr $Prev = \"%s.html\"\n" % prev)
if next:
html_file.write("#attr $Next = \"%s.html\"\n" % next)
+ html_file.write('#attr $alternates = (("text/plain", "Plain text version", "%s"),)' % fname)
html_file.write("\n")
html_file.write("#def body_html\n")
html_file.write("#raw\n")