Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/poppa/feed2

Feed generator
https://github.com/poppa/feed2

Last synced: 19 days ago
JSON representation

Feed generator

Awesome Lists containing this project

README

        

# feed2
This feed generator is heavily inspired by [feed][jpmonette],
so much cudos to the author of that module.

So why creating yet anonther feed generator?

1. [feed][jpmonette] doesn't adhere fully to the RSS standard. It's hard
(impossible?) to add arbitrary elements with a corresponding XML
namespace.
2. [feed][jpmonette] is hard (impossible?) to extend

So the intention of this module is to make a generic feed generator that has
good typings, adhere fully to the various standards and is easily extendable.

**Duly note:** this module is in its infancy

[jpmonette]: https://github.com/jpmonette/feed