/html2atom

Transform HTML pages into Atom Syndication feeds (RFC 4287)

Primary LanguagePython

html2atom

Transform HTML pages into Atom Syndication feeds (RFC 4287)

What is html2atom?

html2atom is a script that allows to form a custom Atom Syndication feed, in essence, this program is intended for use with websites that neither provide Atom nor RSS feeds.

What is Atom?

Atom is the name of an XML-based Web content and metadata syndication format, and an application-level protocol for publishing and editing Web resources belonging to periodically updated websites.

All Atom feeds must be well-formed XML documents, and are identified with the application/atom+xml media type.

Useful links

The Atom Syndication Format
AtomPub Working Group

Credit where credit is due

This software is base upon an example program by Martin Monperrus