summaryrefslogtreecommitdiff
path: root/textwolf/README
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-06-14 20:15:59 +0200
committerAndreas Baumann <abaumann@yahoo.com>2014-06-14 20:15:59 +0200
commit913e4215f22e16ad90a30b7e68e8cd2165c6812d (patch)
treed7aef8f6e7b29895f1b0160cb647e5427181198e /textwolf/README
parent4f6d08ce39cc430ed7ba90d143bf7af3fc8ca6d5 (diff)
downloadcrawler-913e4215f22e16ad90a30b7e68e8cd2165c6812d.tar.gz
crawler-913e4215f22e16ad90a30b7e68e8cd2165c6812d.tar.bz2
added textwolf and a test for it
Diffstat (limited to 'textwolf/README')
-rw-r--r--textwolf/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/textwolf/README b/textwolf/README
new file mode 100644
index 0000000..66f1e0a
--- /dev/null
+++ b/textwolf/README
@@ -0,0 +1,28 @@
+Documentation
+* For using textwolf just include "include/textwolf.hpp".
+* textwolf can be compiled with the highest optimization level, specially with deep inline expansion
+* The textwolf home is at at http://textwolf.net
+* A textwolf introduction can be found at http://textwolf.net/tutorial.html
+* A doxygen interface documentation is at http://patrickfrey.github.com/textwolf/html/index.html
+
+Examples
+* See the examples in tests:
+** readStdinIterator.cpp :Echoing stdin for all character sets
+** test_TextReader.cpp :Iterating on a set of generated characters and test if read/write works for all characters
+** test_XMLPathSelect.cpp :Iterating on the XML Path selected elements
+** test_XMLScanner.cpp :Iterating on the XML elements
+
+Projects using textwolf
+* textwolf is used in the wolframe project (see http://wolframe.net or http://github.com/Wolframe/Wolframe)
+
+Bugreports
+* textwolf bug reports are for the time beeing collected as CSV file in BUGS.
+
+Project Schedule
+* 2014/06/12
+ Version 0.2.0
+ * Support of IsoLatin codepages besides UTF/UCS encodings
+ * Chunk by chunk feeding reimplementation (using longjmp instead of exceptions)
+
+
+