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/README | |
parent | e0c8686e486e3d6b4f55a32015003573b5f79142 (diff) | |
download | slackbuilds-35fc38d5ad6e77c946fb8177cb33c24071829ff4.tar.gz |
libraries/htmlcxx: Added (HTML parser library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/htmlcxx/README')
-rw-r--r-- | libraries/htmlcxx/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/htmlcxx/README b/libraries/htmlcxx/README new file mode 100644 index 0000000000..e3dedb35e3 --- /dev/null +++ b/libraries/htmlcxx/README @@ -0,0 +1,4 @@ +htmlcxx is a simple non-validating html parser library for C++. +It allows to fully dump the original html document, character by +character, from the parse tree. It also has an intuitive tree +traversal API. |