You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by cm...@apache.org on 2004/04/13 10:51:51 UTC

cvs commit: jakarta-cactus/documentation/docs/xdocs index.xml

cmlenz      2004/04/13 01:51:51

  Modified:    documentation/docs/xdocs index.xml
  Log:
  - A figure must not be nested inside a paragraph
  - Add alt attributes to imagemap
  
  Vincent: the imagemap coords seem to be off (quite a bit too low and/or too far to the right)
  
  Revision  Changes    Path
  1.21      +27 -20    jakarta-cactus/documentation/docs/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/index.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- index.xml	13 Mar 2004 14:40:47 -0000	1.20
  +++ index.xml	13 Apr 2004 08:51:51 -0000	1.21
  @@ -42,26 +42,33 @@
           Cactus implements an in-container strategy (See
           <link href="site:how_it_works">How it works</link>).
         </p>
  -      <p>
  -        <figure src="images/ecosystem.jpg" alt="The Cactus Ecosystem" 
  -          usemap="#ecosystem">
  -
  -          <map name="ecosystem">
  -            <area shape="circle" href="site:index" coords="225,200,35"/>
  -            <area shape="circle" href="site:integration_eclipse" coords="165,145,35"/>
  -            <area shape="circle" href="site:integration_browser" coords="305,220,35"/>
  -            <area shape="circle" href="ext:maven_cactus" coords="390,175,35"/>
  -            <area shape="circle" href="ext:strutstestcase" coords="375,235,35"/>
  -            <area shape="circle" href="ext:junitee" coords="345,295,35"/>
  -            <area shape="circle" href="ext:jenerator" coords="355,115,35"/>
  -            <area shape="circle" href="site:integration_ant" coords="140,225,35"/>
  -            <area shape="circle" href="site:integration_jetty" coords="280,145,35"/>
  -            <area shape="circle" href="site:howto_sample" coords="55,200,35"/>
  -            <area shape="circle" href="site:howto_config" coords="225,270,35"/>
  -          </map>            	
  -         
  -        </figure>
  -      </p>
  +      <figure src="images/ecosystem.jpg" alt="The Cactus Ecosystem"
  +        usemap="#ecosystem">
  +        <map name="ecosystem">
  +          <area shape="circle" href="site:index"
  +              alt="Cactus Framework" coords="225,200,35"/>
  +          <area shape="circle" href="site:integration_eclipse"
  +              alt="Eclipse Plugin" coords="165,145,35"/>
  +          <area shape="circle" href="site:integration_browser"
  +              alt="Browser Integration" coords="305,220,35"/>
  +          <area shape="circle" href="ext:maven_cactus"
  +              alt="Maven Plugin" coords="390,175,35"/>
  +          <area shape="circle" href="ext:strutstestcase"
  +              alt="StrutsTestCase" coords="375,235,35"/>
  +          <area shape="circle" href="ext:junitee"
  +              alt="JUnitEE Runner" coords="345,295,35"/>
  +          <area shape="circle" href="ext:jenerator"
  +              alt="Jenerator" coords="355,115,35"/>
  +          <area shape="circle" href="site:integration_ant"
  +              alt="Ant Integration" coords="140,225,35"/>
  +          <area shape="circle" href="site:integration_jetty"
  +              alt="Jetty Integration" coords="280,145,35"/>
  +          <area shape="circle" href="site:howto_sample"
  +              alt="Servlet Sample" coords="55,200,35"/>
  +          <area shape="circle" href="site:howto_config"
  +              alt="Manual Configuration" coords="225,270,35"/>
  +        </map>
  +      </figure>
         <p>
           The Cactus Ecosystem is made of several components:
         </p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org