summaryrefslogtreecommitdiffstats
path: root/libraries/html5lib/README
diff options
context:
space:
mode:
author Šime Ramov2010-07-07 09:50:46 +0200
committer Robby Workman2010-07-08 07:13:25 +0200
commit9119593f4ddf54234f36d6081638d3d2f83979dc (patch)
tree87e4ee3a675d646eab2f531d5a9d57dac913b538 /libraries/html5lib/README
parent63b183341939c4aff7abd001d5760f22c54cf113 (diff)
downloadslackbuilds-9119593f4ddf54234f36d6081638d3d2f83979dc.tar.gz
libraries/html5lib: Added (HTML parser based on the HTML5 spec)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/html5lib/README')
-rw-r--r--libraries/html5lib/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/html5lib/README b/libraries/html5lib/README
new file mode 100644
index 0000000000..b27413631a
--- /dev/null
+++ b/libraries/html5lib/README
@@ -0,0 +1,10 @@
+html5lib (HTML parser based on the HTML5 specification)
+
+HTML parser designed to follow the HTML5 specification. The parser is
+designed to handle all flavours of HTML and parses invalid documents
+using well-defined error handling rules compatible with the behaviour of
+major desktop web browsers.
+
+Output is to a tree structure; the current release supports output
+to DOM, ElementTree and lxml tree formats as well as a simple
+custom format.