https://github.com/halfdan/piwik-feedannotation-plugin
Piwik Plugin to automatically create Annotations by polling a feed (Atom/RSS)
https://github.com/halfdan/piwik-feedannotation-plugin
Last synced: 10 months ago
JSON representation
Piwik Plugin to automatically create Annotations by polling a feed (Atom/RSS)
- Host: GitHub
- URL: https://github.com/halfdan/piwik-feedannotation-plugin
- Owner: halfdan
- Created: 2013-02-26T20:12:28.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-02T10:00:19.000Z (over 12 years ago)
- Last Synced: 2024-12-28T12:16:06.241Z (about 1 year ago)
- Language: PHP
- Size: 172 KB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Piwik FeedAnnotation Plugin
## Description
This is a plugin for the Open Source Web Analytics platform Piwik. It allows you to automatically fetch RSS/Atom-Feeds from your website and create new Annotations from feed entries.
Since the "Annotations" plugin was introduced in Piwik 1.10, this plugin requires at least Piwik 1.10.

## Documentation
1. Clone the plugin into the plugins directory of your Piwik installation.
```
cd plugins/
git clone https://github.com/halfdan/piwik-feedannotation-plugin.git FeedAnnotation
```
2. Login as superuser into your Piwik installation and activate the plugin under Settings -> Plugins
3. You can add new feeds for sites you have admin access to under Settings -> Feed Annotations
Feeds are fetched once a day using "scheduled tasks". After adding a feed you can manually force the plugin to process your feed by clicking the "Process now" link.
## Contribute
If you are interested in contributing to this plugin, feel free to send pull requests!