From: <lh...@us...> - 2008-11-12 15:09:25
|
Revision: 178 http://tinytim.svn.sourceforge.net/tinytim/?rev=178&view=rev Author: lheuer Date: 2008-11-12 15:09:23 +0000 (Wed, 12 Nov 2008) Log Message: ----------- Updated changes and readme Modified Paths: -------------- tinytim-mio/trunk/CHANGES.txt tinytim-mio/trunk/README.txt Modified: tinytim-mio/trunk/CHANGES.txt =================================================================== --- tinytim-mio/trunk/CHANGES.txt 2008-11-12 14:48:00 UTC (rev 177) +++ tinytim-mio/trunk/CHANGES.txt 2008-11-12 15:09:23 UTC (rev 178) @@ -2,10 +2,16 @@ Changes Log =========== -2.0.0 a1 (xx.10.2008) +2.0.0 a3 (xx.11.2008) ------------------------- * Adapted MIO to tinyTiM 2.0.0 * Changed license to Apache License 2.0 +* Introduced TopicMapReader/TopicMapWriter interfaces +* Added dedicated, syntax-specific TopicMapReader implementations +* Moved CXTMWriter into .mio package, implements TopicMapWriter +* XTM 1.0/2.0 serializers +* Deprecated some TopicMapImporter methods which take a xml.InputSource + as argument 1.5.0 beta (13.08.2008) Modified: tinytim-mio/trunk/README.txt =================================================================== --- tinytim-mio/trunk/README.txt 2008-11-12 14:48:00 UTC (rev 177) +++ tinytim-mio/trunk/README.txt 2008-11-12 15:09:23 UTC (rev 178) @@ -2,13 +2,13 @@ tinyTiM - The tiny Topic Maps engine ==================================== -What is tinyTiM I/O? +What is tinyTiM MIO? -------------------- -tinyTiM is a tiny Topic Maps engine which keeps topic maps in-memory. +tinyTiM is a tiny Topic Maps engine with a small jar footprint. This Topic Maps engine is meant to be used together with the TMAPI interfaces, see <http://www.tmapi.org/> for details. -The I/O package provides an API to import serialized topic maps. It depends +The MIO package provides an API to import serialized topic maps. It depends on Semagia MIO which provides a streaming Topic Maps API implementation. Note: Semagia MIO uses another license than tinyTiM, see @@ -18,12 +18,10 @@ Installation ------------ -Put the ``tinytim-io-<VERSION>.jar`` together with the ``tinytim-<VERSION>.jar``, -and ``tmapi-1_0SP1.jar`` into the classpath. +Put the ``tinytim-mio-<VERSION>.jar`` together with the ``tinytim-<VERSION>.jar``, +and ``tmapi-2.0.0.jar`` into the classpath. Further, the ``semagia-mio-<VERSION>.jar`` and one or more ``semagia-mio-<SYNTAX-NAME>-<VERSION>.jar`` are needed in the classpath. -The standard tinyTiM I/O distribution offers the ``semagia-mio-xtm-<VERSION>.jar`` -which is used to import XML Topic Maps (XTM) version 1.0 and 2.0. Note, that ``Semagia MIO`` needs the ``Simple Logging Facade for Java`` (SLF4J), so ``slf4j-api-<VERSION>.jar`` and one of the ``slf4j-<TYPE>-<VERSION>.jar`` from the SLF4J project must be in the classpath; @@ -33,14 +31,14 @@ Latest Version -------------- -Visit tinyTiM's homepage <http://sourceforge.net/projects/tinytim> for the +Visit tinyTiM's homepage <http://tinytim.sourceforge.net/> for the latest version. Mailing list ------------ -The mailing list for tinyTiM is located here -<http://sourceforge.net/mailarchive/forum.php?forum_name=tinytim-discuss>. +The mailing list for tinyTiM is located at +<http://tinytim.sourceforge.net/mailinglist>. Feel free to ask any question about tinyTiM. :) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |