Skip to content

fastcat/tt-rss-ff-xmllint

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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

About

Tiny Tiny RSS plugin to run xmllint and/or tidy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published