diff --git a/package.json b/package.json index d69a64e..ffa7c83 100644 --- a/package.json +++ b/package.json @@ -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 ", "contributors": [ "Dylan Greene ", "Xavier Damman ", - "Michael R. Lange" + "Michael R. Lange", + "Victor Jonsson" ], "repository": { diff --git a/readme.md b/readme.md index e39b531..16860af 100644 --- a/readme.md +++ b/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