From: <lh...@us...> - 2008-08-06 14:03:52
|
Revision: 57 http://tmapi.svn.sourceforge.net/tmapi/?rev=57&view=rev Author: lheuer Date: 2008-08-06 14:04:00 +0000 (Wed, 06 Aug 2008) Log Message: ----------- "topic map" -> "Topic Maps" where it fits Modified Paths: -------------- trunk/README.txt Modified: trunk/README.txt =================================================================== --- trunk/README.txt 2008-08-06 13:56:44 UTC (rev 56) +++ trunk/README.txt 2008-08-06 14:04:00 UTC (rev 57) @@ -1,36 +1,36 @@ TMAPI 2.0 ========= -1. What is TMAPI ? -2. How do I run it ? +1. What is TMAPI? +2. How do I run it? 3. Reporting Bugs 4. Legal stuff -1. What is TMAPI ? ------------------- +1. What is TMAPI? +----------------- TMAPI is an open-source effort to define a set of common APIs for programming -against topic map processing engines. The goal of TMAPI is to allow developers -to create Java code which is portable between different topic map processors +against Topic Maps processing engines. The goal of TMAPI is to allow developers +to create Java code which is portable between different Topic Maps processors with minimal code changes. This release of TMAPI defines: - 1) A collection of interfaces for the topic map data model, exposing topic + 1) A collection of interfaces for the Topic Maps - Data Model, exposing topic maps, topics, occurrences and so on to the programmer. - 2) A set of interfaces for initialising access to a topic map processing + 2) A set of interfaces for initialising access to a Topic Maps processing system and the topic maps that it manages. 3) A basic interface for indexes of topic map data. 4) A set of core indexes of topic map information covering the most commonly used indexes. TMAPI is built for extensibility and will in future be extended to define -interface packages for topic map parsers; query engines; and other topic map +interface packages for topic map parsers; query engines; and other Topic Maps processing tools as needed. -2. How do I run it ? --------------------- -TMAPI is NOT a topic map processor! There is really nothing to run except for +2. How do I run it? +------------------- +TMAPI is NOT a Topic Maps processor! There is really nothing to run except for the conformance tests. To run an application that uses TMAPI you will need a -conformant topic map processor implementation. There are several TMAPI +conformant Topic Maps processor implementation. There are several TMAPI implementations available. Up-to-date details can be found on the TMAPI website at http://www.tmapi.org/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |