guyht / Glog

NodeJS and Git backed blogging engine
MIT License
52 stars 10 forks source link

No RSS or ATOM feed #3

Closed unwiredben closed 12 years ago

unwiredben commented 12 years ago

Would really be great if you could add RSS 2.0 or Atom 1.0 output for the most recent 5 or 10 articles routed from index.xml or rss.xml and put a tag in the main page pointing to the feed.

guyht commented 12 years ago

Will add this to the roadmap.

guyht commented 12 years ago

@pinguxx has suggested using https://github.com/dylang/node-rss . Assuming the library works as documented it should be a good fit. Going to try to do the integration over the weekend.

guyht commented 12 years ago

RSS Feed added in 141a6a5abee10f95babe00304d5ea6dab1201b71 , using node-rss.

Please also merge changes from Guido https://github.com/guyht/Guido if you want RSS autodiscovery.

package.json has changed (node-rss added), so remember to do an 'npm install' after you have pulled the changes or Glog won't start.

G

pinguxx commented 12 years ago

working :)