You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by jo...@apache.org on 2006/02/17 16:41:34 UTC

svn commit: r378549 - /lenya/trunk/src/webapp/lenya/xslt/util/welcome.xsl

Author: josias
Date: Fri Feb 17 07:41:33 2006
New Revision: 378549

URL: http://svn.apache.org/viewcvs?rev=378549&view=rev
Log:
applied patch by Jörn Nettingsmeier (don't cache the welcome page so new publications are shown immediately, bug #37836).

Modified:
    lenya/trunk/src/webapp/lenya/xslt/util/welcome.xsl

Modified: lenya/trunk/src/webapp/lenya/xslt/util/welcome.xsl
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/xslt/util/welcome.xsl?rev=378549&r1=378548&r2=378549&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/util/welcome.xsl (original)
+++ lenya/trunk/src/webapp/lenya/xslt/util/welcome.xsl Fri Feb 17 07:41:33 2006
@@ -29,6 +29,10 @@
   <page:page>
     
   <page:title>Apache Lenya - Content Management System</page:title>
+  <page:head>
+    <xhtml:meta http-equiv="cache-control" content="no-cache"/>
+    <xhtml:meta http-equiv="pragma" content="no-cache"/>
+  </page:head>  
   <page:body>
     <xsl:apply-templates select="xhtml:div[@class = 'lenya-frontpage']"/>
     <xsl:apply-templates select="lenya:publications"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org