summaryrefslogtreecommitdiffstats
path: root/libraries/htmlcxx/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/htmlcxx/README')
-rw-r--r--libraries/htmlcxx/README4
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.