hgomez 2002/09/20 14:35:31 Modified: jk/xdocs/jk workershowto.xml iishowto.xml aphowto.xml neshowto.xml domhowto.xml jk/xdocs/jk2 configweb.xml configtc.xml installhowto.xml jk/xdocs/common AJPv14-proposal.xml AJPv13.xml jk/xdocs style.xsl.in faq.xml index.xml Log: Commited JF-Clere idea on putting date in generated HTML (from XML modification date) Revision Changes Path 1.8 +1 -0 jakarta-tomcat-connectors/jk/xdocs/jk/workershowto.xml Index: workershowto.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/workershowto.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- workershowto.xml 16 Sep 2002 09:18:53 -0000 1.7 +++ workershowto.xml 20 Sep 2002 21:35:30 -0000 1.8 @@ -4,6 +4,7 @@ <title>Workers HowTo</title> <author email="[EMAIL PROTECTED]">Henri Gomez</author> <author email="[EMAIL PROTECTED]">Gal Shachor</author> +<date>$Date$</date> </properties> <section name="Introduction"> 1.5 +1 -0 jakarta-tomcat-connectors/jk/xdocs/jk/iishowto.xml Index: iishowto.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/iishowto.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- iishowto.xml 12 Sep 2002 07:54:16 -0000 1.4 +++ iishowto.xml 20 Sep 2002 21:35:30 -0000 1.5 @@ -4,6 +4,7 @@ <title>IIS HowTo</title> <author email="[EMAIL PROTECTED]">Henri Gomez</author> <author email="[EMAIL PROTECTED]">Gal Shachor</author> +<date>$Date$</date> </properties> <section name="Introduction"> 1.10 +1 -0 jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml Index: aphowto.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- aphowto.xml 12 Sep 2002 07:53:09 -0000 1.9 +++ aphowto.xml 20 Sep 2002 21:35:30 -0000 1.10 @@ -4,6 +4,7 @@ <title>Apache HowTo</title> <author email="[EMAIL PROTECTED]">Henri Gomez</author> <author email="[EMAIL PROTECTED]">Gal Shachor</author> +<date>$Date$</date> </properties> <section name="Introduction"> 1.5 +1 -0 jakarta-tomcat-connectors/jk/xdocs/jk/neshowto.xml Index: neshowto.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/neshowto.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- neshowto.xml 12 Sep 2002 07:54:16 -0000 1.4 +++ neshowto.xml 20 Sep 2002 21:35:30 -0000 1.5 @@ -4,6 +4,7 @@ <title>Netscape/iPlanet HowTo</title> <author email="[EMAIL PROTECTED]">Henri Gomez</author> <author email="[EMAIL PROTECTED]">Gal Shachor</author> +<date>$Date$</date> </properties> <section name="Introduction"> 1.6 +1 -0 jakarta-tomcat-connectors/jk/xdocs/jk/domhowto.xml Index: domhowto.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/domhowto.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- domhowto.xml 13 Sep 2002 17:12:43 -0000 1.5 +++ domhowto.xml 20 Sep 2002 21:35:30 -0000 1.6 @@ -4,6 +4,7 @@ <title>Domino HowTo</title> <author email="[EMAIL PROTECTED]">Andy Armstrong</author> <author email="[EMAIL PROTECTED]">Henri Gomez</author> +<date>$Date$</date> </properties> <section name="Introduction"> 1.6 +6 -5 jakarta-tomcat-connectors/jk/xdocs/jk2/configweb.xml Index: configweb.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configweb.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- configweb.xml 13 Sep 2002 13:57:17 -0000 1.5 +++ configweb.xml 20 Sep 2002 21:35:31 -0000 1.6 @@ -1,10 +1,11 @@ <?xml version="1.0"?> <document> - <properties> - <title>Configuration in the Web Server</title> - <author email="[EMAIL PROTECTED]">Costin Manolache</author> - <author email="[EMAIL PROTECTED]">Jean-Frederic Clere</author> - </properties> +<properties> +<title>Configuration in the Web Server</title> +<author email="[EMAIL PROTECTED]">Costin Manolache</author> +<author email="[EMAIL PROTECTED]">Jean-Frederic Clere</author> +<date>$Date$</date> +</properties> <section name="Intro"> <p>Jk2 uses a config file ( workers2.properties ) in the style of a .properties or ini file. It can be configured to use any other backend that provides similar 1.3 +5 -4 jakarta-tomcat-connectors/jk/xdocs/jk2/configtc.xml Index: configtc.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configtc.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- configtc.xml 6 Sep 2002 18:34:58 -0000 1.2 +++ configtc.xml 20 Sep 2002 21:35:31 -0000 1.3 @@ -1,9 +1,10 @@ <?xml version="1.0"?> <document> - <properties> - <title>Configuration in the Tomcat</title> - <author email="[EMAIL PROTECTED]">Jean-Frederic Clere</author> - </properties> +<properties> +<title>Configuration in the Tomcat</title> +<author email="[EMAIL PROTECTED]">Jean-Frederic Clere</author> +<date>$Date$</date> +</properties> <section name="Intro"> <p> 1.2 +5 -4 jakarta-tomcat-connectors/jk/xdocs/jk2/installhowto.xml Index: installhowto.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/installhowto.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- installhowto.xml 12 Sep 2002 12:39:12 -0000 1.1 +++ installhowto.xml 20 Sep 2002 21:35:31 -0000 1.2 @@ -1,9 +1,10 @@ <?xml version="1.0"?> <document> - <properties> - <title>Installation of mod_jk2 in the Web Server</title> - <author email="[EMAIL PROTECTED]">Jean-Frederic Clere</author> - </properties> +<properties> +<title>Installation of mod_jk2 in the Web Server</title> +<author email="[EMAIL PROTECTED]">Jean-Frederic Clere</author> +<date>$Date$</date> +</properties> <section name="Installation"> <p> The actual build mechanism creates the dso files in the 1.3 +1 -0 jakarta-tomcat-connectors/jk/xdocs/common/AJPv14-proposal.xml Index: AJPv14-proposal.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/common/AJPv14-proposal.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- AJPv14-proposal.xml 10 Sep 2002 08:02:50 -0000 1.2 +++ AJPv14-proposal.xml 20 Sep 2002 21:35:31 -0000 1.3 @@ -3,6 +3,7 @@ <properties> <title>AJPv14 Proposal</title> <author email="[EMAIL PROTECTED]">Henri Gomez</author> +<date>$Date$</date> </properties> <section name="Introduction"> 1.3 +6 -5 jakarta-tomcat-connectors/jk/xdocs/common/AJPv13.xml Index: AJPv13.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/common/AJPv13.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- AJPv13.xml 10 Sep 2002 08:02:50 -0000 1.2 +++ AJPv13.xml 20 Sep 2002 21:35:31 -0000 1.3 @@ -1,10 +1,11 @@ <?xml version="1.0"?> <document> - <properties> - <title>AJPv13</title> - <author email="[EMAIL PROTECTED]">[EMAIL PROTECTED]</author> - <author email="[EMAIL PROTECTED]">Jean-Frederic Clere</author> - </properties> +<properties> +<title>AJPv13</title> +<author email="[EMAIL PROTECTED]">[EMAIL PROTECTED]</author> +<author email="[EMAIL PROTECTED]">Jean-Frederic Clere</author> +<date>$Date$</date> +</properties> <section name="Intro"> 1.12 +7 -1 jakarta-tomcat-connectors/jk/xdocs/style.xsl.in Index: style.xsl.in =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/style.xsl.in,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- style.xsl.in 10 Sep 2002 09:08:18 -0000 1.11 +++ style.xsl.in 20 Sep 2002 21:35:31 -0000 1.12 @@ -50,7 +50,13 @@ <xsl:value-of select="properties/title"/> </title> <meta name="copyright" content="1999-2002 The Apache Software Foundation"/> - <xsl:for-each select="properties/author"> + <xsl:for-each select="properties/date"> + <xsl:variable name="date"> + <xsl:value-of select="."/> + </xsl:variable> + <meta name="last-changed" content="{$date}"/> + </xsl:for-each> + <xsl:for-each select="properties/author"> <xsl:variable name="name"> <xsl:value-of select="."/> </xsl:variable> 1.3 +1 -0 jakarta-tomcat-connectors/jk/xdocs/faq.xml Index: faq.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/faq.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- faq.xml 10 Sep 2002 08:02:50 -0000 1.2 +++ faq.xml 20 Sep 2002 21:35:31 -0000 1.3 @@ -3,6 +3,7 @@ <properties> <title>FAQ</title> <author email="[EMAIL PROTECTED]">Henri Gomez</author> +<date>$Date$</date> </properties> <section name="General"> 1.9 +1 -0 jakarta-tomcat-connectors/jk/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/index.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- index.xml 10 Sep 2002 08:02:50 -0000 1.8 +++ index.xml 20 Sep 2002 21:35:31 -0000 1.9 @@ -4,6 +4,7 @@ <title>Overview</title> <author email="[EMAIL PROTECTED]">Jean-Frederic Clere</author> <author email="[EMAIL PROTECTED]">Henri Gomez</author> +<date>$Date$</date> </properties> <section name="What's JK ?">
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>