diff options
| author | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-03-08 08:10:36 +0000 |
|---|---|---|
| committer | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-03-08 08:10:36 +0000 |
| commit | 0d178d00a567d62d8fb462b94a309cfb9c1b02aa (patch) | |
| tree | df73ded620d0fc565e83289e49711bfa24a8aada /htroot/Messages_p.rss | |
| parent | 23338d207022afdb2334f99e2fc47ccdc4274816 (diff) | |
*) adding RSS feed for peer messages
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3448 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Messages_p.rss')
| -rw-r--r-- | htroot/Messages_p.rss | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/htroot/Messages_p.rss b/htroot/Messages_p.rss new file mode 100644 index 000000000..b8182e328 --- /dev/null +++ b/htroot/Messages_p.rss @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<rss version="2.0"> +<channel> + <title><![CDATA[YaCy '#[peerName]#': Messages]]></title> + <link>http://#[peerAddress]#/Messages_p.html</link> + <image> + <url>http://#[peerAddress]#/env/grafics/yacy.png</url> + <title>YaCy</title> + <link>http://#[peerAddress]#/</link> + </image> +#(mode)# +#{messages}# + <item> + <author><![CDATA[#[from]#]]></author> + <title><![CDATA[#[subject]#]]></title> + <link>http://#[peerAddress]#/Messages_p.html?action=view&object=#[key]#</link> + <pubDate>#[date]#</pubDate> + <guid>#[key]#</guid> + <description><![CDATA[#[body]#]]></description> + </item> +#{/messages}# +::#(/mode)# +</channel> +</rss>
\ No newline at end of file |
