JTM topic map service module
From WandoraWiki
(Difference between revisions)
(→See also) |
|||
Line 24: | Line 24: | ||
** [[Screencast service module]] | ** [[Screencast service module]] | ||
** [[Flash graph service module]] | ** [[Flash graph service module]] | ||
+ | ** [[Timeline service module]] | ||
+ | ** [[Google Maps service module]] | ||
+ | ** [[D3 graph service module]] |
Revision as of 18:30, 17 May 2012
Service module returns a JTM topic map. Topic map contains current topic and all associated topics. Service handle is jtm. To use the service module jtm, ensure the module is enabled in configuration panel of embedded HTTP server and start the embedded HTTP server. An example request is
http://127.0.0.1:8898/jtm
Adding request an URL parameter topic with a subject identifiers or basename value returns addressed topic. URL parameters si and sl can be used to fetch a topic with a subject identifier or with a subject locator.
Requesting an URL http://127.0.0.1:8898/jtm?topic=http://www.wandora.org/core/wandoraclass returns a page as shown below when using a regular WWW browser.
See also
- Embedded HTTP server
- HTML service module
- Mobile HTML service module
- RSS feed service module
- SOAP web service module
- Drupal service module
- Firefox and Thunderbird plugin service module
- XTM topic map service module
- RDF service module
- GRAPHML service module
- Screencast service module
- Flash graph service module
- Timeline service module
- Google Maps service module
- D3 graph service module