diff options
author | Šime Ramov <s@ramov.com> | 2010-07-07 02:50:46 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-08 00:13:25 -0500 |
commit | 9119593f4ddf54234f36d6081638d3d2f83979dc (patch) | |
tree | 87e4ee3a675d646eab2f531d5a9d57dac913b538 /libraries/html5lib/slack-desc | |
parent | 63b183341939c4aff7abd001d5760f22c54cf113 (diff) | |
download | slackbuilds-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/slack-desc')
-rw-r--r-- | libraries/html5lib/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/html5lib/slack-desc b/libraries/html5lib/slack-desc new file mode 100644 index 0000000000..df8c6ce9f5 --- /dev/null +++ b/libraries/html5lib/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +html5lib: html5lib (HTML parser based on the HTML5 specification) +html5lib: +html5lib: HTML parser designed to follow the HTML5 specification. The parser +html5lib: is designed to handle all flavours of HTML and parses invalid +html5lib: documents using well-defined error handling rules compatible with +html5lib: the behaviour of major desktop web browsers. +html5lib: +html5lib: Output is to a tree structure; the current release supports output +html5lib: to DOM, ElementTree and lxml tree formats as well as a simple +html5lib: custom format. +html5lib: |