|
From: <ul...@us...> - 2010-10-15 23:34:55
|
Revision: 58
http://adc.svn.sourceforge.net/adc/?rev=58&view=rev
Author: ullner
Date: 2010-10-15 23:34:49 +0000 (Fri, 15 Oct 2010)
Log Message:
-----------
Added FEED for RSS feeds
Modified Paths:
--------------
trunk/ADC-EXT.txt
Modified: trunk/ADC-EXT.txt
===================================================================
--- trunk/ADC-EXT.txt 2010-10-15 23:23:48 UTC (rev 57)
+++ trunk/ADC-EXT.txt 2010-10-15 23:34:49 UTC (rev 58)
@@ -47,6 +47,7 @@
* Added note to signal DFAV in SUP.
* Added 'SUDP' extension for encryption of UDP traffic.
* Added 'TYPE' extension for chat state notifications.
+* Added 'FEED' extension for RSS feeds.
== Extensions
@@ -609,4 +610,48 @@
|11 |Composing |Currently typing a message. |Must be sent.
|=====
+=== FEED - RSS feeds
+The extension adds RSS feed support. See http://en.wikipedia.org/wiki/RSS for a description.
+
+Signal FEED in SUP and the INF's SU field.
+
+==== RSS
+ RSS url
+
+Context: F, T
+
+States: NORMAL
+
+url is the URL to the feed.
+
+Additional fields:
+
+[options="autowidth"]
+|=====
+|CR |Name of the author.
+|TI |Name of post.
+|DE |Content summary of post.
+|LI |Direct link to post
+|FN |Feed name
+|FN |Feed description
+|DT |Time of publish. Specified in seconds since UNIX epoch.
+|RM |1 = Remove feed from aggregator.
+|=====
+
+==== Examples
+Publish a new feed called 'Example_feed' and with a description 'description_of_feed':
+====
+RSS http://example.com/rss FNExample_feed FNdescription_of_feed
+====
+
+Remove a feed:
+====
+RSS http://example.com/rss RM1
+====
+
+Publish a new post 'New_post' from 'John_Doe':
+====
+RSS http://example.com/rss TINew_post DEdescription_of_post LIhttp://example.com/entries/new_post DT1253628000 CRJohn_Doe
+====
+
// vim: set syntax=asciidoc:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|