Change lookup method to find if content is of XML type.
[cascardo/atompub.git] / frontend /
2008-12-10 Thadeu Lima de Sou... Let the frontend deal with bad requests for posting...
2008-10-26 Thadeu Lima de Sou... Add Slug header support to CGI frontend
2008-10-26 Thadeu Lima de Sou... Implement publish handler in CGI frontend
2008-10-26 Thadeu Lima de Sou... Get Base URL from HTTP Headers
2008-10-13 Thadeu Lima de Sou... Implemented POST request in CGI frontend
2008-10-13 Thadeu Lima de Sou... Implement new frontend functions for CGI frontend
2008-10-13 Thadeu Lima de Sou... CGI frontend now requests a feed or an entry depending...
2008-10-13 Thadeu Lima de Sou... Frontend maps request to Atom ID before retrieving...
2008-10-13 Thadeu Lima de Sou... Remove Atom Resource
2008-10-12 Thadeu Lima de Sou... Added CGI frontend structure implementation
2008-08-31 Thadeu Lima de Sou... Return after returning an error
2008-08-31 Thadeu Lima de Sou... Avoid a crash if there is no index configured
2008-08-31 Thadeu Lima de Sou... Introducing AtomID, which is used in core, instead...
2008-08-10 Thadeu Lima de Sou... CGI frontend uses AtomResource instead of AtomEntry
2008-08-09 Thadeu Lima de Sou... Modify interface to get string from entry
2008-08-09 Thadeu Lima de Sou... Changed from Atom to AtomEntry and atom_ to atom_entry_
2008-08-09 Thadeu Lima de Sou... Merge branch 'master' into entry
2008-08-03 Thadeu Lima de Sou... New error interface: migrated core, backends and fronte...
2008-08-02 Thadeu Lima de Sou... Print error messages as plain content in http body too
2008-05-12 Gabriel Falcao@frontent/cgi/cgi.c: Fixing some typos about variable...
2008-01-27 Thadeu Lima de Sou... Returns HTTP error if some error has been found while...
2008-01-27 Thadeu Lima de Sou... Added headers for I/O.
2008-01-27 Thadeu Lima de Sou... Do not mix buffered output and unbuffured output (print...
2008-01-27 Thadeu Lima de Sou... Added initial CGI frontend.