Author: hboutemy
Date: Sat Feb 21 21:53:11 2009
New Revision: 746595
URL: http://svn.apache.org/viewvc?rev=746595&view=rev
Log:
added a dependencies map to the index page
Added:
maven/doxia/doxia-sitetools/trunk/src/site/resources/
maven/doxia/doxia-sitetools/trunk/src/site/resources/doxia-sitetools-deps.odg (with
props)
maven/doxia/doxia-sitetools/trunk/src/site/resources/doxia-sitetools-deps.png (with
props)
maven/doxia/doxia-sitetools/trunk/src/site/xdoc/
maven/doxia/doxia-sitetools/trunk/src/site/xdoc/index.xml (with props)
Added: maven/doxia/doxia-sitetools/trunk/src/site/resources/doxia-sitetools-deps.odg
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/src/site/resources/doxia-sitetools-deps.odg?rev=746595&view=auto
==============================================================================
Binary file - no diff available.
Propchange: maven/doxia/doxia-sitetools/trunk/src/site/resources/doxia-sitetools-deps.odg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: maven/doxia/doxia-sitetools/trunk/src/site/resources/doxia-sitetools-deps.png
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/src/site/resources/doxia-sitetools-deps.png?rev=746595&view=auto
==============================================================================
Binary file - no diff available.
Propchange: maven/doxia/doxia-sitetools/trunk/src/site/resources/doxia-sitetools-deps.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: 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=746595&view=auto
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/src/site/xdoc/index.xml (added)
+++ maven/doxia/doxia-sitetools/trunk/src/site/xdoc/index.xml Sat Feb 21 21:53:11 2009
@@ -0,0 +1,40 @@
+<?xml version="1.0"?>
+
+<document>
+
+ <properties>
+ <title>Doxia Sitetools</title>
+ <author email="hboutemy_AT_apache_DOT_org">Hervé Boutemy</author>
+ </properties>
+
+ <body>
+
+ <section name="Modello">
+
+ <p>Doxia Sitetools generates sites, consisting of static and dynamic content
that was generated by Doxia.</p>
+
+ <p>
+ <!-- workaround for DOXIA-227: usemap attribute is stripped (fixed in Doxia 1.1,
was 1.0-beta-1) -->
+ <script type="text/javascript">
+ tag='<img src="doxia-sitetools-deps.png" width="482" height="217" border="0"
usemap="#Doxia_sitetools_dependencies" />';
+ tag=tag.substring(0,tag.length-2)+' usemap=\'#Doxia_sitetools_dependencies\''+tag.substring(tag.length-2);
+ document.write(tag);
+ </script>
+ <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/"
/>
+ </map>
+ </p>
+
+ </section>
+
+ </body>
+
+</document>
Propchange: maven/doxia/doxia-sitetools/trunk/src/site/xdoc/index.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: maven/doxia/doxia-sitetools/trunk/src/site/xdoc/index.xml
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
|