]> git.phdru.name Git - bookmarks_db.git/commitdiff
Removed svn:keywords. Extended copyright to 2012.
authorOleg Broytman <phd@phdru.name>
Sat, 14 Apr 2012 16:58:39 +0000 (16:58 +0000)
committerOleg Broytman <phd@phdru.name>
Sat, 14 Apr 2012 16:58:39 +0000 (16:58 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@359 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

47 files changed:
Makefile
README
Robots/bkmk_rforking.py
Robots/bkmk_rforking_sub.py
Robots/bkmk_rsimple.py
Robots/bkmk_rsimple_tos.py
Storage/bkmk_stflad.py
Storage/bkmk_stjson.py
Storage/bkmk_stpickle.py
Writers/bkmk_wflad.py
Writers/bkmk_wflad_err.py
Writers/bkmk_whtml.py
Writers/bkmk_wtxt.py
bkmk-add
bkmk-add.py
bkmk-chk
bkmk-publish
bkmk-rsync
bkmk-sort
bkmk2db
bkmk2db.py
bkmk_objects.py
bkmk_parser.py
check_dups.py
check_title.py
check_url.py
check_urls.py
convert_st.py
db2bkmk.py
doc/ANNOUNCE
doc/README
mk-distr
parse_html/__init__.py
parse_html/bkmk_parse_html.py
parse_html/bkmk_ph_beautifulsoup.py
parse_html/bkmk_ph_etreetidy.py
parse_html/bkmk_ph_html5.py
parse_html/bkmk_ph_htmlparser.py
parse_html/bkmk_ph_lxml.py
parse_html/bkmk_ph_util.py
robots.py
set-real_title.py
set-title-list
set-title-list.py
sort_db.py
storage.py
writers.py

index 286d30ed5e9f5ed88caa342b02026c78c8b16496..6049611b2044e2ad7f6d299b6f7e4292a6b955c0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,8 @@
 #
 # This file is a part of Bookmarks database and Internet robot.
 #
-# __version__ = "$Revision$"[11:-2]
-# __revision__ = "$Id$"[5:-2]
-# __date__ = "$Date$"[7:-2]
 # __author__ = "Oleg Broytman <phd@phdru.name>"
-# __copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+# __copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 # __license__ = "GNU GPL"
 #
 
diff --git a/README b/README
index 4b4d510b9bd60495d892cdc63d1d6b05c3a4b6b5..3f4403fc9edb054ae0b481ea3121d94ab9a3cd6d 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ Bookmarks database and Internet robot.
 
 Author: Oleg Broytman <phd@phdru.name>
 
-Copyright (C) 1997-2011 PhiloSoft Design.
+Copyright (C) 1997-2012 PhiloSoft Design.
 
 License: GPL. For detailed terms see doc/COPYING.
 
index a583e6e46657d95bb7cd2bebddc1f91c44b1f831..6ca35efd8231f9448761bc707bed77c75e3a6f3f 100644 (file)
@@ -3,11 +3,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['robot_forking']
index 7a74ffcf37b280e337263f79eec8a035718212d9..1b4d59bf7b459193f491e5fdb3aa38c494d32944 100755 (executable)
@@ -4,11 +4,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 1999-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 1999-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = []
index 5242d5765a8ae10ecd42cb8dcd02a3a74e031845..6b61908b8377428df8dd87e987de7f960534f7f3 100644 (file)
@@ -3,11 +3,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['robot_simple', 'get_error']
index df1827c9c1b8cb70465e27fa8bb9b490770906f4..dec1680e72d1f9dd6ec7629119654818a1a93250 100644 (file)
@@ -3,11 +3,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['robot_simple_tos']
index ddcdc63bc919fcc3eea4571b0ee23950a62c3c16..5b72b850d94208c6dfc4e060cf02bbb26cd06248 100644 (file)
@@ -5,11 +5,8 @@ Special version for compatibility with old (version 1) bkmk2db.
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['storage_flad']
index 7ba5f69a3fa1fadcaec5ecbaa1bdc875d25616ef..fd55a39cd9e948e627a77171b1062796524bc1d9 100644 (file)
@@ -3,11 +3,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2010, 2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2010-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['storage_json']
index c957bfe725a0bdead3a408567d94ab4dc77e18c2..c4ad32b82ee6c7200db243b1029e9f0403b97a00 100644 (file)
@@ -3,11 +3,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['storage_pickle']
index 6b6d17458c0e1013b80c4f9d8eae28f5ba45c111..189177f56cafc66453c8c45eb2363da79828747e 100644 (file)
@@ -3,11 +3,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['writer_flad']
index 356a65e66f67e32bc3df60ce0832063d8432c517..418a3e05c001f760e9e1368bbe0634b6eb511de9 100644 (file)
@@ -3,11 +3,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['writer_flad_err']
index dd71cb9fb2610ebeb5bd18d5e3bb81893bcd80cf..04eb8ba7b39276e7ed2a18ed857f37b551337150 100644 (file)
@@ -3,11 +3,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['writer_html']
index d39c63be955e3af1f68a051f2db8b738ce990722..ba2196db138b9ea050ffaa082bef72dffbb64d4e 100644 (file)
@@ -3,11 +3,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['writer_txt']
index 59624fe4e14f99882a423b10fd548599587339f8..dbd24f9b1c4181908e9d49c3e2bbb752dbb74108 100755 (executable)
--- a/bkmk-add
+++ b/bkmk-add
@@ -3,11 +3,8 @@
 #
 # This file is a part of Bookmarks database and Internet robot.
 #
-# __version__ = "$Revision$"[11:-2]
-# __revision__ = "$Id$"[5:-2]
-# __date__ = "$Date$"[7:-2]
 # __author__ = "Oleg Broytman <phd@phdru.name>"
-# __copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+# __copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 # __license__ = "GNU GPL"
 
 PATH=$HOME/lib/bookmarks_db:$PATH
index 03cf5c3cad3133953ab0d5864b19b1a0bbb860a2..fd9723b4a3dd3b686781b5f07beb22d8ddb23fcf 100755 (executable)
@@ -4,11 +4,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2002-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2002-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 import sys, os, time
index 941e66f98c7f1a63f837572696225255c000186b..9f026ed81d960d9fff0d7e4d993b21319ebd9c2f 100755 (executable)
--- a/bkmk-chk
+++ b/bkmk-chk
@@ -6,11 +6,8 @@
 #
 # This file is a part of Bookmarks database and Internet robot.
 #
-# __version__ = "$Revision$"[11:-2]
-# __revision__ = "$Id$"[5:-2]
-# __date__ = "$Date$"[7:-2]
 # __author__ = "Oleg Broytman <phd@phdru.name>"
-# __copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+# __copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 # __license__ = "GNU GPL"
 
 PATH="$HOME/lib/bookmarks_db:$PATH"
index 597e699fc3baed99a7ae1a2963bef891d44209d3..defaf0379138260f8d52190b785884ca574ee5a3 100755 (executable)
@@ -3,11 +3,8 @@
 #
 # This file is a part of Bookmarks database and Internet robot.
 #
-# __version__ = "$Revision$"[11:-2]
-# __revision__ = "$Id$"[5:-2]
-# __date__ = "$Date$"[7:-2]
 # __author__ = "Oleg Broytman <phd@phdru.name>"
-# __copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+# __copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 # __license__ = "GNU GPL"
 
 umask 077
index 8e87e12b955f45014b14b156760befed5b78922a..5244ebb5b49ca7646c60bcc58965d4b377b3de39 100755 (executable)
@@ -3,11 +3,8 @@
 #
 # This file is a part of Bookmarks database and Internet robot.
 #
-# __version__ = "$Revision$"[11:-2]
-# __revision__ = "$Id$"[5:-2]
-# __date__ = "$Date$"[7:-2]
 # __author__ = "Oleg Broytman <phd@phdru.name>"
-# __copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+# __copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 # __license__ = "GNU GPL"
 
 PATH=$HOME/lib/bookmarks_db:$PATH
index 8bfe48bcdd3c5c93a0a1959064b4b741956cc814..45383b261b92efa7e32313c839898a7976aab6fd 100755 (executable)
--- a/bkmk-sort
+++ b/bkmk-sort
@@ -3,11 +3,8 @@
 #
 # This file is a part of Bookmarks database and Internet robot.
 #
-# __version__ = "$Revision$"[11:-2]
-# __revision__ = "$Id$"[5:-2]
-# __date__ = "$Date$"[7:-2]
 # __author__ = "Oleg Broytman <phd@phdru.name>"
-# __copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+# __copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 # __license__ = "GNU GPL"
 
 PATH=$HOME/lib/bookmarks_db:$PATH
diff --git a/bkmk2db b/bkmk2db
index f347b695b9dda7ad1a124a03c55a5fbf4c7132b4..514dd18380fe6e8e004ac383750cafad26d5e0ea 100755 (executable)
--- a/bkmk2db
+++ b/bkmk2db
@@ -3,11 +3,8 @@
 #
 # This file is a part of Bookmarks database and Internet robot.
 #
-# __version__ = "$Revision$"[11:-2]
-# __revision__ = "$Id$"[5:-2]
-# __date__ = "$Date$"[7:-2]
 # __author__ = "Oleg Broytman <phd@phdru.name>"
-# __copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+# __copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 # __license__ = "GNU GPL"
 
 PATH="$HOME/lib/bookmarks_db:$PATH"
index 37308a2a570aba3df1ffc7f66edd19e4f894cc0e..34fca60d21fa8ced2434430a1c0de314440d4f33 100755 (executable)
@@ -4,11 +4,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 1997-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 1997-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 import sys, os
index 4847e2c991c53ba5beb4b474a7913d1313108e15..9627e6516a75af1fbb0b19d879a843ab5c1f383b 100644 (file)
@@ -3,11 +3,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['Folder', 'Bookmark', 'Ruler', 'Walker', 'Writer', 'Robot',
index d4b6a2f32e05d6a8c3676f1415afa7ef1f441dfd..02116ccf025c9edacd119362331b64174ce89767 100644 (file)
@@ -3,11 +3,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 1997-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 1997-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['BkmkParser']
index 113e69ba61be9d3d1426038eb2b48c1616040240..eebd09b20ac0c09691262cf032e804131c542c55 100755 (executable)
@@ -4,11 +4,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 import sys
index 25d1e51b37fecf408ca69ee7f23047eaf9f3c196..02c8e9ced9feee35c7062f4a38c96b051856bf52 100755 (executable)
@@ -4,11 +4,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2002-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2002-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 import sys
index 0194b01f7f9aa7a36584c1d479fb4073866b697a..d9a6c22eeb4027bd3f79b2d48d8e05d66ca5365e 100755 (executable)
@@ -4,11 +4,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2010, 2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2010-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 import sys
index 74f24cc7e8eb3eaadf083a27d3423b69779bfed1..e2dac0ff3c516a65ed9f23b22d37ce050bbe6030 100755 (executable)
@@ -4,11 +4,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 import sys, os
index c0ea8cb5f3dcceb3397dcd37093c65c75048d797..89bd8ab2f72cbc61aa41467ee045ae4e49b1158f 100755 (executable)
@@ -4,11 +4,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 import sys
index fb198631ac468dfcb43938ee69da3de4e8d0bf6c..a9e0fd455aa73acb36589ef1afc7a0a2d740ef63 100755 (executable)
@@ -4,11 +4,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 import sys
index b94eadad3f1ab24ade1eb12950260756798c8ee4..ee8a2dbde6244723207a615a5d7bb1e45b6c9ee2 100644 (file)
@@ -5,6 +5,11 @@ WHAT IS IT
    A set of classes, libraries, programs and plugins I use to manipulate my
 bookmarks.html.
 
+WHAT'S NEW in version 4.5.2 (2012-??-??).
+
+   Removed svn:keywords.
+
+
 WHAT'S NEW in version 4.5.1 (2011-12-28).
 
    Read/write mozilla-specific date/time format in json storage.
@@ -26,7 +31,7 @@ AUTHOR
    Oleg Broytman <phd@phdru.name>
 
 COPYRIGHT
-   Copyright (C) 1997-2011 PhiloSoft Design
+   Copyright (C) 1997-2012 PhiloSoft Design
 
 LICENSE
    GPL
index 04a563aa5b99adebc9964045617c3d75f5113be2..6d67d74fb7521d8808d80e4e0e9ba91613158e1a 100644 (file)
@@ -23,7 +23,7 @@ AUTHOR
    Oleg Broytman <phd@phdru.name>
 
 COPYRIGHT and LEGAL ISSUES
-   Copyright (C) 1997-2011 PhiloSoft Design
+   Copyright (C) 1997-2012 PhiloSoft Design
 All sources protected by GNU  GPL.  Programs are provided "as-is", without
 any kind of warranty. All usual blah-blah-blah.
 
index eddd2c73f92e3718ada5b625082f46e24ea237ea..c917e1f5e23c304e7fe4dfabd04230a9b5e3670e 100755 (executable)
--- a/mk-distr
+++ b/mk-distr
@@ -3,11 +3,8 @@
 #
 # This file is a part of Bookmarks database and Internet robot.
 #
-# __version__ = "$Revision$"[11:-2]
-# __revision__ = "$Id$"[5:-2]
-# __date__ = "$Date$"[7:-2]
 # __author__ = "Oleg Broytman <phd@phdru.name>"
-# __copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+# __copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 # __license__ = "GNU GPL"
 
 
index f73c0099135249c7bc065f76e30dd2397e144ca4..1e9393cc0d9263e48270118dffa1353d76dcb819 100644 (file)
@@ -3,11 +3,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 1997-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 1997-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['parse_html', 'main']
index 014f477aed22c219d3644ce2f47ab6d2fd18b4b0..862fa2b5b2fae79903a3440989fef0f41eec8ab4 100644 (file)
@@ -3,11 +3,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 1997-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 1997-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['parse_html', 'universal_charset']
index 0b3d2f9c58ac0291dd92533c7241e896920ce036..437f67b73fba1b511a0a4111cc2557b9e8facfde 100644 (file)
@@ -3,11 +3,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2007-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2007-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['parse_html']
index 893229d4e3d440af76835b4d4ac6c2403fd9a187..f5e794c68aa7c9446a903dca081f23e739fc95d6 100644 (file)
@@ -3,11 +3,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2010, 2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2010-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['parse_html']
index d883bd7e5f4b98dd4307fc8c56390411ac347d3c..0e86477e0bc4e749620e5dd5860c7fcb67042302 100644 (file)
@@ -3,11 +3,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2010, 2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2010-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['parse_html']
index 295df2bdabe6b9cacf839b3c4bea0a56a70c1d5f..5c0a440ff7fea80bba26b58a0e729b75df8567cc 100644 (file)
@@ -3,11 +3,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 1997-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 1997-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['parse_html']
index 79cbb01b49ec3c9f7c9171506afb82bf89364381..26c92680b49c76b4751917679b29e61436277747 100644 (file)
@@ -3,11 +3,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2010, 2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2010-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['parse_html']
index b26d9d916cb9f2b7591389d895495364b553a433..400c8dabc4a34ce48bb36766e8b3c3d0910a1879 100644 (file)
@@ -3,11 +3,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2010, 2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2010-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['HTMLParser']
index ca4f3c3ede51da08809601a4f437bf5f73be61ea..3a0238de4c48d96bb77e278fb23dc21b4d08845e 100644 (file)
--- a/robots.py
+++ b/robots.py
@@ -3,11 +3,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 1997-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 1997-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['import_robot', 'robot']
index 621d929a3d7dbfe46273ff04d05030c3656a733a..62ded1c21b93cbf50ac33c79c2abe476cc728d7c 100755 (executable)
@@ -4,11 +4,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2002-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2002-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 import sys
index 41e9d4f4f84b0ed0b832561641c2e8eeef0afec9..4640e42df3e61c5207e127170f644fc9e1b4c2fb 100755 (executable)
@@ -3,11 +3,8 @@
 #
 # This file is a part of Bookmarks database and Internet robot.
 #
-# __version__ = "$Revision$"[11:-2]
-# __revision__ = "$Id$"[5:-2]
-# __date__ = "$Date$"[7:-2]
 # __author__ = "Oleg Broytman <phd@phdru.name>"
-# __copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+# __copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 # __license__ = "GNU GPL"
 
 PATH="$HOME/lib/bookmarks_db:$PATH"
index bd540591c51ded3e01b79b3929c402e1d9898b6e..2fb37eccb838b43fdde557435528719252615680 100755 (executable)
@@ -4,11 +4,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2003-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2003-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 import sys
index 014fcaeb505fe93d0a6c479a3aa19bd635cb5a38..f3a5ff1ce203bfed6fe159175777aba21c6556d2 100755 (executable)
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 import sys
index 0e2b679874b3750b81d11f5e3323224e5c141fbb..704fc7f124ed74a527d3a482b49f05957ec39a20 100644 (file)
@@ -3,11 +3,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 1997-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 1997-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['import_storage', 'storage']
index 7a0ec8cf9f0600f2e7799446ddafe4d6bad17b14..42402023ee796cad901fe95601c25d0f923df187 100644 (file)
@@ -3,11 +3,8 @@
 This file is a part of Bookmarks database and Internet robot.
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 1997-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 1997-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['import_writer', 'writer']