To introduce the Topic Maps technology to the .NET world, the goal of this project is a small and extensible Topic Maps engine based on the TMAPI.Net project that implements the TMAPI 2.0 interfaces and unit test.
Another objective is compatibility with a wide range of plattforms like .NET 2.0+, Mono, .NET Compact Framework and Silverlight. That's why the resulting engine should be small and lightweight.
Releases¶
Current Development Version¶
The development process is still in progress. To get the current implementation check out the Source Tab or use Mercurial:
- HG: hg clone https://sharptm.googlecode.com/hg sharptm
SharpTM 1.0.15.133 alpha 2¶
February 10, 2009
- Browse in Google Code: http://code.google.com/p/sharptm/source/browse/tags/SharpTM-1.0.15.133-alpha-2
- SVN: http://sharptm.googlecode.com/svn/tags/SharpTM-1.0.15.133-alpha-2
- Download: SharpTM-1.0.15.133-alpha-2.zip (1.5 MB)
Remarks to this version¶
- added missing merging functionality
- added inititial draft for persistence modules
- added build script using rake
SharpTM 1.0.91 alpha 1¶
December 16, 2008
- Browse in Google Code: http://code.google.com/p/sharptm/source/browse/tags/SharpTM+1.0.91+alpha+1
- SVN: http://sharptm.googlecode.com/svn/tags/SharpTM%201.0.91%20alpha%201
- Download: SharpTM - 1.0.91 alpha 1.zip
Remarks to this version¶
This is the first release of the current development state. The one and only goal for this was to pass all tests from the TMAPI.Net project. In 1.0.91 alpha 1 is neither any optimization, import, export nor hosting components (e.g. command line application). It is just a library, that can be used for in-memory Topic Map creation to play around.