You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bi...@apache.org on 2012/03/26 20:17:33 UTC

svn commit: r1305481 - in /accumulo/site/trunk: content/accumulo/ content/accumulo/css/ content/accumulo/downloads/ content/accumulo/example/ content/accumulo/governance/ content/accumulo/images/ content/accumulo/misc/ templates/

Author: billie
Date: Mon Mar 26 18:17:32 2012
New Revision: 1305481

URL: http://svn.apache.org/viewvc?rev=1305481&view=rev
Log:
ACCUMULO-497 began removing incubating information from website

Added:
    accumulo/site/trunk/content/accumulo/images/feather-small.gif   (with props)
Removed:
    accumulo/site/trunk/content/accumulo/images/apache-incubator-logo.png
    accumulo/site/trunk/content/accumulo/misc/
Modified:
    accumulo/site/trunk/content/accumulo/css/accumulo.css
    accumulo/site/trunk/content/accumulo/downloads/downloads.mdtext
    accumulo/site/trunk/content/accumulo/example/wikisearch.mdtext
    accumulo/site/trunk/content/accumulo/governance/releasing.mdtext
    accumulo/site/trunk/content/accumulo/index.mdtext
    accumulo/site/trunk/content/accumulo/mailing_list.mdtext
    accumulo/site/trunk/content/accumulo/screenshots.mdtext
    accumulo/site/trunk/content/accumulo/source.mdtext
    accumulo/site/trunk/templates/sidenav.mdtext
    accumulo/site/trunk/templates/skeleton.html

Modified: accumulo/site/trunk/content/accumulo/css/accumulo.css
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/accumulo/css/accumulo.css?rev=1305481&r1=1305480&r2=1305481&view=diff
==============================================================================
--- accumulo/site/trunk/content/accumulo/css/accumulo.css (original)
+++ accumulo/site/trunk/content/accumulo/css/accumulo.css Mon Mar 26 18:17:32 2012
@@ -138,6 +138,13 @@ h1, h2, h3, h4, h5, h6 {
     padding: 0 8px;
     text-align: center;
 }
