Ticket #151 (assigned New feature)
Automatically provide simple RSS export for all Piwik widgets
| Reported by: | matt | Owned by: | JulienM |
|---|---|---|---|
| Priority: | major | Milestone: | Feature requests |
| Component: | Core | Keywords: | |
| Cc: | Sensitive: | no |
Description (last modified by matt) (diff)
All data is already available though RSS feed. Example: http://piwik.org/demo/?module=API&method=Referers.getKeywords&idSite=1&period=day&date=last10&format=rss The problem is that these feeds provide the "plain data" and don't have CSS, nice colors, etc.
We can export the HTML from widgets output for each day or website requested, and put this html in the rss feed.
The reports could be made available through a RSS link below each widget. The feature could also be made visible in the "Widgets" page, just like users can now export widgets in iframe.
Note: some widgets would disable the automatic RSS conversion as it is not applicable, eg. the Live! widget that shows the latest visits on the website.
During the RSS conversion, all Javascript includes would be removed to only leave the html. To what extent can styles apply? I wonder if the RSS reader keep no style at all, or maybe the inline css?
