Author: dennisl
Date: Wed Jul 28 15:18:30 2010
New Revision: 980090
URL: http://svn.apache.org/viewvc?rev=980090&view=rev
Log:
o Use xml schema
o Remove inherited stuff from site.xml
o Fix typos
Modified:
maven/doxia/doxia-tools/trunk/doxia-converter/src/site/apt/index.apt
maven/doxia/doxia-tools/trunk/doxia-converter/src/site/apt/usage.apt.vm
maven/doxia/doxia-tools/trunk/doxia-converter/src/site/site.xml
maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/site.xml
maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/xdoc/index.xml
maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/xdoc/usage.xml
maven/doxia/doxia-tools/trunk/src/site/site.xml
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=980090&r1=980089&r2=980090&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 Wed Jul 28 15:18:30
2010
@@ -3,7 +3,7 @@
-----
Vincent Siveton
------
- 2008-11-01
+ 2010-07-28
------
~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -26,10 +26,10 @@
~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
-Maven Doxia Converter
+Doxia Converter
Doxia Converter is a tool that helps you convert a source
- document from any supported Doxia format to any other supported Doxia format.
+ document from one supported Doxia format to other supported Doxia format.
Currently, the supported Doxia formats are:
Modified: maven/doxia/doxia-tools/trunk/doxia-converter/src/site/apt/usage.apt.vm
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-converter/src/site/apt/usage.apt.vm?rev=980090&r1=980089&r2=980090&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-converter/src/site/apt/usage.apt.vm (original)
+++ maven/doxia/doxia-tools/trunk/doxia-converter/src/site/apt/usage.apt.vm Wed Jul 28 15:18:30
2010
@@ -65,7 +65,7 @@ ISO-8859-2, ISO-8859-5, ISO-8859-6, ISO-
windows-1256, KOI8-R, ISO-8859-9
+-----+
- <<Note>>: The input parameters (i.e. encoding and format) could be auto detected.
+ <<Note>>: The input parameters (i.e. encoding and format) can be autodetected.
* Command Line Execution
@@ -77,7 +77,7 @@ windows-1256, KOI8-R, ISO-8859-9
-to apt
+-----+
- <<Note>>: <<<from>>> parameter could be empty. In this case,
Doxia converter try to autodetect the <<<from>>>
+ <<Note>>: The <<<from>>> parameter can be empty. In that
case, Doxia converter tries to autodetect the <<<from>>>
input from the <<<in>>> file parameter.
* Java Usage
Modified: maven/doxia/doxia-tools/trunk/doxia-converter/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-converter/src/site/site.xml?rev=980090&r1=980089&r2=980090&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-converter/src/site/site.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-converter/src/site/site.xml Wed Jul 28 15:18:30 2010
@@ -21,19 +21,17 @@
*/
-->
-<project>
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
<body>
<menu ref="parent"/>
<menu name="Doxia :: Converter">
- <item name="Overview" href="index.html"/>
+ <item name="Introduction" href="index.html"/>
<item name="Usage" href="usage.html"/>
</menu>
- <menu ref="reports"/>
-
</body>
</project>
Modified: maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/site.xml?rev=980090&r1=980089&r2=980090&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/site.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/site.xml Wed Jul 28 15:18:30 2010
@@ -21,18 +21,16 @@
*/
-->
-<project>
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
<body>
<menu ref="parent"/>
<menu name="Doxia :: LinkCheck">
- <item name="Overview" href="index.html"/>
+ <item name="Introduction" href="index.html"/>
<item name="Usage" href="usage.html"/>
</menu>
- <menu ref="reports"/>
-
</body>
</project>
Modified: maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/xdoc/index.xml?rev=980090&r1=980089&r2=980090&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/xdoc/index.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/xdoc/index.xml Wed Jul 28 15:18:30
2010
@@ -18,9 +18,9 @@ specific language governing permissions
under the License.
-->
-<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>Index</title>
+ <title>Introduction</title>
<author email="ltheussl@apache.org">Lukas Theussl</author>
</properties>
@@ -43,10 +43,10 @@ under the License.
<ol>
<li>
Run an additional on-line check for links that do not exist locally,
- see this <a href="http://jira.codehaus.org/browse/MSANDBOX-39">JIRA</a>.
+ see this <a href="http://jira.codehaus.org/browse/DOXIA-211">JIRA</a>.
</li>
- <li>The ability to include exclude parts of the tree</li>
- <li>Persists remote url checks across runs</li>
+ <li>The ability to include/exclude parts of the tree</li>
+ <li>Persist remote URL checks across runs</li>
</ol>
</section>
Modified: maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/xdoc/usage.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/xdoc/usage.xml?rev=980090&r1=980089&r2=980090&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/xdoc/usage.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/xdoc/usage.xml Wed Jul 28 15:18:30
2010
@@ -19,7 +19,7 @@ specific language governing permissions
under the License.
-->
-<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>Usage</title>
<author email="ltheussl@apache.org">Lukas Theussl</author>
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=980090&r1=980089&r2=980090&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/src/site/site.xml (original)
+++ maven/doxia/doxia-tools/trunk/src/site/site.xml Wed Jul 28 15:18:30 2010
@@ -21,37 +21,18 @@
*/
-->
-<project>
- <bannerLeft>
- <name>Doxia</name>
- <src>images/apache-maven-project-2.png</src>
- </bannerLeft>
- <bannerRight>
- <src>images/maven-logo-2.gif</src>
- </bannerRight>
- <publishDate format="d MMM yyyy" position="right" />
- <skin>
- <groupId>org.apache.maven.skins</groupId>
- <artifactId>maven-stylus-skin</artifactId>
- <version>1.0.1</version>
- </skin>
-
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
<body>
- <head>
- <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
- </script>
- <script type="text/javascript">
- _uacct = "UA-140879-1";
- urchinTracker();
- </script>
- </head>
+ <breadcrumbs>
+ <!-- TODO: This breadcrumb should be removed when it has been solved in the parent
-->
+ <item name="Maven" href="http://maven.apache.org/index.html" />
+ <item name="Doxia" href="http://maven.apache.org/doxia/index.html" />
+ </breadcrumbs>
<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"/>
</body>
</project>
|