[pLog-svn] r1797 - plog/branches/plog-1.0.1/templates/rss

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Apr 10 15:39:28 GMT 2005


Author: oscar
Date: 2005-04-10 15:39:27 +0000 (Sun, 10 Apr 2005)
New Revision: 1797

Modified:
   plog/branches/plog-1.0.1/templates/rss/atom.template
   plog/branches/plog-1.0.1/templates/rss/rss20.template
Log:
updated the generator strings in the rss/atom templates.

Modified: plog/branches/plog-1.0.1/templates/rss/atom.template
===================================================================
--- plog/branches/plog-1.0.1/templates/rss/atom.template	2005-04-10 10:52:23 UTC (rev 1796)
+++ plog/branches/plog-1.0.1/templates/rss/atom.template	2005-04-10 15:39:27 UTC (rev 1797)
@@ -5,7 +5,7 @@
 {assign var="newestDate" value=$posts[0]->getDateObject()} 
 <modified>{$locale->formatDate($newestDate, "%Y-%m-%dT%H:%M:%SZ")}</modified> 
 <tagline>{$blog->getAbout()|escape}</tagline> 
-<generator url="http://www.plogworld.net/" version="0.3.1">pLog</generator> 
+<generator url="http://www.plogworld.net/" version="1.0.1">pLog</generator> 
 {assign var="blogOwner" value=$posts[0]->getUserInfo()} 
 <copyright>Copyright (c) {$blogOwner->getUsername()|escape}</copyright> 
  {foreach from=$posts item=post} 

Modified: plog/branches/plog-1.0.1/templates/rss/rss20.template
===================================================================
--- plog/branches/plog-1.0.1/templates/rss/rss20.template	2005-04-10 10:52:23 UTC (rev 1796)
+++ plog/branches/plog-1.0.1/templates/rss/rss20.template	2005-04-10 15:39:27 UTC (rev 1797)
@@ -5,7 +5,7 @@
   <title>{$blog->getBlog()|escape}</title>
   <link>{$url->blogLink()}</link>
   <description>{$blog->getAbout()|escape}</description>
-  <generator>pLog 0.3</generator>
+  <generator>pLog 1.0.1</generator>
   {foreach from=$posts item=post}
   <item>
    <title>{$post->getTopic()|escape}</title>




More information about the pLog-svn mailing list