RSS feed service module
From WandoraWiki
(Difference between revisions)
(5 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | This service module creates an RSS feed. | + | This service module creates an RSS feed. The feed contains the instances of the current topic. The service handle is '''rss'''. To use the module ensure the it is enabled in configuration panel of [[Embedded HTTP server|embedded HTTP server]] and start the embedded HTTP server. The feed can be accessed at the URL |
http://127.0.0.1:8898/rss | http://127.0.0.1:8898/rss | ||
− | + | The service uses the same default handler as the HTML service but has different templates. Appending either the query string parameter '''si''' or '''topic''' with a subject identifier value returns the instances of the addressed topic. The screen capture below reviews an example output of the URL | |
http://127.0.0.1:8898/rss?si=http://www.wandora.org/core/language | http://127.0.0.1:8898/rss?si=http://www.wandora.org/core/language | ||
Line 14: | Line 14: | ||
* [[Embedded HTTP server]] | * [[Embedded HTTP server]] | ||
+ | ** [[HTML service module]] | ||
+ | ** [[Mobile HTML 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]] | ||
+ | ** [[GRAPHML 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:08, 8 August 2012
This service module creates an RSS feed. The feed contains the instances of the current topic. The service handle is rss. To use the module ensure the it is enabled in configuration panel of embedded HTTP server and start the embedded HTTP server. The feed can be accessed at the URL
http://127.0.0.1:8898/rss
The service uses the same default handler as the HTML service but has different templates. Appending either the query string parameter si or topic with a subject identifier value returns the instances of the addressed topic. The screen capture below reviews an example output of the URL
http://127.0.0.1:8898/rss?si=http://www.wandora.org/core/language
[edit] See also
- Embedded HTTP server
- HTML service module
- Mobile HTML 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
- GRAPHML service module
- Screencast service module
- Flash graph service module
- Timeline service module
- Google Maps service module
- D3 graph service module