[ Index ] |
|
Code source de LifeType 1.2.4 |
1 <?xml version="1.0" encoding="{$locale->getCharset()}"?> 2 <feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="{$locale->getLanguageId()|lower}"> 3 <title>{$serviceName}</title> 4 <generator url="http://www.lifetype.net/" version="1.0.2">LifeType</generator> 5 <copyright>Copyright (c) Your copyright notice</copyright> 6 {foreach from=$blogs item=blog} 7 {assign var=url value=$blog->getBlogRequestGenerator()} 8 <entry> 9 <id>{$url->blogLink()}</id> 10 <title>{$blog->getBlog()|escape}</title> 11 <link rel="alternate" type="text/html" href="{$url->blogLink()}" /> 12 {assign var="blogDate" value=$blog->getCreateDateObject()} 13 {assign var="modifiedDate" value=$blog->getUpdateDateObject()} 14 <modified>{$modifiedDate->getW3Date()}</modified> 15 <issued>{$locale->formatDate($blogDate, "%Y-%m-%dT%H:%M:%S")}</issued> 16 <created>{$locale->formatDate($blogDate, "%Y-%m-%dT%H:%M:%SZ")}</created> 17 <summary type="text/plain">{$blog->getAbout()|strip_tags|truncate:200:" ..."|escape:"html"}</summary> 18 <author> 19 {assign var="blogOwner" value=$blog->getOwnerInfo()} 20 <name>{$blogOwner->getUsername()}</name> 21 <url>{$url->blogLink()}</url> 22 </author> 23 {assign var=blogLocale value=$blog->getLocale()} 24 <content type="text/html" mode="escaped" xml:lang="{$blogLocale->getLanguageId()|lower}" xml:base="{$url->blogLink()}"> 25 {$blog->getAbout()|escape} 26 </content> 27 </entry> 28 {/foreach} 29 </feed>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |