Skip to content

anno73/tt-rss-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

tt-rss-plugins

Some plugins for tt-rss.

Install to plugins.local folder of your tt-rss instance.

Plugin Development Ressources

Unofficial documentation for hooks in TT-RSS

tt-rss-samples by fox himself.

Not so comprehensive Making Plugins introduction. Mainly telling that there is none.

A list of plugins provided by various sources.

Use the Feed Debug feature of tt-rss. (right click on feed->debug)

Check the event log.

Trigger updates manually by sudo -u www-data php update.php --force-rehash --debug-feed feed_number_from_feed_debug

Bindmount init.php from tt-rss installation to your home directory for direct access.

sudo mount --bind source_file target_file
sudo chown user target_file

Check Feed Validity

https://validator.w3.org/feed/check.cgi

https://tt-rss.org/myfeedsucks/

About

Some plugins for tt-rss

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published