Fork me on GitHub!
Alex Baines

CGIQuotes — C WebApp for storing & viewing quotes

This is a C program using CGI to serve a quote database website. It was written to replace the gist storage that was previously being used by insobot and provide a nicer viewing experience.

Quotes are stored in flat files with a simple format, which can be edited via authenticated POST requests. CGIQuotes then makes each file, and each line within, available via http in several different formats: raw, html, csv and json to facilitate easy integration with other people’s projects.