Archive for the ‘TMAPI’ Category

QuaaxTM 0.7.4 release

Monday, November 5th, 2012

QuaaxTM 0.7.4 release by Johannes Schmidt.

A new release of QuaaxTM

From the webpage (http://quaaxtm.sourceforge.net/):

A PHP Topic Maps engine with persistent storage which supports ISO/IEC 13250-2 Topic Maps Data Model (TMDM).

QuaaxTM is a PHP Topic Maps engine which supports ISO/IEC 13250-2 Topic Maps Data Model (TMDM).

The TMDM is a subject centric data model.

QuaaxTM implements the PHPTMAPI core and index interfaces. PHPTMAPI is based on the TMAPI specification and provides a standardized API for PHP 5 to access and process data held in a topic map.

QuaaxTM persists Topic Maps data using MySQL with InnoDB as storage engine and therefore benefits from transaction support and referential integrity.

Topic Maps with Django – Post

Friday, March 18th, 2011

Topic Maps with Django

From the post:

As part of a rewrite of the Entity Authority Tool Set, I have written an implementation of the Topic Maps API in Django, cunningly titled TMAPI in Django.

As it stands, it passes its 288 unit tests, but has no UI, since I only need it for the internal use of EATS. It would of course be useful to have both a visualisation and an editing interface added to it, but I won’t be doing it any time soon without some inducement.

Anyone willing to assist?

PHPTMAPI 2.0.1 released

Sunday, January 16th, 2011

PHPTMAPI 2.0.1 released

From the website:

TMAPI/PHP is a programming interface for PHP based on the TMAPI (www.tmapi.org) project. This API will enable PHP developers easy and standardized implementation of topic maps in their applications.