JTM topic map service module
From WandoraWiki
(Difference between revisions)
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | + | The service module returns a JTM topic map. The topic map contains the current topic and all it's associated topics. THe service handle is '''jtm'''. To use the module ensure it's enabled in the configuration panel of [[Embedded HTTP server|embedded HTTP server]] and start the server. An example HTTP request is | |
http://127.0.0.1:8898/jtm | http://127.0.0.1:8898/jtm | ||
− | Adding request an URL parameter '''topic''' with a subject | + | Adding request an URL parameter '''topic''' with a subject identifier or basename value returns the addressed topic. The URL parameters '''si''' and '''sl''' can also be used to fetch a topic with a subject identifier or with a subject locator respectively. |
− | 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 | + | 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 browser. |
[[Image:service_jtm_01.gif|center]] | [[Image:service_jtm_01.gif|center]] | ||
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]] |
Latest revision as of 11:28, 8 August 2012
The service module returns a JTM topic map. The topic map contains the current topic and all it's associated topics. THe service handle is jtm. To use the module ensure it's enabled in the configuration panel of embedded HTTP server and start the server. An example HTTP request is
http://127.0.0.1:8898/jtm
Adding request an URL parameter topic with a subject identifier or basename value returns the addressed topic. The URL parameters si and sl can also be used to fetch a topic with a subject identifier or with a subject locator respectively.
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 browser.
[edit] 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