Started adding support for Entry Content.
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Sun, 8 Feb 2009 14:59:48 +0000 (12:59 -0200)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Sun, 8 Feb 2009 14:59:48 +0000 (12:59 -0200)
commit6504e5250e7cbc30c9a1fd2c7b4966a403c9b52c
treee825591acda8ab334cd4c4233f7d064925b193bb
parentca7a79ec27af5eca85bf772cb1455b5d8c35f37a
Started adding support for Entry Content.

The required and long expected support for entry content has get
started. We have some not implemented functions and it is possible to
get some inconsistencies, like setting the content as xmlnode after
creating a content with a different text and being able to retrieve the
original text after that.

It is also not integrated into AtomEntry, but we are getting closer with
this step.
atom/Makefile.am
atom/content.c [new file with mode: 0644]
include/atompub/Makefile.am
include/atompub/atom-xml.h
include/atompub/atom.h
include/atompub/content-xml.h [new file with mode: 0644]
include/atompub/content.h [new file with mode: 0644]