mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 03:56:19 +00:00
bump version
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"name": "rss",
|
||||
"version": "0.0.4",
|
||||
"version": "0.1.0",
|
||||
"description": "RSS feed generator. A really simple API to add RSS feeds to any project.",
|
||||
"homepage": "http://github.com/dylang/node-rss",
|
||||
"author": "Dylan Greene <dylang@gmail.com>",
|
||||
"contributors": [
|
||||
"Dylan Greene <dylang@gmail.com>",
|
||||
"Xavier Damman <xdamman@gmail.com>",
|
||||
"Michael R. Lange"
|
||||
"Michael R. Lange",
|
||||
"Victor Jonsson"
|
||||
],
|
||||
"repository":
|
||||
{
|
||||
|
||||
16
readme.md
16
readme.md
@@ -80,19 +80,13 @@ an have any number of items. Ten to tenty is usually good.
|
||||
* This module is very fast but you might as well cache the output of xml() and serve
|
||||
it until something changes.
|
||||
|
||||
## Upcoming features
|
||||
|
||||
* Atom support
|
||||
* Feed validation
|
||||
* Feedburner integration
|
||||
* More customization
|
||||
* Express middleware for serving feeds
|
||||
* What else?
|
||||
|
||||
# Contributing
|
||||
|
||||
Contributions to the project are welcome. Feel free to fork and improve. I accept pull requests and issues,
|
||||
especially when tests are included.
|
||||
Contributions to the project are welcome. Feel free to fork and improve.
|
||||
I accept pull requests when tests and updated docs are included.
|
||||
|
||||
I'm not actively adding features to this module. If you would like to take over maintaining it
|
||||
just let me know.
|
||||
|
||||
# License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user