Author: ltheussl
Date: Mon Mar 2 14:06:28 2009
New Revision: 749310
URL: http://svn.apache.org/viewvc?rev=749310&view=rev
Log:
Correct links
Modified:
maven/doxia/site/src/site/apt/book/index.apt
maven/doxia/site/src/site/apt/index.apt
maven/doxia/site/src/site/apt/whatsnew-1.1.apt
Modified: maven/doxia/site/src/site/apt/book/index.apt
URL:
http://svn.apache.org/viewvc/maven/doxia/site/src/site/apt/book/index.apt?rev=749310&r1=749309&r2=749310&view=diff
==============================================================================
--- maven/doxia/site/src/site/apt/book/index.apt (original)
+++ maven/doxia/site/src/site/apt/book/index.apt Mon Mar 2 14:06:28 2009
@@ -40,7 +40,7 @@
The only thing you need in addition to the content files itself is a simple
book descriptor which is used to specify
the ordering of the sections and the names for the chapters.
- See {{{doxia/doxia-book/book.html}The Book Descriptor Reference}} for a
reference to the descriptor.
+ See {{{./doxia/doxia-book/book.html}The Book Descriptor Reference}} for a
reference to the descriptor.
* Creating Book Descriptor
Modified: maven/doxia/site/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/maven/doxia/site/src/site/apt/index.apt?rev=749310&r1=749309&r2=749310&view=diff
==============================================================================
--- maven/doxia/site/src/site/apt/index.apt (original)
+++ maven/doxia/site/src/site/apt/index.apt Mon Mar 2 14:06:28 2009
@@ -63,7 +63,7 @@
* Developed in Java
* Support of several markup formats: APT (Almost Plain Text), Confluence,
Simplified DocBook,
- FML (FAQ Markup Language), FOP, iText, LaTeX, RTF, TWiki, XDoc (popular in
Apache land), XHTML
+ FML (FAQ Markup Language), FO, iText, LaTeX, RTF, TWiki, XDoc (popular in
Apache land), XHTML
* Easy to learn the syntax of the supported markup formats
@@ -73,7 +73,7 @@
* Extensible framework
- * Additional Tools like {{{doxia-tools/doxia-converter/index.html}Doxia
Converter}}
+ * Additional Tools like {{{./doxia-tools/doxia-converter/index.html}Doxia
Converter}}
[]
@@ -81,11 +81,11 @@
References pages listing all supported markups for each format.
- * {{{references/doxia-apt.html}Apt Format}}
+ * {{{./references/doxia-apt.html}Apt Format}}
- * {{{references/fml-format.html}FML Format}}
+ * {{{./references/fml-format.html}FML Format}}
- * {{{references/xdoc-format.html}Xdoc Format}}
+ * {{{./references/xdoc-format.html}Xdoc Format}}
[]
Modified: maven/doxia/site/src/site/apt/whatsnew-1.1.apt
URL:
http://svn.apache.org/viewvc/maven/doxia/site/src/site/apt/whatsnew-1.1.apt?rev=749310&r1=749309&r2=749310&view=diff
==============================================================================
--- maven/doxia/site/src/site/apt/whatsnew-1.1.apt (original)
+++ maven/doxia/site/src/site/apt/whatsnew-1.1.apt Mon Mar 2 14:06:28 2009
@@ -32,7 +32,7 @@
* Notable New Features
- * <<Logging>>: added logging support with a new project called
{{{doxia/doxia-logging-api}doxia-logging-api}}.
+ * <<Logging>>: added logging support with a new project called
{{{./doxia/doxia-logging-api}doxia-logging-api}}.
* <<Sink API improvements>>: added a new <<<SinkEventAttributes>>> interface
to handle attributes.
The <<<Sink>>> interface has been updated to use this new interface.
@@ -41,11 +41,11 @@
* <<XSDs>>: created {{{faq.html#doxia-xsd}XSDs}} like FML, XDOC.
- * <<Tools>>: created some tools like a
{{{doxia-tools/doxia-converter/index.html}converter}} to use
+ * <<Tools>>: created some tools like a
{{{./doxia-tools/doxia-converter/index.html}converter}} to use
Doxia outside of Maven.
[]
If you are a Maven Plugin developer and you plan to switch to Doxia 1.1,
please read this
- {{{developers/maven.html}Maven Integration}} page to understand how to
integrate correctly Doxia 1.1
+ {{{./developers/maven.html}Maven Integration}} page to understand how to
integrate correctly Doxia 1.1
with Maven.