ztm.topicmaps is a Topic Maps engine written in Python using the Zope Component Architecture and other Zope libraries. It implements and enforces a data model compliant with `ISO 13250-2: Topic Maps Data Model `_ Mailinglist: Bugtracker: For more information on using ztm.topicmaps, see: src/ztm/topicmaps/README.txt src/ztm/topicmaps/doc/index.txt More packages and documentation can be found at http://ztmproject.org. NB: The name ztm.topicmaps may appear to violate the singular package naming conventions for Zope 3. It is however named such as the name of the specification is ISO Topic Maps and we are supposed to refer to it in its plural version. ---- Incorporated code: * URL normalization done by `urlnorm`_ from Sam Ruby under Python Licence. See file:`src/ztm/topicmaps/urlnorm.py` for details. .. _urlnorm: http://intertwingly.net/stories/2004/08/04/urlnorm.py