diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-02-28 04:54:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-28 04:54:52 +0700 |
commit | 35fc38d5ad6e77c946fb8177cb33c24071829ff4 (patch) | |
tree | 835148d4b5b141d9375a95e7b2d48b1b9b2d836e /libraries/htmlcxx/slack-desc | |
parent | e0c8686e486e3d6b4f55a32015003573b5f79142 (diff) |
libraries/htmlcxx: Added (HTML parser library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/htmlcxx/slack-desc')
-rw-r--r-- | libraries/htmlcxx/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/htmlcxx/slack-desc b/libraries/htmlcxx/slack-desc new file mode 100644 index 0000000000000..5242bd4d83677 --- /dev/null +++ b/libraries/htmlcxx/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------------------------------------------------------| +htmlcxx: htmlcxx (HTML parser library) +htmlcxx: +htmlcxx: htmlcxx is a simple non-validating html parser library for C++. +htmlcxx: It allows to fully dump the original html document, character by +htmlcxx: character, from the parse tree. It also has an intuitive tree +htmlcxx: traversal API. +htmlcxx: +htmlcxx: Homepage: http://htmlcxx.sourceforge.net/ +htmlcxx: +htmlcxx: +htmlcxx: |