diff options
Diffstat (limited to 'sample/src/index.xml')
| -rw-r--r-- | sample/src/index.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sample/src/index.xml b/sample/src/index.xml index 92813f1..c5ec849 100644 --- a/sample/src/index.xml +++ b/sample/src/index.xml @@ -15,6 +15,16 @@ This is footnote, text after item list. ]]> </footnote> + <news timestamp="2010-10-07T16:43:43+02:00" type="text" title="Introducing Atom feeds"> + This is the first attempt of an Atom feed generator built in CGG. For the moment only textual and html records are supported. + This basic type of feed should serve as a "news" feed, to keep visitors notified about site updates. + </news> + <news timestamp="2010-10-07T16:47:47+02:00" type="text" title="Multiple news per page supported"> + You can add second news for the same page, e.g. when you add new subgallery or new images. + </news> + <news title="Invalid item"> + This item is missing a timestamp, which is important in Atom feed world. You should not see this record in your feed reader. + </news> </general> <items> |
