You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2012/06/09 19:24:11 UTC

svn commit: r1348462 - in /creadur/rat/trunk: pom.xml src/site/apt/index.apt src/site/site.xml

Author: rdonkin
Date: Sat Jun  9 17:24:11 2012
New Revision: 1348462

URL: http://svn.apache.org/viewvc?rev=1348462&view=rev
Log:
Start working in links to Apache Creadur project into documentation.

Modified:
    creadur/rat/trunk/pom.xml
    creadur/rat/trunk/src/site/apt/index.apt
    creadur/rat/trunk/src/site/site.xml

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1348462&r1=1348461&r2=1348462&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Sat Jun  9 17:24:11 2012
@@ -34,9 +34,12 @@ releases. It is heuristic in nature: mak
 will produce false positives and cannot find every possible issue with a release.
 It's reports require interpretation.
 
-In response to demands from project quality tool developers, RAT is available as a 
+In response to demands from project quality tool developers, Rat is available as a 
 library suitable for inclusion in tools. This POM describes that library.
 Note that binary compatibility is not guaranteed between 0.x releases.
+
+Apache Rat is developed by the Apache Creadur project, a language and build 
+agnostic home for software distribution comprehension and audit tools.
   </description>
   <inceptionYear>2006</inceptionYear>
 
@@ -69,7 +72,7 @@ Note that binary compatibility is not gu
     For the moment, deploy to stage directory only. 
     -->
     <rat.site.url>file:stage</rat.site.url>
-    <rat.site.name>Apache RAT Website</rat.site.name>
+    <rat.site.name>Apache Rat Website</rat.site.name>
     <rat.site.id>org.apache.rat.incubating.site</rat.site.id>
     <rat.releases.id>apache.releases.https</rat.releases.id>
     <rat.releases.name>Apache Release Distribution Repository</rat.releases.name>

Modified: creadur/rat/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/src/site/apt/index.apt?rev=1348462&r1=1348461&r2=1348462&view=diff
==============================================================================
--- creadur/rat/trunk/src/site/apt/index.apt (original)
+++ creadur/rat/trunk/src/site/apt/index.apt Sat Jun  9 17:24:11 2012
@@ -31,6 +31,11 @@ Apache Rat
  describing their function. Building Rat describes how to run Rat. Running Rat 
  describes the options available. The release notes describe the current state of
  Rat.
+ 
+ Apache Rat is developed by the {{{http://creadur.apache.org}Apache Creadur project}}, 
+ a language- and build-agnostic home for software distribution comprehension 
+ and audit tools.
+ 
 
 * Checking Out Rat
 

Modified: creadur/rat/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/src/site/site.xml?rev=1348462&r1=1348461&r2=1348462&view=diff
==============================================================================
--- creadur/rat/trunk/src/site/site.xml (original)
+++ creadur/rat/trunk/src/site/site.xml Sat Jun  9 17:24:11 2012
@@ -14,14 +14,20 @@
  limitations under the License.
 
 -->
-<project name="Apache Rat by Apache Creadur">
+<project name="Apache Rat">
   <body>    
-    <menu name="Rat">
-      <item name="Home" href="/index.html"/>
+    <menu name="Apache Rat">
+      <item name="Introducing Rat" href="/index.html"/>
       <item name="Downloads" href="/download_rat.cgi"/>
       <item name="Changes" href="/RELEASE_NOTES.txt"/>
     </menu>
 
+	<menu name="Apache Creadur">
+		<item name='Project Home' href="http://creadur.apache.org"/>
+		<item name='Apache Tentacles' href="http://creadur.apache.org/tentacles"/>
+		<item name='Apache Whisker' href="http://creadur.apache.org/whisker"/>  
+	</menu>
+
     <menu name="Committer Info">
       <item name="Publish this site" href="site-publish.html"/>
     </menu>