Author: hboutemy
Date: Thu Aug 18 03:14:22 2011
New Revision: 1159009

URL: http://svn.apache.org/viewvc?rev=1159009&view=rev
Log:
improved introduction

Modified:
    maven/doxia/doxia-sitetools/trunk/src/site/xdoc/index.xml

Modified: maven/doxia/doxia-sitetools/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/src/site/xdoc/index.xml?rev=1159009&r1=1159008&r2=1159009&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/src/site/xdoc/index.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/src/site/xdoc/index.xml Thu Aug 18 
03:14:22 2011
@@ -19,7 +19,9 @@
  */
 -->
 
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
 
   <properties>
     <title>Doxia Sitetools</title>
@@ -30,20 +32,20 @@
 
     <section name="Doxia Sitetools">
 
-      <p>Doxia Sitetools generates sites, consisting of static and dynamic 
content that was generated by Doxia.</p>
+      <p>Doxia Sitetools generates either sites, consisting of decoration and 
content that was generated by Doxia, or documents like RTF or PDF.</p>
 
       <p>
-        <img src="images/doxia-sitetools-deps.png" width="482" height="217" 
border="0" usemap="#Doxia_sitetools_dependencies" />
-        <map name="Doxia_sitetools_dependencies">
-          <area shape="rect" coords="40,0,164,31" href="doxia-site-renderer/" 
/>
-          <area shape="rect" coords="300,0,423,31" href="doxia-doc-renderer/" 
/>
-          <area shape="rect" coords="20,135,184,167" 
href="doxia-decoration-model/" />
-          <area shape="rect" coords="0,57,84,87" 
href="http://velocity.apache.org"; />
-          <area shape="rect" coords="111,58,236,88" 
href="http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-xhtml/"; />
-          <area shape="rect" coords="251,57,354,89" 
href="http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-fo/"; />
-          <area shape="rect" coords="356,57,478,88" 
href="http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-itext/"; />
-          <area shape="rect" coords="106,53,481,119" 
href="http://maven.apache.org/doxia/doxia/doxia-modules/"; />
-          <area shape="rect" coords="182,186,285,216" 
href="http://plexus.codehaus.org/"; />
+        <img src="images/doxia-sitetools-deps.png" width="482" height="217" 
border="0" usemap="#Doxia_sitetools_dependencies" alt="Doxia Sitetools 
Dependencies"/>
+        <map name="Doxia_sitetools_dependencies" 
id="Doxia_sitetools_dependencies">
+          <area shape="rect" coords="40,0,164,31" href="doxia-site-renderer/" 
alt="Doxia Site Renderer"/>
+          <area shape="rect" coords="300,0,423,31" href="doxia-doc-renderer/"  
alt="Doxia Document Renderer"/>
+          <area shape="rect" coords="20,135,184,167" 
href="doxia-decoration-model/" alt="Doxia Decoration Model"/>
+          <area shape="rect" coords="0,57,84,87" 
href="http://velocity.apache.org"; alt="Velocity"/>
+          <area shape="rect" coords="111,58,236,88" 
href="http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-xhtml/"; 
alt="Doxia Module XHTML"/>
+          <area shape="rect" coords="251,57,354,89" 
href="http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-fo/"; 
alt="Doxia Module FO"/>
+          <area shape="rect" coords="356,57,478,88" 
href="http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-itext/"; 
alt="Doxia Module iText"/>
+          <area shape="rect" coords="106,53,481,119" 
href="http://maven.apache.org/doxia/doxia/doxia-modules/"; alt="Doxia Modules"/>
+          <area shape="rect" coords="182,186,285,216" 
href="http://plexus.codehaus.org/plexus-utils/";  alt="plexus-utils"/>
         </map>
       </p>
 


Reply via email to