Author: ltheussl Date: Tue May 19 13:07:28 2009 New Revision: 776301 URL: http://svn.apache.org/viewvc?rev=776301&view=rev Log: [DOXIASITETOOLS-23] Improve Documentation of Doxia Converter. Add download links for all doxia projects.
Modified: maven/doxia/doxia-sitetools/trunk/src/site/site.xml maven/doxia/doxia-tools/trunk/doxia-converter/src/site/apt/index.apt maven/doxia/doxia-tools/trunk/src/site/site.xml maven/doxia/doxia/trunk/src/site/site.xml Modified: maven/doxia/doxia-sitetools/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/src/site/site.xml?rev=776301&r1=776300&r2=776301&view=diff ============================================================================== --- maven/doxia/doxia-sitetools/trunk/src/site/site.xml (original) +++ maven/doxia/doxia-sitetools/trunk/src/site/site.xml Tue May 19 13:07:28 2009 @@ -50,6 +50,10 @@ </script> </head> + <menu name="Downloads" inherit="bottom"> + <item name="Download ${project.name}" href="http://maven.apache.org/doxia/downloads.html"/> + </menu> + <menu ref="modules"/> <menu ref="reports"/> Modified: maven/doxia/doxia-tools/trunk/doxia-converter/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-converter/src/site/apt/index.apt?rev=776301&r1=776300&r2=776301&view=diff ============================================================================== --- maven/doxia/doxia-tools/trunk/doxia-converter/src/site/apt/index.apt (original) +++ maven/doxia/doxia-tools/trunk/doxia-converter/src/site/apt/index.apt Tue May 19 13:07:28 2009 @@ -28,9 +28,10 @@ Maven Doxia Converter - Doxia Converter is a tool that help you to convert a supported Doxia format to another supported Doxia format. + Doxia Converter is a tool that helps you convert a source + document from any supported Doxia format to any other supported Doxia format. - Actually, the supported Doxia formats are: + Currently, the supported Doxia formats are: * input format: apt, confluence, docbook, fml, twiki, xdoc, xhtml or autodetect @@ -38,8 +39,10 @@ [] - <<Note>>: The tool supports encoding to read files, but all generated files are in UTF-8. + <<Note>>: The tool supports encoding detection of input files, but all generated files are in UTF-8. * Usage - Instructions on how to use the Doxia Converter can be found {{{usage.html}here}}. + Doxia Converter can be conveniently used from the command-line, + or embedded in a java application. + Instructions on how to use the Doxia Converter can be found {{{./usage.html}here}}. Modified: maven/doxia/doxia-tools/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/src/site/site.xml?rev=776301&r1=776300&r2=776301&view=diff ============================================================================== --- maven/doxia/doxia-tools/trunk/src/site/site.xml (original) +++ maven/doxia/doxia-tools/trunk/src/site/site.xml Tue May 19 13:07:28 2009 @@ -56,6 +56,10 @@ </script> </head> + <menu name="Downloads" inherit="bottom"> + <item name="Download ${project.name}" href="http://maven.apache.org/doxia/downloads.html"/> + </menu> + <menu ref="modules"/> <menu ref="reports"/> Modified: maven/doxia/doxia/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/src/site/site.xml?rev=776301&r1=776300&r2=776301&view=diff ============================================================================== --- maven/doxia/doxia/trunk/src/site/site.xml (original) +++ maven/doxia/doxia/trunk/src/site/site.xml Tue May 19 13:07:28 2009 @@ -50,6 +50,10 @@ </script> </head> + <menu name="Downloads" inherit="bottom"> + <item name="Download ${project.name}" href="http://maven.apache.org/doxia/downloads.html"/> + </menu> + <menu ref="modules"/> <menu ref="reports"/>