Author: ltheussl
Date: Tue Jun 2 10:49:53 2009
New Revision: 781000
URL: http://svn.apache.org/viewvc?rev=781000&view=rev
Log:
Fix some links
Modified:
maven/doxia/site/src/site/pdf.xml
maven/doxia/site/src/site/xdoc/references/xdoc-format.xml
Modified: maven/doxia/site/src/site/pdf.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/site/src/site/pdf.xml?rev=781000&r1=780999&r2=781000&view=diff
==============================================================================
--- maven/doxia/site/src/site/pdf.xml (original)
+++ maven/doxia/site/src/site/pdf.xml Tue Jun 2 10:49:53 2009
@@ -52,6 +52,8 @@
<item name="Writing Books" ref="book/index.html"/>
<item name="Developer Centre" ref="developers/index.html"/>
<item name="Integration With Maven"
ref="developers/maven-integration.html"/>
+ <!-- MSITE-333: remove double-amp when fixed -->
+ <item name="Issues &amp; Gotchas" ref="issues/index.html"/>
<item name="External Resources" ref="resources.html"/>
</toc>
Modified: maven/doxia/site/src/site/xdoc/references/xdoc-format.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/site/src/site/xdoc/references/xdoc-format.xml?rev=781000&r1=780999&r2=781000&view=diff
==============================================================================
--- maven/doxia/site/src/site/xdoc/references/xdoc-format.xml (original)
+++ maven/doxia/site/src/site/xdoc/references/xdoc-format.xml Tue Jun 2
10:49:53 2009
@@ -31,6 +31,7 @@
<body>
<section name="Content">
+ <a name="Content"/>
<macro name="toc">
<param name="fromDepth" value="1"/>
<param name="toDepth" value="2"/>
@@ -38,6 +39,8 @@
</section>
<section name="The XDoc format">
+ <a name="The_XDoc_format"/>
+ <a name="Overview"/>
<subsection name="Overview">
<p>
An 'xdoc' is an XML document conforming to a small and simple set of
tags.
@@ -57,12 +60,14 @@
</p>
</subsection>
- <subsection name="The XDOC format">
+ <a name="The_XDoc_xsd"/>
+ <subsection name="The XDoc xsd">
<p>
The full documentation is available <a
href="../doxia/doxia-modules/doxia-module-xdoc/xsddoc/index.html">here</a>.
</p>
</subsection>
+ <a name="XDoc_Sample"/>
<subsection name="XDoc Sample">
<p>
The following is a sample XDoc document:
@@ -113,6 +118,7 @@
</subsection>
+ <a name="The_source_tag"/>
<subsection name="The <source> tag">
<p>
<code><source></code> tags are special.
@@ -124,6 +130,7 @@
<source><source><![CDATA[ content here <a
href="">foo</a>]]></source></source>
</subsection>
+ <a name="Additional_sectioning"/>
<subsection name="Additional sectioning">
<p>
Doxia will produce <code><h2></code> and
@@ -143,6 +150,7 @@
<h4>A subsubsection</h4>
</subsection>
+ <a name="Referencing_sections_and_subsections"/>
<subsection name="Referencing sections and subsections">
<p>
The core doxia modules do <b>not</b> construct anchors from
@@ -203,6 +211,7 @@
</section>
<section name="Validation">
+ <a name="Validation"/>
<p>
Doxia is able to validate your xdoc files as described
<a
href="doxia/doxia-modules/doxia-module-xdoc/using-xdoc-xsd.html">here</a>.
@@ -212,6 +221,7 @@
Here is a list of common mistakes to be aware of:
</p>
+ <a name="Dont_nest_block_level_elements"/>
<subsection name="Don't nest block level elements">
<p>Wrong:</p>
@@ -247,6 +257,7 @@
</subsection>
+ <a name="Put_inline_elements_inside_block_level_elements"/>
<subsection name="Put inline elements inside block level elements">
<p>Wrong:</p>
@@ -272,6 +283,7 @@
</subsection>
+ <a name="Right_order_of_elements_in_properties"/>
<subsection name="Right order of elements in <properties>">
<p>
@@ -281,6 +293,7 @@
</subsection>
+ <a name="Dont_put_source_inside_paragraphs"/>
<subsection name="Dont put <source> inside paragraphs">
<p>Wrong:</p>