lumenwrites / fictionhub_old

The perfect place to publish, discover and discuss awesome fiction
http://fictionhub.io
18 stars 4 forks source link

Add basic RSS functionality #3

Closed tsheinen closed 9 years ago

tsheinen commented 9 years ago

append /feed to a story url to fetch it. http://fictionhub.io/story/hacked/feed/ for example. It is about as empty as it can be and still be valid, but it does validate with https://validator.w3.org/feed/check.cgi. An example can be seen below. I did format it, but for some reason it was removed.

`

Test http://localhost:8000/story/ test 12 http://localhost:8000/post/12

`

lumenwrites commented 9 years ago

Awesome!! Thank you!