]> git.phdru.name Git - bookmarks_db.git/blobdiff - parse_html/html5.py
Added docstrings, __{version,revision,etc}__ boilerplates.
[bookmarks_db.git] / parse_html / html5.py
index 52bd57654ae6a475a40937dff1d9818ac4d9160b..08fb6b1230d8b8e086ec329ba1b61bdc4f6c7214 100644 (file)
@@ -1,9 +1,15 @@
-"""
-    HTML Parser using html5.
+"""HTML Parser using html5
 
-    Written by Broytman. Copyright (C) 2010, 2011 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) 2010, 2011 PhiloSoft Design"
+__license__ = "GNU GPL"
+
 from html5lib import HTMLParser as HTML5Parser
 from .util import HTMLParser