]> git.phdru.name Git - bookmarks_db.git/blobdiff - bkmk_parser.py
Added docstrings, __{version,revision,etc}__ boilerplates.
[bookmarks_db.git] / bkmk_parser.py
index 3f2182cf4c15e3f73631874d54aada5ff4ac55e0..2ec412c012c2e1c385bad0ad60349bdbb89e6f6f 100644 (file)
@@ -1,9 +1,14 @@
-"""
-   Parser for Netscape Navigator's and Mozilla's bookmarks.html
+"""Parser for Netscape Navigator's and Mozilla's bookmarks.html
 
-   Written by Broytman. Copyright (C) 1997-2008 PhiloSoft Design
+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"
+__license__ = "GNU GPL"
 
 import sys, os
 from m_lib.net.www.html import HTMLParser