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:
DTD documentation

------------------------------------------------------------------------------
   * If you run the chmod, and there are error messages, it's because someone 
else needs to do the same. 
   * You can check the permissions with: $ ls -ol 
  
+ === DTD ===
+ 
+  * 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
+  * 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 ====
+   * [TODO] Investigate [http://dtddoc.sourceforge.net/index.html DTDDoc]
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to