Skip to content

aaronaxvig/ttrss-plugin-feedstatistics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

ttrss-plugin-feedstatistics

Basic feed statistics for Tiny Tiny RSS.

Adds a statistics pane to the feed preferences tab, including both a Google Reader-style one line summary and a table of statistics per feed.

Notes

  1. The table is sorted by posts/day. No way to change this in the preferences, but you can easily change it in the SQL query.

  2. We do not keep track of actual feed activity, but instead only look at the current database. This has a few implications, e.g. we do not keep lifetime read counts. If you don't have purging enabled, you can still get generate them by modifying the default interval (30 days).

  3. The items per day calculation assumes all feeds were followed for the entire interval. If they were recently added, the value will be wrong.

Installation

  1. Upload the feedstatistics directory into [TT-RSS root directory]/plugins.

  2. Set the correct permissions, if neeeded.

  3. Enable the plugin by going to Preferences -> Plugins.

Changelog

v1.00 - Initial Release (2014-07-05)

v1.01 - Made compatible with pgSQL (2014-07-05)

v1.02 - Fixed bug introduced in 1.01 in items/day calculation for low purge delays (2014-07-06)

v1.03 - Now also showing feeds with 0 posts in the period. Version changed to match expected format (2014-07-08)

v1.04 - Replaced sums with counts (2014-07-08)

v1.05 - Fixed bug when purge is disabled (2015-10-05)

v1.06 - Instead of just looking at recently read items, it now looks at marking/publishing dates (2016-01-21)

v1.07 - Rewrote database interaction to use PDO, following core changes (2018-01-22)

v1.08 - Fixed reintroduced bug (2018-01-23)

Links

For discussion, please see the following thread in the Tiny Tiny RSS forums.

http://tt-rss.org/forum/viewtopic.php?f=22&t=3069

About

Simple feed statistics for Tiny Tiny RSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%