craigmcc    02/05/25 16:21:26

  Modified:    doc      resources.xml
  Log:
  Add a character encoding so that internationalized characters can be
  recognized correctly.  This fixes a build failure in the "dist" target.
  
  Revision  Changes    Path
  1.7       +15 -5     jakarta-struts/doc/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- resources.xml     24 May 2002 11:24:33 -0000      1.6
  +++ resources.xml     25 May 2002 23:21:26 -0000      1.7
  @@ -1,4 +1,4 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="ISO-8859-1"?>
   <document url="./resources.xml">
   <properties>
   <author>Mike Schachter</author>
  @@ -283,7 +283,11 @@
   
   
   <section name="Powered by Struts" href="powered">
  -<p><b><font color="red">As of 2002-July-31, page linked must credit Struts or the 
Apache Software foundation (e.g., "This product includes software developed by the 
Apache Software Foundation").</font></b></p>
  +
  +<p><b><font color="red">As of 2002-July-31, pages linked here must credit
  +Struts or the Apache Software Foundation (e.g. "This product includes software
  +developed by the Apache Software Foundation").</font></b></p>
  +
   <p><a href="http://www.application-servers.com/";><b>Application-Servers.com</b></a> 
- French site.</p>
   <p><a href="http://amalregistry.webhop.org/";><b>Alaskan Malamute 
Registry</b></a></p>
   <p><a href="http://www.clickstarttutoring.com/index.jsp";><b>Clickstart 
Tutoring</b></a> - One on one in home tutoring.</p>
  @@ -317,8 +321,14 @@
   
   
   <section name="Consultants" href="consultants">
  -<p><b>Provided as a reference only. No endorsements given or implied. To be listed, 
post a documentation enhancement request in Bugzilla.</b></p>
  -<p><b><font color="red">As of 2002-June-30, page linked must specifically mention 
Struts consulting. Listings that do not reference Struts will be 
removed.</font></b></p>
  +
  +<p><b>Provided as a reference only. No endorsements given or implied.
  +To be listed, post a documentation enhancement request in Bugzilla.</b></p>
  +
  +<p><b><font color="red">As of 2002-June-30, pages linked here must specifically
  +mention Struts consulting. Listings that do not reference Struts will be
  +removed.</font></b></p>
  +
   <p><a href="http://www.accessdc.com/";>AccessData</a> - <a 
href="mailto:[EMAIL PROTECTED]";>Chris Assenza</a>.</p>
   <p><a href="http://www.aragost.com";>aragost (Switzerland)</a> - <a 
href="mailto:[EMAIL PROTECTED]";>Klaus Bucka-Lassen</a>.</p>
   <p><a href="http://www.athensgroup.com/";>Athens Group</a> - <a 
href="mailto:[EMAIL PROTECTED]";>Frank Lawlor</a>.</p>
  @@ -330,7 +340,7 @@
   <p><a href="http://www.christopherbenson.com";>Christopher Benson</a> - <a 
href="mailto:[EMAIL PROTECTED]";> Christopher Benson</a>.</p>  
   <p><a href="http://www.eblox.com/";>eBlox</a> - <a 
href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a>.</p>
   <p><a href="http://www.etmint.com";>ETM International</a> - <a 
href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></p>
  -<p><a href="htpp://www.sqli.com">Groupe SQLI</a> - <a 
href="mailto:[EMAIL PROTECTED]";>Sébastien DIAZ</a></p>
  +<p><a href="http://www.sqli.com";>Groupe SQLI</a> - <a 
href="mailto:[EMAIL PROTECTED]";>Sébastien DIAZ</a></p>
   <p><a href="http://husted.com/about/services";>Husted dot Com</a> - <a 
href="mailto:[EMAIL PROTECTED]";>Ted Husted</a>.</p>
   <p><a href="http://www.iontos.de";>iontos</a></p>
   <p><a href="http://www.improve.fr";>Improve</a> - <a 
href="mailto:[EMAIL PROTECTED]";>Didier Girard</a></p>
  
  
  

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

Reply via email to