No project description provided
Project description
Integrate Plone with other websites through feeds.
Development
Requirements:
Python 2.7
Virtualenv
Setup:
make
Run Static Code Analysis:
make code-Analysis
Run Unit / Integration Tests:
make test
Run Robot Framework based acceptance tests:
make test-acceptance
Installation
To enable this product in a buildout-based installation:
Edit your buildout.cfg and add collective.getfeed to the list of eggs to install:
[buildout] ... eggs = collective.getfeed
After updating the configuration you need to run ‘’bin/buildout’’, which will take care of updating your system.
Go to the ‘Site Setup’ page in a Plone site and click on the ‘Add-ons’ link.
Check the box next to collective.getfeed and click the ‘Activate’ button.
Configuration
Add a new instance to be called with clock-server to update all feeds automatically:
[buildout]
parts +=
instance-feeds
[instance-feeds]
<=instance
port-base = 8
zodb-cache-size = 5000
zope-conf-additional =
<clock-server>
method /@@get-all-feeds
period 3600
user feed_user
password feed_password
host localhost:8088
</clock-server>
Credits
This project icon uses The Font Awesome pictograms are licensed under the CC BY 3.0 License https://creativecommons.org/licenses/by/3.0/
Contributors
forContent
Rodrigo Ferreira de Souza
Changelog
1.0.0a3 (2019-01-29)
Fix parse of description; [rodfersou]
Try to get image from description if not found in body. [rodfersou]
Add original url [rodfersou]
1.0.0a2 (2019-01-29)
Fix MANIFEST.in to include zcml files. [rodfersou]
1.0.0a1 (2019-01-28)
Initial release. [rodfersou]
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
Hashes for collective.getfeed-1.0.0a3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a1bda02e09dd45539a5269f7b2b7d5eac1d6937b33128bb9c489ae26fb31c1f |
|
MD5 | e42202dc0f40cfa4cff72fe1b3f20383 |
|
BLAKE2b-256 | 311ed4386dcfd961ef03dc6df237875b00058a1212746ffe874b2d99052fb779 |