defendtheweb / hackthis.co.uk

HackThis!!
http://www.hackthis.co.uk
Other
46 stars 55 forks source link

Feature(RSS): Implementation of RSS2.0 and ATOM1.0 feed. #183

Open LauraRozier opened 8 years ago

LauraRozier commented 8 years ago

As put in the issues sections there was once a RSS feed and now it's gone. ( #75 ) Made one from scratch that can also run stand-alone, yet it runs using the help of the app right now. Adds two buttons in the page's footer, one for RSS and one for ATOM. There is a style-sheet available for browsers that don't support RSS/ATOM.

There is no cleanup procedure for feeds (yet) as I am not sure which method is preferred. Both feeds follow their standards. (ATOM has UIDs generated by SQL)

Schema and test data have been updated to create required table and examples.

Buttons: Feed buttons

RSS style: RSS feed

ATOM style: ATOM feed

~ DOSmaster