You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/01/29 16:02:28 UTC

svn commit: r149046 - /maven/maven-1/plugins/trunk/xdoc/xdocs/index.xml

Author: brett
Date: Sat Jan 29 07:02:27 2005
New Revision: 149046

URL: http://svn.apache.org/viewcvs?view=rev&rev=149046
Log:
improve formatting

Modified:
   maven/maven-1/plugins/trunk/xdoc/xdocs/index.xml

Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/index.xml
Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/xdocs/index.xml?view=diff&rev=149046&p1=maven/maven-1/plugins/trunk/xdoc/xdocs/index.xml&r1=149045&p2=maven/maven-1/plugins/trunk/xdoc/xdocs/index.xml&r2=149046
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/xdocs/index.xml	(original)
+++ maven/maven-1/plugins/trunk/xdoc/xdocs/index.xml	Sat Jan 29 07:02:27 2005
@@ -4,7 +4,7 @@
 ]>
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -40,6 +40,7 @@
       <p>
       The documentation is mainly in <code>Anakia</code> format. More
       information along with samples, can be found at:
+      </p>
       <ul>
         <li>
           <a href="http://jakarta.apache.org/site/jakarta-site-tags.html">the tags defined</a>
@@ -48,7 +49,6 @@
           <a href="http://jakarta.apache.org/site/jakarta-site-tags-example.html">examples of the tags</a>
         </li>
       </ul>
-      </p>
       <p>
         There are a few additions to the anakia format. You can use the
         <code>footer</code> tag for including text or images just below
@@ -56,14 +56,12 @@
         only usefull in the navigation.xml file and should be placed
         within the body element.  For example:
       </p>
-      <source><![CDATA[  
-   <!-- footer will be placed above the (c) -->
+      <source><![CDATA[<!-- footer will be placed above the (c) -->
    <footer>
     <A href="http://sourceforge.net/projects/ctecl">
       <IMG src="http://sourceforge.net/sflogo.php?group_id=72748" border="0" alt="sf logo"/>
     </A>
-   </footer>
-      ]]></source>
+   </footer>]]></source>
       <p>
         If a <code>search</code> element is found in the <code>navigation.xml</code> body, a search navigation
         menu is generated that uses <a href="http://www.google.com">google</a>
@@ -86,24 +84,15 @@
         If you need to include the contents of another XML document in your document, you can use the 
        <code>&lt;escapeXml&gt;</code> tag, as demonstrated below. For instance, the code:
       </p>
-      <source>
-<![CDATA[
-<?xml version="1.0"?>
+      <source><![CDATA[<?xml version="1.0"?>
 <!DOCTYPE document [
     <!ENTITY escapeXmlExample SYSTEM "file:xdocs/escapeXml.xml">
 ]>
-<escapeXml>&escapeXmlExample;</escapeXml>
-]]>
-      </source>      
+<escapeXml>&escapeXmlExample;</escapeXml>]]></source>      
       <p> 
         Would produce the following output (click <a href="escapeXml.html">here</a> to see the content of <code>escapeXml.xml</code>):
       </p>
-      <source>
-
-<escapeXml>&escapeXmlExample;</escapeXml>
-      </source>      
-        
-
+      <source><escapeXml>&escapeXmlExample;</escapeXml></source>      
     </section>
  </body>
 </document>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org