aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-04-29 08:28:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-04-29 08:28:27 +0200
commitc22e45aa3515be4070e3cf2a13ef758f71e7839d (patch)
treef909e7ca9aac2418691dd88d3bb956e95e364123 /README
parentecdada3e6c4f1e57bad487d5225993e0bc646f6e (diff)
Add standard root files (README, INSTALL, etc)
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..b751142
--- /dev/null
+++ b/README
@@ -0,0 +1,20 @@
+libstudxml is a C++ XML library. It provides parsing and serialization
+APIs that were specifically designed for C++ and based on typical C++
+application needs when it comes to XML. For more information see:
+
+http://www.codesynthesis.com/projects/libstudxml/
+
+See the NEWS file for the user-visible changes from the previous release.
+
+See the LICENSE file for distribution conditions.
+
+See the INSTALL file for prerequisites and installation instructions.
+
+See the doc/ directory for the API documentation.
+
+See the examples/ directory for examples.
+
+See the tests/ directory for the test suite.
+
+Send questions, bug reports, or any other feedback to the
+studxml-users@codesynthesis.com mailing list.