]> git.phdru.name Git - bookmarks_db.git/commit
Moved parse_html.py and its submodules to a separate parse_html module.
authorOleg Broytman <phd@phdru.name>
Mon, 3 Jan 2011 19:35:08 +0000 (19:35 +0000)
committerOleg Broytman <phd@phdru.name>
Mon, 3 Jan 2011 19:35:08 +0000 (19:35 +0000)
commit9989e73be9690cf0fccab901c9db81711cb9a9e7
tree83222955f747a4fb26645bec51ea0f6ffdfba948
parentf79d81fcd336e913bf0f42f0a6fbdb582de0f3e3
Moved parse_html.py and its submodules to a separate parse_html module.

git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@311 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23
Robots/bkmk_rsimple_tos.py
parse_html/__init__.py [moved from Robots/parse_html.py with 91% similarity, mode: 0644]
parse_html/beautifulsoup.py [moved from Robots/parse_html_beautifulsoup.py with 97% similarity]
parse_html/etreetidy.py [moved from Robots/parse_html_etreetidy.py with 94% similarity]
parse_html/html5.py [moved from Robots/parse_html_html5.py with 96% similarity]
parse_html/htmlparser.py [moved from Robots/parse_html_htmlparser.py with 97% similarity]
parse_html/lxml.py [moved from Robots/parse_html_lxml.py with 93% similarity]
parse_html/util.py [moved from Robots/parse_html_util.py with 100% similarity]