forked from platypush/platypush
Refactored RSS integration into its own rss plugin [closes #199]
This commit is contained in:
parent
3e4b91cd6c
commit
e9f6d9a8bc
20 changed files with 312 additions and 30 deletions
docs/source
|
|
@ -50,6 +50,7 @@ Events
|
|||
platypush/events/ping.rst
|
||||
platypush/events/pushbullet.rst
|
||||
platypush/events/qrcode.rst
|
||||
platypush/events/rss.rst
|
||||
platypush/events/scard.rst
|
||||
platypush/events/sensor.rst
|
||||
platypush/events/sensor.ir.rst
|
||||
|
|
|
|||
5
docs/source/platypush/events/rss.rst
Normal file
5
docs/source/platypush/events/rss.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.event.rss``
|
||||
===============================
|
||||
|
||||
.. automodule:: platypush.message.event.rss
|
||||
:members:
|
||||
5
docs/source/platypush/plugins/rss.rst
Normal file
5
docs/source/platypush/plugins/rss.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``rss``
|
||||
=======
|
||||
|
||||
.. automodule:: platypush.plugins.rss
|
||||
:members:
|
||||
|
|
@ -103,6 +103,7 @@ Plugins
|
|||
platypush/plugins/pwm.pca9685.rst
|
||||
platypush/plugins/qrcode.rst
|
||||
platypush/plugins/redis.rst
|
||||
platypush/plugins/rss.rst
|
||||
platypush/plugins/rtorrent.rst
|
||||
platypush/plugins/serial.rst
|
||||
platypush/plugins/shell.rst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue