Author: ltheussl
Date: Tue Jul 24 02:26:18 2007
New Revision: 558975
URL: http://svn.apache.org/viewvc?view=rev&rev=558975
Log:
Fix local links.
Modified:
maven/doxia/site/src/site/apt/macros/index.apt
maven/doxia/site/src/site/apt/overview.apt
maven/doxia/site/src/site/apt/references/index.apt
maven/doxia/site/src/site/fml/faq.fml
Modified: maven/doxia/site/src/site/apt/macros/index.apt
URL:
http://svn.apache.org/viewvc/maven/doxia/site/src/site/apt/macros/index.apt?view=diff&rev=558975&r1=558974&r2=558975
==============================================================================
--- maven/doxia/site/src/site/apt/macros/index.apt (original)
+++ maven/doxia/site/src/site/apt/macros/index.apt Tue Jul 24 02:26:18 2007
@@ -152,4 +152,4 @@
| allowScript | Specifies the width of the movie in either pixels or
percentage of browser window.
*-----------+--------------+
- For more information, see the {{{swf-macro.html}SWF Macro}} page.
+ For more information, see the {{{./swf-macro.html}SWF Macro}} page.
Modified: maven/doxia/site/src/site/apt/overview.apt
URL:
http://svn.apache.org/viewvc/maven/doxia/site/src/site/apt/overview.apt?view=diff&rev=558975&r1=558974&r2=558975
==============================================================================
--- maven/doxia/site/src/site/apt/overview.apt (original)
+++ maven/doxia/site/src/site/apt/overview.apt Tue Jul 24 02:26:18 2007
@@ -32,7 +32,7 @@
[images/architecture.png] Doxia Framework
- <<Note>>: As Maven, Doxia uses extensively
{{{http://plexus.codehaus.org/}Plexus}} inside.
+ <<Note>>: Just like Maven, Doxia uses {{{http://plexus.codehaus.org/}Plexus}}
extensively.
*Sink API
Modified: maven/doxia/site/src/site/apt/references/index.apt
URL:
http://svn.apache.org/viewvc/maven/doxia/site/src/site/apt/references/index.apt?view=diff&rev=558975&r1=558974&r2=558975
==============================================================================
--- maven/doxia/site/src/site/apt/references/index.apt (original)
+++ maven/doxia/site/src/site/apt/references/index.apt Tue Jul 24 02:26:18 2007
@@ -30,7 +30,7 @@
You will find here several markup languages references used by Doxia to write
well done documentation.
- * {{{apt-format.html}APT (Almost Plain Text) Format}}
+ * {{{./apt-format.html}APT (Almost Plain Text) Format}}
* FML (FAQ Markup Language) Format
Modified: maven/doxia/site/src/site/fml/faq.fml
URL:
http://svn.apache.org/viewvc/maven/doxia/site/src/site/fml/faq.fml?view=diff&rev=558975&r1=558974&r2=558975
==============================================================================
--- maven/doxia/site/src/site/fml/faq.fml (original)
+++ maven/doxia/site/src/site/fml/faq.fml Tue Jul 24 02:26:18 2007
@@ -25,7 +25,7 @@
<question>How to handle style in the APT markup language?</question>
<answer>
<p>
- APT doesn't actually support style. It is in the roadmap.
+ APT doesn't currently support style. It is in the roadmap.
</p>
</answer>
</faq>
@@ -37,9 +37,9 @@
Unfortunately, the iText team discontinued the XML to PDF
functionalities.
</p>
<p>
- A <a href="http://xmlgraphics.apache.org/fop/">FOP</a> module is
actually in development in the
- Doxia sandbox. You could get the source
- <a
href="http://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-module-fo">here</a>.
+ A <a href="http://xmlgraphics.apache.org/fop/">FOP</a> module is
currently in development in the
+ Doxia sandbox. You can get the source
+ <a
href="http://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-module-fo/">here</a>.
</p>
</answer>
</faq>
@@ -52,11 +52,11 @@
</p>
<p>
The Doxia Book code is still in the
- <a
href="http://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-book">Doxia
sandbox</a>
+ <a
href="http://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-book/">Doxia
sandbox</a>,
but it is fully functional allthough limited.
</p>
<p>
- See <a href="book/index.html">Writing Books in Doxia</a> for more
information.
+ See <a href="./book/index.html">Writing Books in Doxia</a> for more
information.
</p>
</answer>
</faq>