Add pugixml-1.4 to contrib
[ipdf/code.git] / contrib / pugixml-1.4 / readme.txt
diff --git a/contrib/pugixml-1.4/readme.txt b/contrib/pugixml-1.4/readme.txt
new file mode 100644 (file)
index 0000000..5a47498
--- /dev/null
@@ -0,0 +1,52 @@
+pugixml 1.4 - an XML processing library\r
+\r
+Copyright (C) 2006-2014, by Arseny Kapoulkine ([email protected])\r
+Report bugs and download new versions at http://pugixml.org/\r
+\r
+This is the distribution of pugixml, which is a C++ XML processing library,\r
+which consists of a DOM-like interface with rich traversal/modification\r
+capabilities, an extremely fast XML parser which constructs the DOM tree from\r
+an XML file/buffer, and an XPath 1.0 implementation for complex data-driven\r
+tree queries. Full Unicode support is also available, with Unicode interface\r
+variants and conversions between different Unicode encodings (which happen\r
+automatically during parsing/saving).\r
+\r
+The distribution contains the following folders:\r
+\r
+       contrib/ - various contributions to pugixml\r
+\r
+       docs/ - documentation\r
+               docs/samples - pugixml usage examples\r
+               docs/quickstart.html - quick start guide\r
+               docs/manual.html - complete manual\r
+\r
+       scripts/ - project files for IDE/build systems\r
+\r
+       src/ - header and source files\r
+\r
+       readme.txt - this file.\r
+\r
+This library is distributed under the MIT License:\r
+\r
+Copyright (c) 2006-2014 Arseny Kapoulkine\r
+\r
+Permission is hereby granted, free of charge, to any person\r
+obtaining a copy of this software and associated documentation\r
+files (the "Software"), to deal in the Software without\r
+restriction, including without limitation the rights to use,\r
+copy, modify, merge, publish, distribute, sublicense, and/or sell\r
+copies of the Software, and to permit persons to whom the\r
+Software is furnished to do so, subject to the following\r
+conditions:\r
+\r
+The above copyright notice and this permission notice shall be\r
+included in all copies or substantial portions of the Software.\r
+\r
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\r
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\r
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\r
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\r
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\r
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\r
+OTHER DEALINGS IN THE SOFTWARE.\r

UCC git Repository :: git.ucc.asn.au