Limnoria-doc/use/plugins/rss.rst

74 lines
1.6 KiB
ReStructuredText
Raw Normal View History

2011-06-28 08:11:32 +02:00
.. _plugin-rss:
The RSS plugin
==============
2011-06-28 08:13:53 +02:00
.. _command-info:
2011-06-28 08:11:32 +02:00
info <url|feed>
^^^^^^^^^^^^^^^
Returns information from the given RSS feed, namely the title,
URL, description, and last update date, if available.
2011-06-28 08:13:53 +02:00
.. _command-remove:
2011-06-28 08:11:32 +02:00
remove <name>
^^^^^^^^^^^^^
Removes the command for looking up RSS feeds at *<name>* from
this plugin.
2011-06-28 08:13:53 +02:00
.. _command-add:
2011-06-28 08:11:32 +02:00
add <name> <url>
^^^^^^^^^^^^^^^^
Adds a command to this plugin that will look up the RSS feed at the
given URL.
2011-06-28 08:13:53 +02:00
.. _command-announce-list:
2011-06-28 08:11:32 +02:00
announce list [<channel>]
^^^^^^^^^^^^^^^^^^^^^^^^^
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:13:53 +02:00
.. _command-announce-remove:
2011-06-28 08:11:32 +02:00
announce remove [<channel>] <name|url> [<name|url> ...]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 08:13:53 +02:00
.. _command-announce-add:
2011-06-28 08:11:32 +02:00
announce add [<channel>] <name|url> [<name|url> ...]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.
2011-06-28 08:13:53 +02:00
.. _command-rss:
2011-06-28 08:11:32 +02:00
rss <url> [<number of headlines>]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Gets the title components of the given RSS feed.
If *<number of headlines>* is given, return only that many headlines.