Require atom entries to have ID, title and authors
[cascardo/atompub.git] / atom / entry.c
2008-12-23 Thadeu Lima de Sou... Require atom entries to have ID, title and authors
2008-12-23 Thadeu Lima de Sou... Category element in atom entry
2008-12-10 Thadeu Lima de Sou... Use AtomID instead of string consistently in entry
2008-11-27 Thadeu Lima de Sou... When parsing an entry, create a new ID object and copy...
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... 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-10 Thadeu Lima de Sou... Return a copy of the internal node, caller is the owner
2008-08-09 Thadeu Lima de Sou... Atom namespace is in a common header now
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... 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-26 Thadeu Lima de Sou... Added structure for atom entry.