Author: rdonkin
Date: Mon Aug 13 20:44:45 2012
New Revision: 1372596
URL: http://svn.apache.org/viewvc?rev=1372596&view=rev
Log:
Edited the landing page, aiming for a lighter style
Modified:
creadur/rat/trunk/src/site/apt/index.apt
Modified: creadur/rat/trunk/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/src/site/apt/index.apt?rev=1372596&r1=1372595&r2=1372596&view=diff
==============================================================================
--- creadur/rat/trunk/src/site/apt/index.apt (original)
+++ creadur/rat/trunk/src/site/apt/index.apt Mon Aug 13 20:44:45 2012
@@ -38,59 +38,48 @@ Apache Rat
{{{http://www.opensource.org/} open source software}} the
{{{http://www.apache.org/foundation/how-it-works.html} Apache way}}.
-
-
-* Checking Out Rat
+* Running Rat
- Rat contains a number of different products.
+** Command Line
- To checkout the main application run
+ Quick start by
+------------------------------------------+
-svn co http://svn.apache.org/repos/asf/creadur/rat/trunk/
+java -jar apache-rat-0.9.jar --help
+------------------------------------------+
-* Building Rat
+ Read more {{{apache-rat/index.html}here}}.
+
+** Apache Ant
+
+ Use the task library for {{{http://ant.apache.org/} Apache Ant 1.7}} or later
+
+ Read more {{{./apache-rat-tasks/index.html} here}}.
+
+** Apache Maven
- Building Rat requires
- {{{http://maven.apache.org/} Apache Maven}}.
- Read BUILD.txt or (for the impatient) do
+ Use the plugin for {{{http://maven.apache.org}Apache Maven 2}} or later.
+ Read more {{{./apache-rat-plugin/index.html} here}}.
+
+
+* Checking Out Rat
+
+ Quick start
+
+------------------------------------------+
-mvn install
+svn co http://svn.apache.org/repos/asf/creadur/rat/trunk/
+------------------------------------------+
- This should build all modules. The application JAR will be
- <<<apache-rat/target/apache-rat-X.Y-SNAPSHOT.jar>>> where X and Y are the
current
- major and minor version numbers.
-
-* Running Rat
+ Read more {{{./source-repository.html}here}}.
-** Running from the Command Line
+* Building Rat
- Run from the command line with:
+ Build Rat with {{{http://maven.apache.org/} Apache Maven}}
+
+ Quick start
+------------------------------------------+
-java -jar apache-rat-VERSION.jar --help
+mvn install
+------------------------------------------+
-
- Where VERSION is replaced with the version number you are
- working with.
-
- This will output a help message detailing the command line
- options available to you.
-** Running with Apache Ant
-
- Rat includes a task library for Ant. This allows Rat reports to be
- run against a wide variety of resources. Details can be found in the
- {{{./apache-rat-tasks/index.html} antlib documentation}}.
-
- To use the Ant tasks,
- {{{http://ant.apache.org/} Apache Ant 1.7}} or later is required.
-
-** Running with Apache Maven
-
- Rat includes a plugin for Maven 2. This allows Rat reports to be run against
- a wide variety of resources. Details can be found in the
- {{{./apache-rat-plugin/index.html} plugin documentation}}.