Implement publish handler in CGI frontend
[cascardo/atompub.git] / atom /
2008-10-26 Thadeu Lima de Sou... Handle POST requests in the core
2008-10-26 Thadeu Lima de Sou... Added publish handler to frontend
2008-10-26 Thadeu Lima de Sou... Initialize all frontend functions when creating a new...
2008-10-26 Thadeu Lima de Sou... Implement backend interface to publish entries
2008-10-13 Thadeu Lima de Sou... Added content data to request
2008-10-13 Thadeu Lima de Sou... Added function to serve requests from any frontend
2008-10-13 Thadeu Lima de Sou... Added functions to handle errors, entries or feeds...
2008-10-13 Thadeu Lima de Sou... Added get_request function to the frontend
2008-10-13 Thadeu Lima de Sou... Added request structure
2008-10-13 Thadeu Lima de Sou... Fixed memory leak when setting error message
2008-10-13 Thadeu Lima de Sou... Backend now retrieves a request, not an Atom ID
2008-10-13 Thadeu Lima de Sou... The frontend tells if a request is a feed or not
2008-10-13 Thadeu Lima de Sou... Remove Atom Resource
2008-10-13 Thadeu Lima de Sou... Added functions to convert AtomID from and to frontend...
2008-10-12 Thadeu Lima de Sou... Set up mappings when enumerating entries
2008-10-12 Thadeu Lima de Sou... Added frontend requests mapping
2008-10-12 Thadeu Lima de Sou... Create frontend structure with map_entries function
2008-10-12 Thadeu Lima de Sou... Initialize is_feed function for backends to NULL
2008-10-12 Thadeu Lima de Sou... Moved core implementation to the library
2008-10-12 Thadeu Lima de Sou... Update entry xml node before using it
2008-10-12 Thadeu Lima de Sou... Fixed setting an entry title
2008-10-12 Thadeu Lima de Sou... Use an array instead of a list for the entries in a...
2008-10-12 Thadeu Lima de Sou... When converting feed to xml node, set the atom namespace
2008-10-12 Thadeu Lima de Sou... Allow more than one author, as required by specification
2008-09-30 Thadeu Lima de Sou... Do not output error when trying to parse XML data
2008-08-31 Thadeu Lima de Sou... Dummy IRI parsing. Needed to fix segfault bug, when...
2008-08-31 Thadeu Lima de Sou... Introducing AtomID, which is used in core, instead...
2008-08-10 Thadeu Lima de Sou... Library includes every module and sample main program...
2008-08-10 Thadeu Lima de Sou... Return a copy of the internal node, caller is the owner
2008-08-10 Thadeu Lima de Sou... Added AtomResource as a generalization for entries...
2008-08-09 Thadeu Lima de Sou... Get string from AtomFeed
2008-08-09 Thadeu Lima de Sou... Atom namespace is in a common header now
2008-08-09 Thadeu Lima de Sou... Generate feed with many entries
2008-08-09 Thadeu Lima de Sou... Create a xml node from an AtomEntry
2008-08-09 Thadeu Lima de Sou... Modify interface to get string from entry
2008-08-09 Thadeu Lima de Sou... libxml2 may return document with null root node
2008-08-09 Thadeu Lima de Sou... If it is not possible to parse document, return NULL
2008-08-09 Thadeu Lima de Sou... AtomEntry has some of the interesting nodes as properties
2008-08-09 Thadeu Lima de Sou... Reading AtomPerson from a XML node
2008-08-09 Thadeu Lima de Sou... Create a XML node from an AtomPerson
2008-08-09 Thadeu Lima de Sou... Copy IRI when setting AtomPerson uri
2008-08-09 Thadeu Lima de Sou... Added AtomPerson structure
2008-08-09 Thadeu Lima de Sou... Recover from errors when reading XML
2008-08-09 Thadeu Lima de Sou... Fixes build with missing comma
2008-08-09 Thadeu Lima de Sou... Merge branch 'master' into entry
2008-08-09 Thadeu Lima de Sou... Moving atom entry implementation to merge it with atompub
2008-08-02 Thadeu Lima de Sou... Fixed leak in Atom entry
2008-01-27 Thadeu Lima de Sou... Does not release path got from IRI.
2008-01-27 Thadeu Lima de Sou... Added new functions for atom entry.
2008-01-27 Thadeu Lima de Sou... Autoconf and automake building support.
2008-01-26 Thadeu Lima de Sou... Added structure for atom entry.