| [ Index ] |
PHP Cross Reference of Nucleus CMS 3.32 |
[Summary view] [Print] [Text view]
1 <nucleusskin> 2 <meta> 3 <skin name="feeds/atom" /> 4 <template name="feeds/atom/modified" /> 5 <template name="feeds/atom/entries" /> 6 <info><![CDATA[Atom 0.3 weblog syndication]]></info> 7 </meta> 8 9 <skin name="feeds/atom" type="application/atom+xml" includeMode="normal" includePrefix=""> 10 <description>Atom 0.3 weblog syndication</description> 11 <part name="index"><![CDATA[<?xml version="1.0" encoding="<%charset%>"?> 12 <feed version="0.3" xmlns="http://purl.org/atom/ns#"> 13 <title><%blogsetting(name)%></title> 14 <link rel="alternate" type="text/html" href="<%blogsetting(url)%>" /> 15 <generator url="http://nucleuscms.org/"><%version%></generator> 16 <modified><%blog(feeds/atom/modified,1)%></modified> 17 <%blog(feeds/atom/entries,10)%> 18 </feed>]]></part> 19 </skin> 20 21 <template name="feeds/atom/modified"> 22 <description>Atom feeds: Inserts last modification date</description> 23 <part name="ITEM"><![CDATA[<%date(utc)%>]]></part> 24 </template> 25 26 <template name="feeds/atom/entries"> 27 <description>Atom feeds: Feed items</description> 28 <part name="ITEM"><![CDATA[<entry> 29 <title type="text/html" mode="escaped"><![CDATA[<%title%>]]></title> 30 <link rel="alternate" type="text/html" href="<%blogurl%>index.php?itemid=<%itemid%>" /> 31 <author> 32 <name><%author%></name> 33 </author> 34 <modified><%date(utc)%></modified> 35 <issued><%date(iso8601)%></issued> 36 <content type="text/html" mode="escaped"><![CDATA[<%body%><%more%>]]></content> 37 <id><%blogurl%>:<%blogid%>:<%itemid%></id> 38 </entry>]]></part> 39 <part name="IMAGE_CODE"><![CDATA[<%image%>]]></part> 40 <part name="MEDIA_CODE"><![CDATA[<%media%>]]></part> 41 <part name="POPUP_CODE"><![CDATA[<%media%>]]></part> 42 </template> 43 </nucleusskin>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Tue Feb 12 15:34:36 2008 | Cross-referenced by PHPXref 0.7 |