2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
.. _plugin-rss:
|
|
|
|
|
|
|
|
The RSS plugin
|
|
|
|
==============
|
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
Reading
|
|
|
|
-------
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
.. _command-rss-info:
|
|
|
|
|
|
|
|
rss info <url|feed>
|
|
|
|
^^^^^^^^^^^^^^^^^^^
|
2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
Returns information from the given RSS feed, namely the title,
|
|
|
|
URL, description, and last update date, if available.
|
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
.. _command-rss-announce-list:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
rss announce list [<channel>]
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
Returns the list of feeds announced in *<channel>*. *<channel>* is
|
|
|
|
only necessary if the message isn't sent in the channel itself.
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
.. _command-rss-rss:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
rss rss <url> [<number of headlines>]
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
Gets the title components of the given RSS feed.
|
|
|
|
If *<number of headlines>* is given, return only that many headlines.
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
Administration
|
|
|
|
--------------
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
.. _command-rss-remove:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
rss remove <name>
|
|
|
|
^^^^^^^^^^^^^^^^^
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
Removes the command for looking up RSS feeds at *<name>* from
|
|
|
|
this plugin.
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
.. _command-rss-add:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
rss add <name> <url>
|
|
|
|
^^^^^^^^^^^^^^^^^^^^
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
Adds a command to this plugin that will look up the RSS feed at the
|
|
|
|
given URL.
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
.. _command-rss-announce-remove:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
rss announce remove [<channel>] <name|url> [<name|url> ...]
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
Removes the list of feeds from the current list of announced feeds
|
|
|
|
in *<channel>*. Valid feeds include the names of registered feeds as
|
|
|
|
well as URLs for RSS feeds. *<channel>* is only necessary if the
|
|
|
|
message isn't sent in the channel itself.
|
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
.. _command-rss-announce-add:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
rss announce add [<channel>] <name|url> [<name|url> ...]
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
Adds the list of feeds to the current list of announced feeds in
|
|
|
|
*<channel>*. Valid feeds include the names of registered feeds as
|
|
|
|
well as URLs for RSS feeds. *<channel>* is only necessary if the
|
|
|
|
message isn't sent in the channel itself.
|
|
|
|
|