diff --git a/docs/source/events.rst b/docs/source/events.rst index 80d3778b3..2c20f51f9 100644 --- a/docs/source/events.rst +++ b/docs/source/events.rst @@ -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 diff --git a/docs/source/platypush/events/rss.rst b/docs/source/platypush/events/rss.rst new file mode 100644 index 000000000..cbd31237d --- /dev/null +++ b/docs/source/platypush/events/rss.rst @@ -0,0 +1,5 @@ +``platypush.message.event.rss`` +=============================== + +.. automodule:: platypush.message.event.rss + :members: diff --git a/docs/source/platypush/plugins/rss.rst b/docs/source/platypush/plugins/rss.rst new file mode 100644 index 000000000..dddec2c4b --- /dev/null +++ b/docs/source/platypush/plugins/rss.rst @@ -0,0 +1,5 @@ +``rss`` +======= + +.. automodule:: platypush.plugins.rss + :members: diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index 5a2a4d755..6f257bb1a 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -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 diff --git a/platypush/backend/http/poll/__init__.py b/platypush/backend/http/poll/__init__.py index 2c39678c9..49f33b46d 100644 --- a/platypush/backend/http/poll/__init__.py +++ b/platypush/backend/http/poll/__init__.py @@ -7,6 +7,9 @@ from platypush.backend.http.request import HttpRequest class HttpPollBackend(Backend): """ + WARNING: This integration is deprecated, since it was practically only used for RSS subscriptions. + RSS feeds integration has been replaced by :class:`platypush.plugins.rss.RSSPlugin`. + This backend will poll multiple HTTP endpoints/services and return events the bus whenever something new happened. Supported types: :class:`platypush.backend.http.request.JsonHttpRequest` (for polling updates on diff --git a/platypush/backend/http/webapp/dist/index.html b/platypush/backend/http/webapp/dist/index.html index 7b1a3467b..56fb2b004 100644 --- a/platypush/backend/http/webapp/dist/index.html +++ b/platypush/backend/http/webapp/dist/index.html @@ -1 +1 @@ -
Generate a JWT authentication token that can be used for API calls to the /execute endpoint.
You can include the token in your requests in any of the following ways:
\n\nGenerate a JWT authentication token that can be used for API calls to the /execute endpoint.
You can include the token in your requests in any of the following ways:
\n\n