tt-rss-ff-xmllint
tt-rss-ff-xmllint copied to clipboard
Tiny Tiny RSS plugin to run xmllint and/or tidy
Tiny Tiny RSS: ff_xmllint
Tiny Tiny RSS plugin to run xmllint and/or tidy on feed content to deal with mostly sane but not quite valid feeds.
Installation
- Simple install for Debian and Ubuntu:
- Run sudo make install (it will check to ensure you have tidy and xmllint installed).
- Git clone install:
- Install dependencies (see manual install)
- Clone repository
cd /var/www/ttrss
git clone https://github.com/fastcat/tt-rss-ff-xmllint.git plugins.local/ff_xmllint
- Manual Install:
- Make sure tidy is installed
- Make sure xmllint is installed
- Copy the ff_xmllint directory in the plugins directory of your tt-rss installation.
- Go into your tt-rss preferences and enable the plugin
- (Optional) Go into your tt-rss preferences and choose which tools are run on feed contents.
By default, only xmllint is run. Tidy can resolve more feed problems, but makes much larger changes to the feed content than xmllint, even when no changes are necessary.
To run the tools, they must be in your web server's $PATH.
When enabled, the selected tools will be run on ALL feeds when they update.
License
GPLv3