]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Removed svn:keywords.
authorOleg Broytman <phd@phdru.name>
Tue, 17 Apr 2012 15:30:12 +0000 (15:30 +0000)
committerOleg Broytman <phd@phdru.name>
Tue, 17 Apr 2012 15:30:12 +0000 (15:30 +0000)
git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@127 7bb0bf08-9e0d-0410-b083-99cee3bf18b8

Makefile
dotfiles2html/dotfiles2html.py
make-news.py
news.py
reindex_blog.py

index 303c42d2d3d11eb1bae518e325ac039dcc622a5f..23d23f55f1f0712cd0c02b6eaa0cff9e9aa1d21f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,9 @@
 # Makefile.
 #
 # This file is a part of phdru.name homepage/blog/news generator scripts.
-# Author: Oleg BroytMan <phd@phdru.name>.
-# Copyright: (C) 2006-2011 PhiloSoft Design.
 
-# __version__ = "$Revision$"[11:-2]
-# __revision__ = "$Id$"
-# __date__ = "$Date$"[7:-2]
 # __author__ = "Oleg Broytman <phd@phdru.name>"
-# __copyright__ = "Copyright (C) 2006-2011 PhiloSoft Design"
+# __copyright__ = "Copyright (C) 2006-2012 PhiloSoft Design"
 
 
 %.py: %.tmpl
index 5359b4352b7e66cc83dd50dfd8d752b4f1a4efa6..b7a66ce438a8df19cd235673d7254e776a6af289 100755 (executable)
@@ -1,10 +1,7 @@
 #! /usr/bin/env python
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2004-2010 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2004-2012 PhiloSoft Design"
 
 import os, shutil, filecmp
 os.umask(0022) # octal; -rw-r--r--
index 19ed93e2710b046c49867442bdbe0f0d63c0847e..29ebe9d65fef368bbdf021f20ea5670955f2b5be 100755 (executable)
@@ -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 <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2006-2009 PhiloSoft Design"
-
+__copyright__ = "Copyright (C) 2006-2012 PhiloSoft Design"
 
 import sys, os
 from news import get_news, write_if_changed
diff --git a/news.py b/news.py
index f454592f45d0d0e84db15ae063d9be12123dc718..3e0385116228ed6b637c9c918c25066b15d7fde3 100644 (file)
--- a/news.py
+++ b/news.py
@@ -1,10 +1,7 @@
 """News"""
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2006-2010 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2006-2012 PhiloSoft Design"
 __docformat__ = "epytext en"
 
 __all__ = ["get_news", "write_if_changed"]
index 6b7af352f8d582410fec70f4bd6cebfcb57fec15..f2872c17861574f57f724eb8cdf236543770189f 100755 (executable)
@@ -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 <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2006-2011 PhiloSoft Design"
-
+__copyright__ = "Copyright (C) 2006-2012 PhiloSoft Design"
 
 import sys, os