[Skencil-commits] r666 - website/trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Apr 11 16:08:03 CEST 2006
Author: torsten
Date: 2006-04-11 16:08:03 +0200 (Tue, 11 Apr 2006)
New Revision: 666
Modified:
website/trunk/updatepages.py
Log:
Added small copyright hint
Modified: website/trunk/updatepages.py
===================================================================
--- website/trunk/updatepages.py 2006-04-11 14:00:50 UTC (rev 665)
+++ website/trunk/updatepages.py 2006-04-11 14:08:03 UTC (rev 666)
@@ -1,8 +1,12 @@
#!/usr/bin/env python
# updatepages.py - Simple web site templating system
+# Copyright (C) 2006 Torsten Irländer
# Copyright (C) 2004 Joonas Paalasmaa
+# This script is based on a script developed by Joonas Paalasmaa
+# written in 2004.
+
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
@@ -17,13 +21,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#"""Format webpages from templates.
-
-#Update a file only if it does not exist or when the sources are newer.
-#You can also use "-f" or "--force" which does what you think it does.
-#"""
-
-
"""\n
Generate Skencil website from templates into a given directory. If no
directory is set, a directory "skencil-webiste" will be created in
More information about the Skencil-commits
mailing list