Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.
The following page has been changed by WendySmoak: http://wiki.apache.org/struts/StrutsMaintenanceWebsite The comment on the change is: Update information on DTD documentation ------------------------------------------------------------------------------ * The DTDs are available at http://struts.apache.org/dtds * The source files are in the repository under the various sub-projects, and are not stored under site/xdocs/dtds + * The DTDs are retrieved from the svn repo (with Ant's 'get' task) when the top level site is published, so they should always be up to date. - * In some cases, the filename in the repository differs from the filename on the website - - ==== LiveDTD ==== - * DTD docs produced with [http://www.sagehill.net/livedtd/ LiveDTD] have been published - * http://struts.apache.org/dtds/shale-clay-config/1_0/ - * http://struts.apache.org/dtds/shale-dialog-config/1_0/ - * http://struts.apache.org/dtds/struts-config/1_3/ - * http://struts.apache.org/dtds/tiles-config/1_3/ - * See [http://www.nabble.com/Live-DTDs-t553086.html this thread] for a discussion - * To update this documentation - * [http://www.sagehill.net/livedtd/download.html Download LiveDTD] and extract it - * Use the following commands to create and publish the LiveDTD documentation: - {{{ - wget http://struts.apache.org/dtds/struts-config_1_3.dtd - - perl /path/to/livedtd/livedtd.pl --outdir dtds/struts-config/1_3 struts-config_1_3.dtd - - scp -r dtds/* [EMAIL PROTECTED]:/www/struts.apache.org/dtds - }}} ==== DTDDoc ==== * http://dtddoc.sourceforge.net/index.html * The DTDDoc Maven 2 plugin is available, see [http://sourceforge.net/mailarchive/forum.php?thread_id=26935061&forum_id=33177 this post]. - * DTDDoc is currently being tested with Tiles 2 DTDs in the sandbox, see [http://svn.apache.org/repos/asf/struts/sandbox/trunk/tiles/tiles-core/pom.xml this pom]. + * DTDDoc is currently configured to generate documentation for Struts 1 and Tiles 2 (in the sandbox). + * see [http://svn.apache.org/repos/asf/struts/sandbox/trunk/tiles/tiles-core/pom.xml this pom] + * Examples: http://struts.apache.org/1.x/dtddoc/index.html and http://struts.apache.org/struts-sandbox/tiles/tiles-core/dtddoc/index.html