Author: funkman Date: Wed Dec 26 17:38:17 2007 New Revision: 606992 URL: http://svn.apache.org/viewvc?rev=606992&view=rev Log: FAQ links to wiki use the xslt task instead of style task
Modified: tomcat/trunk/build.xml tomcat/trunk/webapps/docs/cluster-howto.xml tomcat/trunk/webapps/docs/introduction.xml tomcat/trunk/webapps/docs/tribes/project.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=606992&r1=606991&r2=606992&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Wed Dec 26 17:38:17 2007 @@ -350,55 +350,55 @@ <mkdir dir="${tomcat.build}/webapps/docs/funcspecs" /> <!-- XSL processing --> - <style basedir="webapps/docs" + <xslt basedir="webapps/docs" destdir="${tomcat.build}/webapps/docs" extension=".html" style="webapps/docs/tomcat-docs.xsl" excludes="build.xml project.xml" includes="*.xml"> <param name="relative-path" expression="."/> - </style> - <style basedir="webapps/docs/appdev" + </xslt> + <xslt basedir="webapps/docs/appdev" destdir="${tomcat.build}/webapps/docs/appdev" extension=".html" style="webapps/docs/tomcat-docs.xsl" excludes="project.xml" includes="*.xml"> <param name="relative-path" expression=".."/> - </style> - <style basedir="webapps/docs/funcspecs" + </xslt> + <xslt basedir="webapps/docs/funcspecs" destdir="${tomcat.build}/webapps/docs/funcspecs" extension=".html" style="webapps/docs/tomcat-docs.xsl" excludes="project.xml" includes="*.xml"> <param name="relative-path" expression=".."/> - </style> - <style basedir="webapps/docs/config" + </xslt> + <xslt basedir="webapps/docs/config" destdir="${tomcat.build}/webapps/docs/config" extension=".html" style="webapps/docs/tomcat-docs.xsl" excludes="project.xml" includes="*.xml"> <param name="relative-path" expression=".."/> - </style> - <style basedir="webapps/docs/architecture" + </xslt> + <xslt basedir="webapps/docs/architecture" destdir="${tomcat.build}/webapps/docs/architecture" extension=".html" style="webapps/docs/tomcat-docs.xsl" excludes="project.xml" includes="*.xml"> <param name="relative-path" expression=".."/> - </style> + </xslt> - <style basedir="webapps/docs/tribes" + <xslt basedir="webapps/docs/tribes" destdir="${tomcat.build}/webapps/docs/tribes" extension=".html" style="webapps/docs/tomcat-docs.xsl" excludes="project.xml" includes="*.xml"> <param name="relative-path" expression=".."/> - </style> + </xslt> </target> <target name="deploy" depends="build-only,build-docs"> Modified: tomcat/trunk/webapps/docs/cluster-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/cluster-howto.xml?rev=606992&r1=606991&r2=606992&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/cluster-howto.xml (original) +++ tomcat/trunk/webapps/docs/cluster-howto.xml Wed Dec 26 17:38:17 2007 @@ -693,7 +693,7 @@ </section> <section name="FAQ"> -<p>Please see <a href="http://tomcat.apache.org/faq/cluster.html">the clustering section of the FAQ</a>.</p> +<p>Please see <a href="http://wiki.apache.org/tomcat/FAQ/Clustering">the clustering section of the FAQ</a>.</p> </section> </body> Modified: tomcat/trunk/webapps/docs/introduction.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/introduction.xml?rev=606992&r1=606991&r2=606992&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/introduction.xml (original) +++ tomcat/trunk/webapps/docs/introduction.xml Wed Dec 26 17:38:17 2007 @@ -115,7 +115,7 @@ to fully read the relevant documentation as it will save you much time and effort. There's nothing like scouring the web only to find out that the answer was right in front of you all along!</li> -<li><a href="http://tomcat.apache.org/faq/">Tomcat FAQ</a> as maintained by the developers.</li> +<li><a href="http://wiki.apache.org/tomcat/FAQ">Tomcat FAQ</a> as maintained by the developers.</li> <li><a href="http://wiki.apache.org/tomcat/">Tomcat WIKI</a></li> <li>Tomcat FAQ at <a href="http://www.jguru.com/faq/home.jsp?topic=Tomcat">jGuru</a></li> <li>Tomcat mailing list archives - numerous sites archive the Tomcat mailing Modified: tomcat/trunk/webapps/docs/tribes/project.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/tribes/project.xml?rev=606992&r1=606991&r2=606992&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/tribes/project.xml (original) +++ tomcat/trunk/webapps/docs/tribes/project.xml Wed Dec 26 17:38:17 2007 @@ -27,7 +27,7 @@ <menu name="Links"> <item name="Docs Home" href="../index.html"/> - <item name="FAQ" href="http://tomcat.apache.org/faq" /> + <item name="FAQ" href="http://wiki.apache.org/tomcat/FAQ" /> </menu> <menu name="User Guide"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]