GRAPHML service module
From WandoraWiki
(Difference between revisions)
(4 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | + | The service module returns a GRAPHML document containing the current topic and all it's associated topics. The service handle is '''graphml'''. 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 request is | |
http://127.0.0.1:8898/graphml | http://127.0.0.1:8898/graphml | ||
− | Adding | + | Adding an URL parameter '''topic''' to the request with a subject identifier or basename value returns addressed topic. URL parameters '''si''' and '''sl''' can also be used to fetch a topic with a subject identifier or locator. Requesting an URL |
http://127.0.0.1:8898/graphml?topic=http://www.wandora.org/core/wandoraclass | http://127.0.0.1:8898/graphml?topic=http://www.wandora.org/core/wandoraclass | ||
− | returns a page that looks something like | + | returns a page that looks something like the screen capture below. |
− | [[Image:service_graphml_01.gif]] | + | [[Image:service_graphml_01.gif|center]] |
Line 15: | Line 15: | ||
* [[Embedded HTTP server]] | * [[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]] | ||
+ | ** [[JTM topic map service module]] | ||
+ | ** [[RDF service module]] | ||
+ | ** [[Screencast service module]] | ||
+ | ** [[Flash graph service module]] | ||
+ | ** [[Timeline service module]] | ||
+ | ** [[Google Maps service module]] | ||
+ | ** [[D3 graph service module]] |
Latest revision as of 11:32, 8 August 2012
The service module returns a GRAPHML document containing the current topic and all it's associated topics. The service handle is graphml. To use the module ensure it's enabled in the configuration panel of embedded HTTP server and start the server. An example request is
http://127.0.0.1:8898/graphml
Adding an URL parameter topic to the request with a subject identifier or basename value returns addressed topic. URL parameters si and sl can also be used to fetch a topic with a subject identifier or locator. Requesting an URL
http://127.0.0.1:8898/graphml?topic=http://www.wandora.org/core/wandoraclass
returns a page that looks something like the screen capture below.
[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
- JTM topic map service module
- RDF service module
- Screencast service module
- Flash graph service module
- Timeline service module
- Google Maps service module
- D3 graph service module