xlawrence 2005/04/27 10:21:45 CEST
Modified files: (Branch: JAHIA-4-1-BRANCH)
src/view/jsp blog_listing_rss_2_0.jsp blog_rss_2_0.jsp
Log:
Updated channel description. Has more meaning now...
Revision Changes Path
1.1.2.3 +1 -1
corporate_portal_templates/src/view/jsp/blog_listing_rss_2_0.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/blog_listing_rss_2_0.jsp.diff?r1=1.1.2.2&r2=1.1.2.3&f=h
1.1.2.15 +1 -1 corporate_portal_templates/src/view/jsp/blog_rss_2_0.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/blog_rss_2_0.jsp.diff?r1=1.1.2.14&r2=1.1.2.15&f=h
Index: blog_listing_rss_2_0.jsp
===================================================================
RCS file:
/home/cvs/repository/corporate_portal_templates/src/view/jsp/Attic/blog_listing_rss_2_0.jsp,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- blog_listing_rss_2_0.jsp 27 Apr 2005 08:17:32 -0000 1.1.2.2
+++ blog_listing_rss_2_0.jsp 27 Apr 2005 08:21:45 -0000 1.1.2.3
@@ -64,7 +64,7 @@
<channel>
<title><%=toXml(pageTitle)%></title>
<link><%=getURL(jParams)%></link>
- <description>Blog: <%=toXml(pageTitle)%></description>
+ <description>All the blogs and posts of
<%=toXml(pageTitle)%></description>
<dc:language><%=jParams.getLocale().toString()%></dc:language>
<dc:rights>Copyright 2002-2005, Jahia Ltd - All rights
reserved</dc:rights>
<generator>Jahia 4.1, http://www.jahia.org</generator>
Index: blog_rss_2_0.jsp
===================================================================
RCS file:
/home/cvs/repository/corporate_portal_templates/src/view/jsp/Attic/blog_rss_2_0.jsp,v
retrieving revision 1.1.2.14
retrieving revision 1.1.2.15
diff -u -r1.1.2.14 -r1.1.2.15
--- blog_rss_2_0.jsp 27 Apr 2005 07:51:38 -0000 1.1.2.14
+++ blog_rss_2_0.jsp 27 Apr 2005 08:21:45 -0000 1.1.2.15
@@ -39,7 +39,7 @@
<channel>
<title><%=toXml(pageTitle)%></title>
<link><%=buffer.toString()%></link>
- <description>Blog: <%=toXml(pageTitle)%></description>
+ <description>All the posts of
<%=toXml(pageTitle)%></description>
<dc:language><%=jParams.getLocale().toString()%></dc:language>
<dc:rights>Copyright 2002-2005, Jahia Ltd - All rights
reserved</dc:rights>
<generator>Jahia 4.1, http://www.jahia.org</generator>