RSS feed service module
From WandoraWiki
(Difference between revisions)
Line 3: | Line 3: | ||
http://127.0.0.1:8898/rss | http://127.0.0.1:8898/rss | ||
− | Service uses the same default handler as the HTML service but has different templates. | + | Service uses the same default handler as the HTML service but has different templates. Adding URL a parameter '''si''' or '''topic''' with a subject identifier value returns instances of addressed topic. Next screen capture views an output of URL |
+ | |||
+ | http://127.0.0.1:8898/rss?si=http://www.wandora.org/core/language | ||
+ | |||
+ | |||
+ | [[Image:service_rss_01.gif]] | ||
+ | |||
== See also == | == See also == | ||
* [[Embedded HTTP server]] | * [[Embedded HTTP server]] |
Revision as of 17:34, 4 January 2012
This service module creates an RSS feed. RSS feed contains instances of current topic. Service handle is rss. To access the feed use URL
http://127.0.0.1:8898/rss
Service uses the same default handler as the HTML service but has different templates. Adding URL a parameter si or topic with a subject identifier value returns instances of addressed topic. Next screen capture views an output of URL
http://127.0.0.1:8898/rss?si=http://www.wandora.org/core/language