X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=parse_html%2Fhtml5.py;h=08fb6b1230d8b8e086ec329ba1b61bdc4f6c7214;hb=832eb757ef7f81abf1e431ce16f368c10dd57962;hp=52bd57654ae6a475a40937dff1d9818ac4d9160b;hpb=c6e88d3e4b11e9141c0770073f728ff7473f7eb3;p=bookmarks_db.git diff --git a/parse_html/html5.py b/parse_html/html5.py index 52bd576..08fb6b1 100644 --- a/parse_html/html5.py +++ b/parse_html/html5.py @@ -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 " +__copyright__ = "Copyright (C) 2010, 2011 PhiloSoft Design" +__license__ = "GNU GPL" + from html5lib import HTMLParser as HTML5Parser from .util import HTMLParser