+.copyright {
+    float: left;
+}
+#asf-logo {
+    float: left;
+    padding-top: 15px;
+}
 dd {
 }
 dl {

Modified: accumulo/site/trunk/content/accumulo/downloads/downloads.mdtext
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/accumulo/downloads/downloads.mdtext?rev=1305481&r1=1305480&r2=1305481&view=diff
==============================================================================
--- accumulo/site/trunk/content/accumulo/downloads/downloads.mdtext (original)
+++ accumulo/site/trunk/content/accumulo/downloads/downloads.mdtext Mon Mar 26 18:17:32 2012
@@ -1,4 +1,4 @@
-Title: Apache Accumulo (Incubating) Downloads
+Title: Apache Accumulo Downloads
 Notice:    Licensed to the Apache Software Foundation (ASF) under one
            or more contributor license agreements.  See the NOTICE file
            distributed with this work for additional information
@@ -24,14 +24,6 @@ Download Source: [accumulo-1.3.5-incubat
 
 Download Binaries: [accumulo-1.3.5-incubating-dist.tar.gz][8] ([asc][9], [md5][10], [sha][11])
 
-## Disclaimer
-Apache Accumulo is an effort undergoing incubation at The Apache Software Foundation (ASF), 
-sponsored by the Apache Incubator.  Incubation is required of all newly accepted projects 
-until a further review indicates that the infrastructure, communications, and decision 
-making process have stabilized in a manner consistent with other successful ASF projects. 
-While incubation status is not necessarily a reflection of the completeness or stability of 
-the code, it does indicate that the project has yet to be fully endorsed by the ASF.
-
 [1]: http://www.apache.org/info/verification.html   "Verify"
 [2]: http://svn.apache.org/repos/asf/incubator/accumulo/branches/1.3/CHANGES   "Release Notes"
 [3]: http://www.apache.org/dist/incubator/accumulo/KEYS   "KEYS"

Modified: accumulo/site/trunk/content/accumulo/example/wikisearch.mdtext
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/accumulo/example/wikisearch.mdtext?rev=1305481&r1=1305480&r2=1305481&view=diff
==============================================================================
--- accumulo/site/trunk/content/accumulo/example/wikisearch.mdtext (original)
+++ accumulo/site/trunk/content/accumulo/example/wikisearch.mdtext Mon Mar 26 18:17:32 2012
@@ -16,7 +16,7 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
-Accumulo Query Performance
+Apache Accumulo Query Performance
 --------------------------
 
 Sample Application

Modified: accumulo/site/trunk/content/accumulo/governance/releasing.mdtext
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/accumulo/governance/releasing.mdtext?rev=1305481&r1=1305480&r2=1305481&view=diff
==============================================================================
--- accumulo/site/trunk/content/accumulo/governance/releasing.mdtext (original)
+++ accumulo/site/trunk/content/accumulo/governance/releasing.mdtext Mon Mar 26 18:17:32 2012
@@ -56,7 +56,6 @@ Note: There will be times where API comp
     - Have its version set to note it is RC1.
     - Be fully built, including a tar.gz of the entire project as well as the documentation.
   - PGP Signatures of the tarball must be signed to a separate file and made available in the public_html folder of the user creating the release on people.apache.org, along with the tarball and MD5 and SHA512 checksums.
-  - A vote must be made on accumulo-dev; lazy consensus is not sufficient for a release. All checksums and signatures need to be verified before any voter can +1 it. Voting shall last 72 hours.
-  - Upon successful vote, the release candidate can be brought to the incubator mailing list for approval.
-  - Upon success from the incubator list, the new releases can be retagged to remove the RC status and released on the Accumulo webpage.
-  - If at any time the tag needs to be remade due to any sort of error, it should be incremented to the next release candidate number. 
\ No newline at end of file
+  - A vote must be made on dev@accumulo. Lazy consensus is not sufficient for a release; at least 3 +1 votes from PMC members are required. All checksums and signatures need to be verified before any voter can +1 it. Voting shall last 72 hours.
+  - Upon successful vote, the new releases can be retagged to remove the RC status and released on the Accumulo webpage.
+  - If at any time the tag needs to be remade due to any sort of error, it should be incremented to the next release candidate number.

Added: accumulo/site/trunk/content/accumulo/images/feather-small.gif
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/accumulo/images/feather-small.gif?rev=1305481&view=auto
==============================================================================
Binary file - no diff available.

Propchange: accumulo/site/trunk/content/accumulo/images/feather-small.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Modified: accumulo/site/trunk/content/accumulo/index.mdtext
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/accumulo/index.mdtext?rev=1305481&r1=1305480&r2=1305481&view=diff
==============================================================================
--- accumulo/site/trunk/content/accumulo/index.mdtext (original)
+++ accumulo/site/trunk/content/accumulo/index.mdtext Mon Mar 26 18:17:32 2012
@@ -1,4 +1,4 @@
-Title: Apache Accumulo (Incubating)
+Title: Apache Accumulo
 Notice:    Licensed to the Apache Software Foundation (ASF) under one
            or more contributor license agreements.  See the NOTICE file
            distributed with this work for additional information
@@ -16,7 +16,7 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
-Apache Accumulo is a sorted, distributed key/value store based on Google's
+The Apache Accumulo sorted, distributed key/value store is based on Google's
 [BigTable][1] design.  It is built on top of Apache [Hadoop][2],
 [Zookeeper][3], and [Thrift][4].  It features a few novel improvements on the
 BigTable design in the form of cell-level access labels and a server-side
@@ -26,16 +26,7 @@ data management process.  Other notable 
 
 Google published the design of BigTable in 2006.  Several other open source
 projects have implemented aspects of this design including [HBase][5], [Hypertable][6],
-and [Cassandra][7].  Accumulo began its development in 2008 and became an [Apache 
-Podling][8] in 2011.
-
-## Disclaimer
-Apache Accumulo is an effort undergoing incubation at The Apache Software Foundation (ASF), 
-sponsored by the Apache Incubator.  Incubation is required of all newly accepted projects 
-until a further review indicates that the infrastructure, communications, and decision 
-making process have stabilized in a manner consistent with other successful ASF projects. 
-While incubation status is not necessarily a reflection of the completeness or stability of 
-the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+and [Cassandra][7].  Accumulo began its development in 2008 and joined the [Apache community][8] in 2011.
 
 [1]: http://research.google.com/archive/bigtable.html "BigTable"
 [2]: http://hadoop.apache.org/                   "Hadoop"
@@ -44,4 +35,4 @@ the code, it does indicate that the proj
 [5]: http://hbase.apache.org                     "HBase"
 [6]: http://hypertable.org                       "Hypertable"
 [7]: http://cassandra.apache.org                 "Cassandra"
-[8]: http://incubator.apache.org/                "Apache Incubator"
\ No newline at end of file
+[8]: http://www.apache.org/                      "Apache Software Foundation"

Modified: accumulo/site/trunk/content/accumulo/mailing_list.mdtext
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/accumulo/mailing_list.mdtext?rev=1305481&r1=1305480&r2=1305481&view=diff
==============================================================================
--- accumulo/site/trunk/content/accumulo/mailing_list.mdtext (original)
+++ accumulo/site/trunk/content/accumulo/mailing_list.mdtext Mon Mar 26 18:17:32 2012
@@ -40,15 +40,15 @@ This list is for following svn commits.
   - [Unsubscribe][10]
   - [Archive][11]
 
-  [1]: mailto:accumulo-user-subscribe@incubator.apache.org
-  [2]: mailto:accumulo-user@incubator.apache.org
-  [3]: mailto:accumulo-user-unsubscribe@incubator.apache.org
-  [4]: http://mail-archives.apache.org/mod_mbox/incubator-accumulo-user
-  [5]: mailto:accumulo-dev-subscribe@incubator.apache.org
-  [6]: mailto:accumulo-dev@incubator.apache.org
-  [7]: mailto:accumulo-dev-unsubscribe@incubator.apache.org
-  [8]: http://mail-archives.apache.org/mod_mbox/incubator-accumulo-dev
-  [9]: mailto:accumulo-commits-subscribe@incubator.apache.org
-  [10]: mailto:accumulo-commits-unsubscribe@incubator.apache.org
-  [11]: http://mail-archives.apache.org/mod_mbox/incubator-accumulo-commits
+  [1]: mailto:user-subscribe@accumulo.apache.org
+  [2]: mailto:user@accumulo.apache.org
+  [3]: mailto:user-unsubscribe@accumulo.apache.org
+  [4]: http://mail-archives.apache.org/mod_mbox/accumulo-user
+  [5]: mailto:dev-subscribe@accumulo.apache.org
+  [6]: mailto:dev@accumulo.apache.org
+  [7]: mailto:dev-unsubscribe@accumulo.apache.org
+  [8]: http://mail-archives.apache.org/mod_mbox/accumulo-dev
+  [9]: mailto:commits-subscribe@accumulo.apache.org
+  [10]: mailto:commits-unsubscribe@accumulo.apache.org
+  [11]: http://mail-archives.apache.org/mod_mbox/accumulo-commits
 

Modified: accumulo/site/trunk/content/accumulo/screenshots.mdtext
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/accumulo/screenshots.mdtext?rev=1305481&r1=1305480&r2=1305481&view=diff
==============================================================================
--- accumulo/site/trunk/content/accumulo/screenshots.mdtext (original)
+++ accumulo/site/trunk/content/accumulo/screenshots.mdtext Mon Mar 26 18:17:32 2012
@@ -16,7 +16,7 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
-The following is a screenshot of the Accumulo monitor overview web page.  Accumulo was running on an eleven node cluster.  The continuous ingest test suite was running to generate load.  Ten continuous ingest clients were running.
+The following is a screenshot of the Apache Accumulo monitor overview web page.  Accumulo was running on an eleven node cluster.  The continuous ingest test suite was running to generate load.  Ten continuous ingest clients were running.
 
 <img src=/accumulo/images/overview2.png />
 

Modified: accumulo/site/trunk/content/accumulo/source.mdtext
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/accumulo/source.mdtext?rev=1305481&r1=1305480&r2=1305481&view=diff
==============================================================================
--- accumulo/site/trunk/content/accumulo/source.mdtext (original)
+++ accumulo/site/trunk/content/accumulo/source.mdtext Mon Mar 26 18:17:32 2012
@@ -18,7 +18,7 @@ Notice:    Licensed to the Apache Softwa
 
 ##  Source Code
 
-Accumulo source code is maintained using [Apache Subversion][subversion] version control 
+Apache Accumulo source code is maintained using [Apache Subversion][subversion] version control 
 ([browse][viewvc]|[checkout][svnloc]).  It builds with [Apache Maven][maven].
 
 ## Website
@@ -39,7 +39,7 @@ To build the code:
 
 For older branches, "mvn package && mvn assembly:single" may be required instead.
 
-This will create a file accumulo-*-incubating-SNAPSHOT-dist.tar.gz in the target directory.
+This will create a file accumulo-*-SNAPSHOT-dist.tar.gz in the target directory.
 
 ### Continuous Integration
 

Modified: accumulo/site/trunk/templates/sidenav.mdtext
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/templates/sidenav.mdtext?rev=1305481&r1=1305480&r2=1305481&view=diff
==============================================================================
--- accumulo/site/trunk/templates/sidenav.mdtext (original)
+++ accumulo/site/trunk/templates/sidenav.mdtext Mon Mar 26 18:17:32 2012
@@ -1,6 +1,5 @@
 # Project
  - [Home](/accumulo)
- - [Incubator page](http://incubator.apache.org/projects/accumulo.html)
  - [Downloads](/accumulo/downloads/downloads.html)
  - [Features](/accumulo/notable_features.html)
  - [License](http://www.apache.org/licenses/LICENSE-2.0)
@@ -24,5 +23,6 @@
  - [Glossary](/accumulo/glossary.html)
 # ASF links
   - [Apache Software Foundation](http://www.apache.org)
+  - [Sponsorship](http://www.apache.org/foundation/sponsorship.html)
+  - [Security](http://www.apache.org/security/)
   - [Thanks](http://www.apache.org/foundation/thanks.html)
-  - [Become a Sponsor](http://www.apache.org/foundation/sponsorship.html)

Modified: accumulo/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/templates/skeleton.html?rev=1305481&r1=1305480&r2=1305481&view=diff
==============================================================================
--- accumulo/site/trunk/templates/skeleton.html (original)
+++ accumulo/site/trunk/templates/skeleton.html Mon Mar 26 18:17:32 2012
@@ -45,7 +45,7 @@
   </div>
 
   <div id="bannertext">
-    <img id="logo" alt="Apache Accumulo (Incubating)" src="/accumulo/images/accumulo-logo.png"/>
+    <img id="logo" alt="Apache Accumulo" src="/accumulo/images/accumulo-logo.png"/>&trade;
   </div>
 
   <div id="content">
@@ -54,17 +54,19 @@
   </div>
 
   <div id="footer">
+    <a alt="Apache Software Foundation" href="http://www.apache.org">
+      <img id="asf-logo" alt="Apache Software Foundation" src="/accumulo/images/feather-small.gif"/ width="100">
+    </a>
     <div class="copyright">
       <p>
         Copyright &copy; 2011 The Apache Software Foundation, Licensed under
         the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br />
-        Apache and the Apache feather logos are trademarks of The Apache Software Foundation.
+        Apache Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
+        <br />
+        project logo are trademarks of The <a href="http://www.apache.org">Apache Software Foundation</a>.
       </p>
     </div> 
-    <a alt="Apache Incubator" href="http://incubator.apache.org">
-      <img id="asf-logo" alt="Apache Incubator" src="/accumulo/images/apache-incubator-logo.png" width="150"/>
-    </a>
 
   </div>