summaryrefslogtreecommitdiff
path: root/README.3rdPARTY
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-06-15 22:43:14 +0200
committerAndreas Baumann <abaumann@yahoo.com>2014-06-15 22:43:14 +0200
commitce77513807f47bc7af59c8320932d3348aeb99ea (patch)
tree495393883edf95519a4faf60342194257611ef62 /README.3rdPARTY
parent39ee887e91e0c7920193f7a519693b70f7de5a99 (diff)
downloadcrawler-ce77513807f47bc7af59c8320932d3348aeb99ea.tar.gz
crawler-ce77513807f47bc7af59c8320932d3348aeb99ea.tar.bz2
added tinyxml and ticpp
Diffstat (limited to 'README.3rdPARTY')
-rwxr-xr-xREADME.3rdPARTY71
1 files changed, 71 insertions, 0 deletions
diff --git a/README.3rdPARTY b/README.3rdPARTY
index 55e44ad..3d40999 100755
--- a/README.3rdPARTY
+++ b/README.3rdPARTY
@@ -231,3 +231,74 @@ whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.
+
+tinyxml 2.6.2
+-------------
+
+http://www.sourceforge.net/projects/tinyxml
+
+TinyXML is released under the zlib license:
+
+This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
+
+2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
+
+3. This notice may not be removed or altered from any source distribution.
+
+Original code by Lee Thomason (www.grinninglizard.com)
+
+This software is provided 'as-is', without any express or implied
+warranty. In no event will the authors be held liable for any
+damages arising from the use of this software.
+
+Permission is granted to anyone to use this software for any
+purpose, including commercial applications, and to alter it and
+redistribute it freely, subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must
+not claim that you wrote the original software. If you use this
+software in a product, an acknowledgment in the product documentation
+would be appreciated but is not required.
+
+2. Altered source versions must be plainly marked as such, and
+must not be misrepresented as being the original software.
+
+3. This notice may not be removed or altered from any source
+distribution.
+
+small changes:
+- int TiXmlElement::QueryUnsignedAttribute( const char* name, unsigned* value ) const
+ => renamed value to _value (shadowed warning)
+- removed all but source and header files (get them from the original
+ place, if needed)
+
+ticpp
+-----
+
+http://ticpp.googlecode.com/
+
+Fork + exctension of tinyxml, put unter MIT license.
+
+small changes:
+- removed all but source and header files (get them from the original
+ place, if needed)
+- tinyxml.cpp:1268:44: error: ISO C++98 does not support the '%lf' gnu_printf format
+ => fixed to '%g'
+
+irrxml
+------
+
+pugixml
+-------
+
+RapidXML
+--------
+
+xmlParser
+---------
+
+http://www.applied-mathematics.net/tools/xmlParser.html