[pLog-svn] r5378 - in plog/branches/lifetype-1.2/templates: rss summary/rss

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Fri May 4 06:42:33 EDT 2007


Author: jondaley
Date: 2007-05-04 06:42:32 -0400 (Fri, 04 May 2007)
New Revision: 5378

Modified:
   plog/branches/lifetype-1.2/templates/rss/atom.template
   plog/branches/lifetype-1.2/templates/summary/rss/atom.template
   plog/branches/lifetype-1.2/templates/summary/rss/blogs_atom.template
Log:
are we publishing the post author's email address purposely?  http://forums.lifetype.net/viewtopic.php?t=6412

Modified: plog/branches/lifetype-1.2/templates/rss/atom.template
===================================================================
--- plog/branches/lifetype-1.2/templates/rss/atom.template	2007-05-03 03:53:28 UTC (rev 5377)
+++ plog/branches/lifetype-1.2/templates/rss/atom.template	2007-05-04 10:42:32 UTC (rev 5378)
@@ -24,7 +24,6 @@
  {assign var="postOwner" value=$post->getUserInfo()} 
  <name>{$postOwner->getUsername()|escape}</name> 
  <url>{$url->blogLink()}</url> 
- <email>{$postOwner->getEmail()}</email> 
 </author> 
 <dc:subject>
 {foreach from=$post->getCategories() item=category}

Modified: plog/branches/lifetype-1.2/templates/summary/rss/atom.template
===================================================================
--- plog/branches/lifetype-1.2/templates/summary/rss/atom.template	2007-05-03 03:53:28 UTC (rev 5377)
+++ plog/branches/lifetype-1.2/templates/summary/rss/atom.template	2007-05-04 10:42:32 UTC (rev 5378)
@@ -22,7 +22,6 @@
  {assign var="postOwner" value=$post->getUserInfo()} 
  <name>{$postOwner->getUsername()}</name> 
  <url>{$url->blogLink()}</url> 
- <email>{$postOwner->getEmail()}</email> 
 </author> 
 <dc:subject>
 {foreach from=$post->getCategories() item=category}
@@ -34,4 +33,4 @@
 </content> 
 </entry> 
 {/foreach} 
-</feed>
\ No newline at end of file
+</feed>

Modified: plog/branches/lifetype-1.2/templates/summary/rss/blogs_atom.template
===================================================================
--- plog/branches/lifetype-1.2/templates/summary/rss/blogs_atom.template	2007-05-03 03:53:28 UTC (rev 5377)
+++ plog/branches/lifetype-1.2/templates/summary/rss/blogs_atom.template	2007-05-04 10:42:32 UTC (rev 5378)
@@ -19,7 +19,6 @@
  {assign var="blogOwner" value=$blog->getOwnerInfo()} 
  <name>{$blogOwner->getUsername()}</name> 
  <url>{$url->blogLink()}</url> 
- <email>{$blogOwner->getEmail()}</email> 
 </author> 
  {assign var=blogLocale value=$blog->getLocale()}
  <content type="text/html" mode="escaped" xml:lang="{$blogLocale->getLanguageId()|lower}" xml:base="{$url->blogLink()}"> 
@@ -27,4 +26,4 @@
 </content> 
 </entry> 
 {/foreach} 
-</feed>
\ No newline at end of file
+</feed>



More information about the pLog-svn mailing list