An add-on for Plone
Project description
This package contains a service: “@get_rss_feed” that is used as proxy to call an RSS feed from backend and not from frontend to avoid CORS problems.
The service will reply with an “application/rss+xml” response with the desired feed.
Each feed url has a 10 minutes cache for his result to avoid too much requests.
Usage
You can call the endpoint passing a feed parameter like this example:
> curl -i http://localhost:8080/Plone/@get_rss_feed?feed=https://www.plone.org/RSS -H 'Accept: application/rss+xml'
Installation
Install redturtle.rssservice by adding it to your buildout:
[buildout] ... eggs = redturtle.rssservice
and then running bin/buildout
Contribute
Issue Tracker: https://github.com/RedTurtle/redturtle.rssservice/issues
Source Code: https://github.com/RedTurtle/redturtle.rssservice
Support
If you are having issues, please let us know. We have a mailing list located at: sviluppo@redturtle.it
License
The project is licensed under the GPLv2.
Contributors
RedTurtle, sviluppo@redturtle.it
Changelog
0.1.0 (2020-04-08)
Initial release. [cekk]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file redturtle.rssservice-0.1.0.tar.gz
.
File metadata
- Download URL: redturtle.rssservice-0.1.0.tar.gz
- Upload date:
- Size: 18.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22dbc2a94da4dff956d3858c84426a6bc196c61b1afc4729a6d84efbdc630892 |
|
MD5 | 9ea1b7f179cda7a1f75967981cb52126 |
|
BLAKE2b-256 | 195f27607c27df9dae276c552a58c8abeb2b039af13c893bd5ecf299d5f67a52 |