You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2010/01/20 14:36:31 UTC

svn commit: r901198 - in /maven/jxr/trunk/jxr-site/src/site: apt/examples/java.apt apt/index.apt fml/faq.fml site.xml

Author: dennisl
Date: Wed Jan 20 13:36:31 2010
New Revision: 901198

URL: http://svn.apache.org/viewvc?rev=901198&view=rev
Log:
o Improve the JXR site.

Modified:
    maven/jxr/trunk/jxr-site/src/site/apt/examples/java.apt
    maven/jxr/trunk/jxr-site/src/site/apt/index.apt
    maven/jxr/trunk/jxr-site/src/site/fml/faq.fml
    maven/jxr/trunk/jxr-site/src/site/site.xml

Modified: maven/jxr/trunk/jxr-site/src/site/apt/examples/java.apt
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/jxr-site/src/site/apt/examples/java.apt?rev=901198&r1=901197&r2=901198&view=diff
==============================================================================
--- maven/jxr/trunk/jxr-site/src/site/apt/examples/java.apt (original)
+++ maven/jxr/trunk/jxr-site/src/site/apt/examples/java.apt Wed Jan 20 13:36:31 2010
@@ -3,7 +3,7 @@
  ------
  Vincent Siveton
  ------
- October 2006
+ 2010-01-20
  ------
 
  ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -35,7 +35,7 @@
 * Transforming Java Packages
 
  JXR handles several options like an input/output encoding. See the {{{../apidocs/org/apache/maven/jxr/JXR.html}API}}
- for more informations.
+ for more information.
 
 +------+
 JXR jxr = new JXR();
@@ -43,7 +43,7 @@
 jxr.setLog( new DummyLog() );
 
 jxr.xref( Collections.singletonList( "/src/main/java/" ), "templateDir",
-               "WindowsTitle", "DocTitle", "Bottom" );
+                                     "WindowsTitle", "DocTitle", "Bottom" );
 +------+
 
  <<Note>>: the <templateDir> is a directory with several {{{http://velocity.apache.org/}Velocity}} templates.

Modified: maven/jxr/trunk/jxr-site/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/jxr-site/src/site/apt/index.apt?rev=901198&r1=901197&r2=901198&view=diff
==============================================================================
--- maven/jxr/trunk/jxr-site/src/site/apt/index.apt (original)
+++ maven/jxr/trunk/jxr-site/src/site/apt/index.apt Wed Jan 20 13:36:31 2010
@@ -4,7 +4,7 @@
  Jason van Zyl
  Vincent Siveton
  ------
- October 2006
+ 2010-01-20
  ------
 
  ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -30,7 +30,7 @@
 
 Maven JXR
 
- Maven JXR project (formally Java Cross Reference) is a library to analyze a set of Java 
+ Maven JXR project (formally Java Cross Reference) is a library to analyze a set of Java
  source files and produces documentation in HTML format <à la Javadoc>.
 
  Take a look at this {{{xref/index.html}JXR report}} to see an example.
@@ -40,18 +40,18 @@
  * Support JDK 1.4+
 
  * Complementary tool for Javadoc
- 
+
  * Easy configuration for color, style or template
 
- * Fully integrated with Maven: plugins available for {{{http://maven.apache.org/maven-1.x/plugins/jxr/}Maven 1}}
- and for {{{http://maven.apache.org/plugins/maven-jxr-plugin/}Maven 2}}
- 
+ * Fully integrated with Maven: plugins are available for {{{http://maven.apache.org/maven-1.x/plugins/jxr/}Maven 1}}
+ and {{{http://maven.apache.org/plugins/maven-jxr-plugin/}Maven 2}}
+
 * Brief History
 
  The orignal JXR code was merged in 2004 with the Javasrc project from the defunct
  {{{http://jakarta.apache.org/alexandria}Jakarta Alexandria}} project.
- The code was first maintained within the Maven 1 JXR plugin. In September 2005, it 
- was voted to fork the base and create a separate library. 
+ The code was first maintained within the Maven 1 JXR plugin. In September 2005, it
+ was voted to fork the base and create a separate library.
 
 * Examples
 

Modified: maven/jxr/trunk/jxr-site/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/jxr-site/src/site/fml/faq.fml?rev=901198&r1=901197&r2=901198&view=diff
==============================================================================
--- maven/jxr/trunk/jxr-site/src/site/fml/faq.fml (original)
+++ maven/jxr/trunk/jxr-site/src/site/fml/faq.fml Wed Jan 20 13:36:31 2010
@@ -19,7 +19,10 @@
 under the License.
 -->
 
-<faqs id="FAQ" title="Frequently Asked Questions">
+<faqs xmlns="http://maven.apache.org/FML/1.0.1"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://maven.apache.org/FML/1.0.1 http://maven.apache.org/xsd/fml-1.0.1.xsd"
+      id="FAQ" title="Frequently Asked Questions">
   <part id="General">
     <faq id="Is it possible to convert other source files than Java to HTML">
       <question>Is it possible to convert other source files than Java to HTML?</question>

Modified: maven/jxr/trunk/jxr-site/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/jxr-site/src/site/site.xml?rev=901198&r1=901197&r2=901198&view=diff
==============================================================================
--- maven/jxr/trunk/jxr-site/src/site/site.xml (original)
+++ maven/jxr/trunk/jxr-site/src/site/site.xml Wed Jan 20 13:36:31 2010
@@ -19,13 +19,9 @@
 under the License.
 -->
 
-<project>
-  <!-- TODO remove when using Maven Parent 11+ -->
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-stylus-skin</artifactId>
-    <version>1.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>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>