summaryrefslogtreecommitdiff
path: root/README.3rdPARTY
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-07-14 17:16:21 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-07-14 17:16:21 +0200
commit54cce110784d33d658b5f78286a98bee244a9eeb (patch)
tree9c4d998343e7dc88323ae8ef6d5a04c6b958df9c /README.3rdPARTY
parentfcb682cb1955d362390665330fdf476cab7dc10b (diff)
downloadcrawler-54cce110784d33d658b5f78286a98bee244a9eeb.tar.gz
crawler-54cce110784d33d658b5f78286a98bee244a9eeb.tar.bz2
added streamhtmlparser
Diffstat (limited to 'README.3rdPARTY')
-rw-r--r--README.3rdPARTY17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.3rdPARTY b/README.3rdPARTY
index 8051def..11e5abd 100644
--- a/README.3rdPARTY
+++ b/README.3rdPARTY
@@ -12,3 +12,20 @@ slightly adapted:
- _REENTRANT defined the hard way for Interix/Win32
- new to new_ (clashes with C++ keyword)
+streamhtmlparser
+
+Copyright (c) 2006, Google Inc.
+
+http://code.google.com/p/streamhtmlparser/
+
+- removed all python stuff, autoconf and automake/libtool
+- slighlty rearanged directory structure (public header files
+ in 'include', library sources in main subdir)
+- eliminated some unused parameter warnings
+- removed some C++-ism in C-code (like empty function parameter lists)
+- made local functions actually 'static', e. g.:
+ static enum meta_redirect_type_enum meta_redirect_type(const char *value)
+- config.h is empty, the code is not using the probes anyway mostly
+- added constant namespace 'streamhtmlparser' in htmlparser_cpp.h.in htmlparser_cpp.h
+- changed system includes <streamhtmlparser/*> to "*"
+- fixed some "error: comma at end of enumerator list [-Werror=pedantic]"