rubys/feedvalidator

A validator for syndicated feeds. It works with Atom, RSS feeds as well as OPML and KML formats.

Python

123

855 commits

updated Jul 23, 2023

See the code

README

Build Status

Some tests, and some functionality, will not be enabled unless a full set of 32-bit character encodings are available through Python.

The package 'iconvcodec' provides the necessary codecs, if your underlying operating system supports them. Its web page is at http://cjkpython.i18n.org/#iconvcodec, and a range of packages are provided.

Python 2.3.x is required, for its Unicode support.

To run with Docker:

docker build -t feedvalidator .
docker run -p 8080:80 feedvalidator

Contributors

rubys

749 commits

josephw

58 commits

philor

17 commits

rcaden

8 commits

rubys/feedvalidator

A validator for syndicated feeds. It works with Atom, RSS feeds as well as OPML and KML formats.

Python

123

855 commits

updated Jul 23, 2023

See the code

README

Build Status

Some tests, and some functionality, will not be enabled unless a full set of 32-bit character encodings are available through Python.

The package 'iconvcodec' provides the necessary codecs, if your underlying operating system supports them. Its web page is at http://cjkpython.i18n.org/#iconvcodec, and a range of packages are provided.

Python 2.3.x is required, for its Unicode support.

To run with Docker:

docker build -t feedvalidator .
docker run -p 8080:80 feedvalidator

Contributors

rubys

749 commits

josephw

58 commits

philor

17 commits

rcaden

8 commits

Languages

Python

71.4%

HTML

27.7%