[Cpan-forum-commit] rev 109 - in trunk: templates www
svn at pti.co.il
svn at pti.co.il
Mon Feb 7 22:24:13 IST 2005
Author: gabor
Date: 2005-02-07 22:24:12 +0200 (Mon, 07 Feb 2005)
New Revision: 109
Added:
trunk/www/rss1.gif
Modified:
trunk/templates/groups.tmpl
trunk/templates/home.tmpl
Log:
add rss links and buttons
Modified: trunk/templates/groups.tmpl
===================================================================
--- trunk/templates/groups.tmpl 2005-02-07 19:27:37 UTC (rev 108)
+++ trunk/templates/groups.tmpl 2005-02-07 20:24:12 UTC (rev 109)
@@ -1,6 +1,6 @@
<TMPL_INCLUDE NAME="head.tmpl">
<p id="pageTitle"><b><TMPL_VAR group></b></p>
-
+<link href="/rss/dist/<TMPL_VAR group>" rel="alternate" type="application/rss+xml" title ="CPAN::Forum <TMPL_VAR group> rss" />
<TMPL_INCLUDE NAME="navigation.tmpl">
<TMPL_INCLUDE NAME="links.tmpl">
@@ -20,4 +20,5 @@
</p>
<TMPL_INCLUDE NAME="listing.tmpl">
+<p><a href="/rss/dist/<TMPL_VAR group>"><img src="/rss1.gif" alt="RSS Feed" /></a></p>
<TMPL_INCLUDE NAME="footer.tmpl">
Modified: trunk/templates/home.tmpl
===================================================================
--- trunk/templates/home.tmpl 2005-02-07 19:27:37 UTC (rev 108)
+++ trunk/templates/home.tmpl 2005-02-07 20:24:12 UTC (rev 109)
@@ -1,9 +1,11 @@
<TMPL_INCLUDE NAME="head.tmpl">
<p id="pageTitle"></p>
+<link href="/rss/all" rel="alternate" type="application/rss+xml" title ="CPAN::Fourm rss" />
<TMPL_INCLUDE NAME="navigation.tmpl">
<TMPL_INCLUDE NAME="search_form.tmpl">
<TMPL_INCLUDE NAME="listing.tmpl">
+<p><a href="/rss/all"><img src="/rss1.gif" alt="RSS feed" /></a></p>
<TMPL_INCLUDE NAME="footer.tmpl">
Added: trunk/www/rss1.gif
===================================================================
(Binary files differ)
Property changes on: trunk/www/rss1.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
More information about the Cpan-forum-commit
mailing list