[pLog-svn] r2610 - plog/branches/plog-1.0.2/templates/summary/rss

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Nov 21 17:54:48 GMT 2005


Author: oscar
Date: 2005-11-21 17:54:48 +0000 (Mon, 21 Nov 2005)
New Revision: 2610

Modified:
   plog/branches/plog-1.0.2/templates/summary/rss/atom.template
   plog/branches/plog-1.0.2/templates/summary/rss/blogs_atom.template
Log:
A couple of LifeType changes.

Modified: plog/branches/plog-1.0.2/templates/summary/rss/atom.template
===================================================================
--- plog/branches/plog-1.0.2/templates/summary/rss/atom.template	2005-11-21 17:34:59 UTC (rev 2609)
+++ plog/branches/plog-1.0.2/templates/summary/rss/atom.template	2005-11-21 17:54:48 UTC (rev 2610)
@@ -6,7 +6,7 @@
 <link rel="alternate" type="text/html" href="{$url->blogLink()}" /> 
 {assign var="newestDate" value=$posts[0]->getDateObject()}
 <modified>{$locale->formatDate($newestDate, "%Y-%m-%dT%H:%M:%SZ")}</modified> 
-<generator url="http://www.plogworld.net/" version="1.0">pLog</generator> 
+<generator url="http://www.lifetype.net/" version="1.0.2">LifeType</generator> 
 <copyright>Copyright (c) Your copyright notice</copyright> 
  {foreach from=$posts item=post} 
  {assign var=blog value=$post->getBlogInfo()}

Modified: plog/branches/plog-1.0.2/templates/summary/rss/blogs_atom.template
===================================================================
--- plog/branches/plog-1.0.2/templates/summary/rss/blogs_atom.template	2005-11-21 17:34:59 UTC (rev 2609)
+++ plog/branches/plog-1.0.2/templates/summary/rss/blogs_atom.template	2005-11-21 17:54:48 UTC (rev 2610)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="{$locale->getCharset()}"?>
 <feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="{$locale->getLanguageId()|lower}"> 
 <title>Your site title</title> 
-<generator url="http://www.plogworld.net/" version="1.0">pLog</generator> 
+<generator url="http://www.lifetype.net/" version="1.0.2">LifeType</generator> 
 <copyright>Copyright (c) Your copyright notice</copyright> 
  {foreach from=$blogs item=blog} 
  {assign var=url value=$blog->getBlogRequestGenerator()}




More information about the pLog-svn mailing list