You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by bo...@apache.org on 2009/02/13 20:36:45 UTC

svn commit: r744225 - in /buildr/trunk/doc: images/apache-incubator-logo.png images/asf-logo.gif pages/index.textile site.haml

Author: boisvert
Date: Fri Feb 13 19:36:44 2009
New Revision: 744225

URL: http://svn.apache.org/viewvc?rev=744225&view=rev
Log:
Add ASF logo to home page; and use 'Apache Buildr' term to better clarify alligeance

Added:
    buildr/trunk/doc/images/asf-logo.gif   (with props)
Removed:
    buildr/trunk/doc/images/apache-incubator-logo.png
Modified:
    buildr/trunk/doc/pages/index.textile
    buildr/trunk/doc/site.haml

Added: buildr/trunk/doc/images/asf-logo.gif
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/images/asf-logo.gif?rev=744225&view=auto
==============================================================================
Binary file - no diff available.

Propchange: buildr/trunk/doc/images/asf-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: buildr/trunk/doc/pages/index.textile
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/pages/index.textile?rev=744225&r1=744224&r2=744225&view=diff
==============================================================================
--- buildr/trunk/doc/pages/index.textile (original)
+++ buildr/trunk/doc/pages/index.textile Fri Feb 13 19:36:44 2009
@@ -1,8 +1,8 @@
 h1. Welcome
 
-h2.  What is Buildr?
+h2.  What is Apache Buildr?
 
-Buildr is a build system for Java applications.  We wanted something that's simple and intuitive to use, so we only need to tell it what to do, and it takes care of the rest.  But also something we can easily extend for those one-off tasks, with a language that's a joy to use.  And of course, we wanted it to be fast, reliable and have outstanding dependency management.
+Apache Buildr is a build system for Java-based applications, including support for Scala, Groovy and a growing number of JVM languages and tools.  We wanted something that's simple and intuitive to use, so we only need to tell it what to do, and it takes care of the rest.  But also something we can easily extend for those one-off tasks, with a language that's a joy to use.  And of course, we wanted it to be fast, reliable and have outstanding dependency management.
 
 Here's what we got:
 
@@ -20,7 +20,7 @@
 So let's get started.  You can "read the documentation online":getting_started.html, or "download the PDF":buildr.pdf.
 
 
-h2.  News
+h2.  Project News
 
 Check out "all that's new in Buildr 1.3.3":whats_new.html.
 
@@ -33,7 +33,7 @@
 * Other features and bug fixes.
 
 
-h2.  Notices
+h2.  Legal Notices
 
 The Apache Software Foundation is a non-profit organization, consider "sponsoring":http://www.apache.org/foundation/sponsorship.html and check the "thanks":http://www.apache.org/foundation/thanks.html page.
 

Modified: buildr/trunk/doc/site.haml
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/site.haml?rev=744225&r1=744224&r2=744225&view=diff
==============================================================================
--- buildr/trunk/doc/site.haml (original)
+++ buildr/trunk/doc/site.haml Fri Feb 13 19:36:44 2009
@@ -28,6 +28,9 @@
     %link{ :rel=>'shortcut icon', :href=>'images/favicon.png'}
   %body
     #wrap
+      #top
+        %a{ :href=>'http://www.apache.org/' }
+          %img{ :src=>'images/asf-logo.gif'}
       #header
         %a{ :href=>'http://buildr.apache.org/' }
           %img{ :src=>'images/buildr.png', :alt=>collection.title }