Author: wsmoak Date: Mon Sep 4 14:02:25 2006 New Revision: 440188 URL: http://svn.apache.org/viewvc?view=rev&rev=440188 Log: Remove links to LiveDTD generated documentation and switch to DTDDoc. STR-2942
Added: struts/struts1/trunk/src/site/xdoc/dtddoc/ struts/struts1/trunk/src/site/xdoc/dtddoc/index.xml (with props) Modified: struts/struts1/trunk/src/site/site.xml struts/struts1/trunk/src/site/xdoc/userGuide/building_controller.xml struts/struts1/trunk/src/site/xdoc/userGuide/configuration.xml Modified: struts/struts1/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/src/site/site.xml?view=diff&rev=440188&r1=440187&r2=440188 ============================================================================== --- struts/struts1/trunk/src/site/site.xml (original) +++ struts/struts1/trunk/src/site/site.xml Mon Sep 4 14:02:25 2006 @@ -50,6 +50,10 @@ <item name="Javadoc" href="apidocs/index.html" + /> + <item + name="DTDDoc" + href="dtddoc/index.html" /> <item name="Source Repository" Added: struts/struts1/trunk/src/site/xdoc/dtddoc/index.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/src/site/xdoc/dtddoc/index.xml?view=auto&rev=440188 ============================================================================== --- struts/struts1/trunk/src/site/xdoc/dtddoc/index.xml (added) +++ struts/struts1/trunk/src/site/xdoc/dtddoc/index.xml Mon Sep 4 14:02:25 2006 @@ -0,0 +1,41 @@ +<?xml version="1.0"?> +<!-- +Copyright 2006 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<!-- +// ======================================================================== 78 +--> +<document> + + <properties> + <title>Struts - DTDDoc</title> + </properties> + + <body> + + <section name="Struts DTDDoc"> + + <ul> + <li> + <a href="../struts-core/dtddoc/index.html" target="_blank"> + Struts Core</a></li> + <li> + <a href="../struts-tiles/dtddoc/index.html" target="_blank"> + Struts Tiles</a></li> + </ul> + + </section> + + </body> +</document> Propchange: struts/struts1/trunk/src/site/xdoc/dtddoc/index.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/struts1/trunk/src/site/xdoc/dtddoc/index.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Modified: struts/struts1/trunk/src/site/xdoc/userGuide/building_controller.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/src/site/xdoc/userGuide/building_controller.xml?view=diff&rev=440188&r1=440187&r2=440188 ============================================================================== --- struts/struts1/trunk/src/site/xdoc/userGuide/building_controller.xml (original) +++ struts/struts1/trunk/src/site/xdoc/userGuide/building_controller.xml Mon Sep 4 14:02:25 2006 @@ -2057,7 +2057,7 @@ action element, see the <a href="../dtds/struts-config_1_3.dtd"> configuration DTD</a> or the online - <a href="http://struts.apache.org/dtds/struts-config/1_3">LiveDTD</a> + <a href="../struts-core/dtddoc/struts-config_1_3.dtd.html">DTDDoc</a> docs, and the <a href="../apidocs/org/apache/struts/action/ActionMapping.html"> ActionMapping documentation.</a> Modified: struts/struts1/trunk/src/site/xdoc/userGuide/configuration.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/src/site/xdoc/userGuide/configuration.xml?view=diff&rev=440188&r1=440187&r2=440188 ============================================================================== --- struts/struts1/trunk/src/site/xdoc/userGuide/configuration.xml (original) +++ struts/struts1/trunk/src/site/xdoc/userGuide/configuration.xml Mon Sep 4 14:02:25 2006 @@ -107,8 +107,8 @@ different modules in the same web application to be configured differently. For full details on available parameters see the - <a href="http://struts.apache.org/dtds/struts-config_1_3.dtd"> - struts-config_1_3.dtd</a> + <a href="../struts-core/dtddoc/struts-config_1_3.dtd.html"> + struts-config DTDDoc</a> or the list below. </p>