File: README

package info (click to toggle)
libtm-perl 1.53-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,780 kB
  • ctags: 594
  • sloc: perl: 34,611; sh: 377; makefile: 50
file content (76 lines) | stat: -rw-r--r-- 1,948 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
What is it?
-----------
This base package contains Perl extensions for Topic Maps

   http://www.isotopicmaps.org/

With it you can

  - manipulate topic maps via an API
  - navigate through TMs via a TMDM-like API (almost TMAPI)
  - read/write AsTMa 1.x and 2.x resources
  - read LTM resources
  - read/write XTM 1/2 resources
  - create virtualized topic maps
  - use a topic map backend store
  - add drivers for your own native store
  - add indices to speed up things
  - query topic maps via TMQL (query language, in the working)
  - and more

Prerequisites
-------------

Of course, TM::* relies heavily on other Perl packages. Most of them
(hopefully all) should be resolved automatically if you use the CPAN
frontend.

Installation
------------

This module should be completely installable via the cpan frontend.
To build the extensions manually, unpack this distribution somewhere,
and exercise the usual incantation:

perl Makefile.PL
make
make test
make install

You will need perl version 5.8 or better to install these modules.

There may also be Debian packages for this generation.

Documentation
-------------

You can learn about Topic Maps in general at

  http://www.isotopicmaps.org/  (standards)
  http://kill.devc.at/taxonomy/term/22 (my blog)

  http://topicmaps.bond.edu.au/ (tutorials, other stuff)
  http://easytopicmaps.com/     (tutorials, lotta links and hints)

  http://astma.it.bond.edu.au/  (shorthand notation used by the authors)

For this particular package I also recommend the
tutorials in

  maps/tutorials.atm

Support
-------

You can either

  - mail to the author (rho@devc.at), or
  - discuss this in one of the topicmap mailing lists, or
  - find me in the freenode #topicmaps IRC channel, or
  - create a bug entry in rt.cpan.org (preferred)

Copyright 200[1-8] Robert Barta, rho@devc.at

This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.