Made RSS docstring more appropriate, now that help works with modules.

This commit is contained in:
Jeremy Fincher 2003-08-30 19:53:53 +00:00
parent 7795e6bbf3
commit 35cbbf7717

View File

@ -31,19 +31,7 @@
""" """
Provides basic functionality for handling RSS/RDF feeds. Depends on the Alias Provides basic functionality for handling RSS/RDF feeds. Depends on the Alias
module for user-friendliness: instead of: module for user-friendliness.
rsstitles http://slashdot.org/slashdot.rss
It'll make the alias:
alias slashdot rsstitles http://slashdot.org/slashdot.rss
And you'll be able to call the command like this:
slashdot
Also includes a function for getting info about a specific feed, rssinfo.
""" """
from baseplugin import * from baseplugin import *