<include name="docs/appdev/*.txt"/>
<include name="docs/appdev/sample/**"/>
</fileset>
- <fileset dir="webapps">
- <include name="docs/architecture/**"/>
- <exclude name="docs/architecture/*.xml"/>
- </fileset>
+ <fileset dir="webapps">
+ <include name="docs/architecture/**"/>
+ <exclude name="docs/architecture/*.xml"/>
+ </fileset>
</copy>
<copy todir="${tomcat.build}/webapps/docs" encoding="ISO-8859-1">
<filterset refid="version.filters"/>
excludes="build.xml project.xml"
includes="*.xml">
<param name="relative-path" expression="."/>
+ <param name="version" expression="${version}"/>
+ <param name="build-date" expression="${today}"/>
+ <param name="year" expression="${year}"/>
</xslt>
<xslt basedir="webapps/docs/appdev"
destdir="${tomcat.build}/webapps/docs/appdev"
excludes="project.xml"
includes="*.xml">
<param name="relative-path" expression=".."/>
+ <param name="version" expression="${version}"/>
+ <param name="build-date" expression="${today}"/>
+ <param name="year" expression="${year}"/>
</xslt>
<xslt basedir="webapps/docs/funcspecs"
destdir="${tomcat.build}/webapps/docs/funcspecs"
excludes="project.xml"
includes="*.xml">
<param name="relative-path" expression=".."/>
+ <param name="version" expression="${version}"/>
+ <param name="build-date" expression="${today}"/>
+ <param name="year" expression="${year}"/>
</xslt>
<xslt basedir="webapps/docs/config"
destdir="${tomcat.build}/webapps/docs/config"
excludes="project.xml"
includes="*.xml">
<param name="relative-path" expression=".."/>
+ <param name="version" expression="${version}"/>
+ <param name="build-date" expression="${today}"/>
+ <param name="year" expression="${year}"/>
</xslt>
<xslt basedir="webapps/docs/architecture"
destdir="${tomcat.build}/webapps/docs/architecture"
excludes="project.xml"
includes="*.xml">
<param name="relative-path" expression=".."/>
+ <param name="version" expression="${version}"/>
+ <param name="build-date" expression="${today}"/>
+ <param name="year" expression="${year}"/>
</xslt>
<xslt basedir="webapps/docs/tribes"
style="webapps/docs/tomcat-docs.xsl"
excludes="project.xml"
includes="*.xml">
- <param name="relative-path" expression=".."/>
+ <param name="relative-path" expression=".."/>
+ <param name="version" expression="${version}"/>
+ <param name="build-date" expression="${today}"/>
+ <param name="year" expression="${year}"/>
</xslt>
</target>
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project name="Apache Tomcat Architecture"
+<project name="Apache Tomcat 7 Architecture"
href="http://tomcat.apache.org/">
- <title>Apache Tomcat Architecture</title>
+ <title>Apache Tomcat 7 Architecture</title>
<logo href="/images/tomcat.gif">
The Apache Tomcat Servlet/JSP Container
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project name="Apache Tomcat Configuration Reference"
+<project name="Apache Tomcat 7 Configuration Reference"
href="http://tomcat.apache.org/">
- <title>Apache Tomcat Configuration Reference</title>
+ <title>Apache Tomcat 7 Configuration Reference</title>
<logo href="/images/tomcat.gif">
The Apache Tomcat Servlet/JSP Container
<project name="Apache Tomcat Documentation"
href="http://tomcat.apache.org/">
- <title>Apache Tomcat 7.0</title>
+ <title>Apache Tomcat 7</title>
<logo href="/images/tomcat.gif">
The Apache Tomcat Servlet/JSP Container
<xsl:param name="printer-logo" select="'/images/printer.gif'"/>
<xsl:param name="apache-logo" select="'/images/asf-logo.gif'"/>
<xsl:param name="relative-path" select="'.'"/>
+ <xsl:param name="version" select="'7.0.x'"/>
+ <xsl:param name="build-date" select="'MMM d yyyy'"/>
+ <xsl:param name="year" select="'yyyy'"/>
<xsl:param name="void-image" select="'/images/void.gif'"/>
<xsl:param name="project-menu" select="'menu'"/>
<xsl:param name="standalone" select="''"/>
select="document('project.xml')/project"/>
<html>
<head>
- <title><xsl:value-of select="project/title"/> - <xsl:value-of select="properties/title"/></title>
+ <title><xsl:value-of select="project/title"/> (<xsl:value-of select="$version"/>) - <xsl:value-of select="properties/title"/></title>
<xsl:for-each select="properties/author">
<xsl:variable name="name">
<xsl:value-of select="."/>
</xsl:if>
</td>
<td>
- <h1><font face="arial,helvetica,sanserif"><xsl:value-of select="$project/title"/></font></h1>
+ <font face="arial,helvetica,sanserif">
+ <h1><xsl:value-of select="$project/title"/></h1>
+ Version <xsl:value-of select="$version"/>, <xsl:value-of select="$build-date"/>
+ </font>
</td>
<td>
<xsl:comment>APACHE LOGO</xsl:comment>
<xsl:comment>RIGHT SIDE MAIN BODY</xsl:comment>
<td width="80%" valign="top" align="left" id="mainBody">
- <h1><xsl:value-of select="project/title"/></h1>
- <h2><xsl:value-of select="properties/title"/></h2>
+ <h1><xsl:value-of select="properties/title"/></h1>
<xsl:apply-templates select="body/section"/>
</td>
<xsl:comment>PAGE FOOTER</xsl:comment>
<tr><td colspan="2">
<div align="center"><font color="{$body-link}" size="-1"><em>
- Copyright © 1999-2010, Apache Software Foundation
+ Copyright © 1999-<xsl:value-of select="$year"/>, Apache Software Foundation
</em></font></div>
</td></tr>