You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by bu...@apache.org on 2013/01/17 00:28:40 UTC

svn commit: r846938 - in /websites/staging/rave/trunk/content: ./ docs/governance/ docs/practices/ documentation/

Author: buildbot
Date: Wed Jan 16 23:28:39 2013
New Revision: 846938

Log:
Staging update by buildbot for rave

Modified:
    websites/staging/rave/trunk/content/   (props changed)
    websites/staging/rave/trunk/content/apachecon2011-meetup.html
    websites/staging/rave/trunk/content/docs/governance/consensusBuilding.html
    websites/staging/rave/trunk/content/docs/governance/lazyConsensus.html
    websites/staging/rave/trunk/content/docs/governance/voting.html
    websites/staging/rave/trunk/content/docs/practices/branching.html
    websites/staging/rave/trunk/content/documentation/add-page-template.html
    websites/staging/rave/trunk/content/documentation/admin-interface-preferences.html
    websites/staging/rave/trunk/content/documentation/admin-interface-users.html
    websites/staging/rave/trunk/content/documentation/admin-interface-widgets.html
    websites/staging/rave/trunk/content/documentation/admin-interface.html
    websites/staging/rave/trunk/content/documentation/application-containers.html
    websites/staging/rave/trunk/content/documentation/captcha-enabling.html
    websites/staging/rave/trunk/content/documentation/components.html
    websites/staging/rave/trunk/content/documentation/configure-database.html
    websites/staging/rave/trunk/content/documentation/configure-locked-domain.html
    websites/staging/rave/trunk/content/documentation/configure-ssl.html
    websites/staging/rave/trunk/content/documentation/custom-app-context.html
    websites/staging/rave/trunk/content/documentation/custom-gui.html
    websites/staging/rave/trunk/content/documentation/custom-widget-renderer.html
    websites/staging/rave/trunk/content/documentation/customizing.html
    websites/staging/rave/trunk/content/documentation/host-configuration.html
    websites/staging/rave/trunk/content/documentation/index.html
    websites/staging/rave/trunk/content/documentation/installing.html
    websites/staging/rave/trunk/content/documentation/ldap-authentication.html
    websites/staging/rave/trunk/content/documentation/manage-static-resources.html
    websites/staging/rave/trunk/content/documentation/model-permission-override.html
    websites/staging/rave/trunk/content/documentation/mongo-db.html
    websites/staging/rave/trunk/content/documentation/new-model-permission-impl.html
    websites/staging/rave/trunk/content/documentation/oauth-consumer.html
    websites/staging/rave/trunk/content/documentation/omdl-import-export.html
    websites/staging/rave/trunk/content/documentation/rave-extensions.html
    websites/staging/rave/trunk/content/documentation/script-manager.html
    websites/staging/rave/trunk/content/documentation/security-model-permission.html
    websites/staging/rave/trunk/content/documentation/sso-login.html
    websites/staging/rave/trunk/content/documentation/translate-portal.html
    websites/staging/rave/trunk/content/downloads.html
    websites/staging/rave/trunk/content/edit-website.html
    websites/staging/rave/trunk/content/get-involved.html
    websites/staging/rave/trunk/content/ide-settings-and-debugging.html
    websites/staging/rave/trunk/content/index.html
    websites/staging/rave/trunk/content/integration-tests.html
    websites/staging/rave/trunk/content/issue-management.html
    websites/staging/rave/trunk/content/license.html
    websites/staging/rave/trunk/content/mailing-lists.html
    websites/staging/rave/trunk/content/people.html
    websites/staging/rave/trunk/content/release-management.html
    websites/staging/rave/trunk/content/release-process.html
    websites/staging/rave/trunk/content/release-setup.html
    websites/staging/rave/trunk/content/source.html

Propchange: websites/staging/rave/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jan 16 23:28:39 2013
@@ -1 +1 @@
-1433996
+1434488

Modified: websites/staging/rave/trunk/content/apachecon2011-meetup.html
==============================================================================
--- websites/staging/rave/trunk/content/apachecon2011-meetup.html (original)
+++ websites/staging/rave/trunk/content/apachecon2011-meetup.html Wed Jan 16 23:28:39 2013
@@ -137,6 +137,18 @@ Room: Salon A</p>
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/docs/governance/consensusBuilding.html
==============================================================================
--- websites/staging/rave/trunk/content/docs/governance/consensusBuilding.html (original)
+++ websites/staging/rave/trunk/content/docs/governance/consensusBuilding.html Wed Jan 16 23:28:39 2013
@@ -142,6 +142,18 @@ the work under the <a href="/docs/govern
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/docs/governance/lazyConsensus.html
==============================================================================
--- websites/staging/rave/trunk/content/docs/governance/lazyConsensus.html (original)
+++ websites/staging/rave/trunk/content/docs/governance/lazyConsensus.html Wed Jan 16 23:28:39 2013
@@ -146,6 +146,18 @@ can take some time to get used to.</p>
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/docs/governance/voting.html
==============================================================================
--- websites/staging/rave/trunk/content/docs/governance/voting.html (original)
+++ websites/staging/rave/trunk/content/docs/governance/voting.html Wed Jan 16 23:28:39 2013
@@ -128,6 +128,18 @@ of action that you are willing and able 
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/docs/practices/branching.html
==============================================================================
--- websites/staging/rave/trunk/content/docs/practices/branching.html (original)
+++ websites/staging/rave/trunk/content/docs/practices/branching.html Wed Jan 16 23:28:39 2013
@@ -118,6 +118,18 @@
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/add-page-template.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/add-page-template.html (original)
+++ websites/staging/rave/trunk/content/documentation/add-page-template.html Wed Jan 16 23:28:39 2013
@@ -137,6 +137,18 @@
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/admin-interface-preferences.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/admin-interface-preferences.html (original)
+++ websites/staging/rave/trunk/content/documentation/admin-interface-preferences.html Wed Jan 16 23:28:39 2013
@@ -129,6 +129,18 @@ wro4j-maven-plugin at build time.</p>
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/admin-interface-users.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/admin-interface-users.html (original)
+++ websites/staging/rave/trunk/content/documentation/admin-interface-users.html Wed Jan 16 23:28:39 2013
@@ -123,6 +123,18 @@ through the admin interface.</p>
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/admin-interface-widgets.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/admin-interface-widgets.html (original)
+++ websites/staging/rave/trunk/content/documentation/admin-interface-widgets.html Wed Jan 16 23:28:39 2013
@@ -124,6 +124,18 @@
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/admin-interface.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/admin-interface.html (original)
+++ websites/staging/rave/trunk/content/documentation/admin-interface.html Wed Jan 16 23:28:39 2013
@@ -110,6 +110,18 @@ User <code>canonical</code> (password: <
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/application-containers.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/application-containers.html (original)
+++ websites/staging/rave/trunk/content/documentation/application-containers.html Wed Jan 16 23:28:39 2013
@@ -152,6 +152,18 @@ By default Jetty <a href="http://cargo.c
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/captcha-enabling.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/captcha-enabling.html (original)
+++ websites/staging/rave/trunk/content/documentation/captcha-enabling.html Wed Jan 16 23:28:39 2013
@@ -123,6 +123,18 @@ proper build testing. </p>
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/components.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/components.html (original)
+++ websites/staging/rave/trunk/content/documentation/components.html Wed Jan 16 23:28:39 2013
@@ -129,6 +129,18 @@ inside the war file.</p>
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/configure-database.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/configure-database.html (original)
+++ websites/staging/rave/trunk/content/documentation/configure-database.html Wed Jan 16 23:28:39 2013
@@ -744,6 +744,18 @@ OpenJPA can create the schema. With help
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/configure-locked-domain.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/configure-locked-domain.html (original)
+++ websites/staging/rave/trunk/content/documentation/configure-locked-domain.html Wed Jan 16 23:28:39 2013
@@ -200,6 +200,18 @@
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/configure-ssl.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/configure-ssl.html (original)
+++ websites/staging/rave/trunk/content/documentation/configure-ssl.html Wed Jan 16 23:28:39 2013
@@ -297,6 +297,18 @@ diff -r tomcat-vanilla\bin\startup.bat t
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/custom-app-context.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/custom-app-context.html (original)
+++ websites/staging/rave/trunk/content/documentation/custom-app-context.html Wed Jan 16 23:28:39 2013
@@ -130,6 +130,18 @@
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/custom-gui.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/custom-gui.html (original)
+++ websites/staging/rave/trunk/content/documentation/custom-gui.html Wed Jan 16 23:28:39 2013
@@ -125,6 +125,18 @@ This is described on the <a href="admin-
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/custom-widget-renderer.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/custom-widget-renderer.html (original)
+++ websites/staging/rave/trunk/content/documentation/custom-widget-renderer.html Wed Jan 16 23:28:39 2013
@@ -116,6 +116,18 @@
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/customizing.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/customizing.html (original)
+++ websites/staging/rave/trunk/content/documentation/customizing.html Wed Jan 16 23:28:39 2013
@@ -114,6 +114,18 @@
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/host-configuration.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/host-configuration.html (original)
+++ websites/staging/rave/trunk/content/documentation/host-configuration.html Wed Jan 16 23:28:39 2013
@@ -157,6 +157,18 @@
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/index.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/index.html (original)
+++ websites/staging/rave/trunk/content/documentation/index.html Wed Jan 16 23:28:39 2013
@@ -155,6 +155,18 @@
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/installing.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/installing.html (original)
+++ websites/staging/rave/trunk/content/documentation/installing.html Wed Jan 16 23:28:39 2013
@@ -146,6 +146,18 @@ and go to the Tomcat directory in the co
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/ldap-authentication.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/ldap-authentication.html (original)
+++ websites/staging/rave/trunk/content/documentation/ldap-authentication.html Wed Jan 16 23:28:39 2013
@@ -213,6 +213,18 @@ Add a a bean for the configuration of Ac
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/manage-static-resources.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/manage-static-resources.html (original)
+++ websites/staging/rave/trunk/content/documentation/manage-static-resources.html Wed Jan 16 23:28:39 2013
@@ -113,6 +113,18 @@
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/model-permission-override.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/model-permission-override.html (original)
+++ websites/staging/rave/trunk/content/documentation/model-permission-override.html Wed Jan 16 23:28:39 2013
@@ -124,6 +124,18 @@
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/mongo-db.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/mongo-db.html (original)
+++ websites/staging/rave/trunk/content/documentation/mongo-db.html Wed Jan 16 23:28:39 2013
@@ -170,6 +170,18 @@
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/new-model-permission-impl.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/new-model-permission-impl.html (original)
+++ websites/staging/rave/trunk/content/documentation/new-model-permission-impl.html Wed Jan 16 23:28:39 2013
@@ -121,6 +121,18 @@ RavePermissionEvaluator class on startup
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/oauth-consumer.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/oauth-consumer.html (original)
+++ websites/staging/rave/trunk/content/documentation/oauth-consumer.html Wed Jan 16 23:28:39 2013
@@ -151,6 +151,18 @@ your domain for OAuth Authentication. Yo
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/omdl-import-export.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/omdl-import-export.html (original)
+++ websites/staging/rave/trunk/content/documentation/omdl-import-export.html Wed Jan 16 23:28:39 2013
@@ -122,6 +122,18 @@ see the same page view as the original w
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/rave-extensions.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/rave-extensions.html (original)
+++ websites/staging/rave/trunk/content/documentation/rave-extensions.html Wed Jan 16 23:28:39 2013
@@ -169,6 +169,18 @@ You can also build this archetype from t
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/script-manager.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/script-manager.html (original)
+++ websites/staging/rave/trunk/content/documentation/script-manager.html Wed Jan 16 23:28:39 2013
@@ -117,6 +117,18 @@
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/security-model-permission.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/security-model-permission.html (original)
+++ websites/staging/rave/trunk/content/documentation/security-model-permission.html Wed Jan 16 23:28:39 2013
@@ -154,6 +154,18 @@
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/sso-login.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/sso-login.html (original)
+++ websites/staging/rave/trunk/content/documentation/sso-login.html Wed Jan 16 23:28:39 2013
@@ -213,6 +213,18 @@ With a different <a href="http://static.
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/documentation/translate-portal.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/translate-portal.html (original)
+++ websites/staging/rave/trunk/content/documentation/translate-portal.html Wed Jan 16 23:28:39 2013
@@ -118,6 +118,18 @@ You will see the French translations in 
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/downloads.html
==============================================================================
--- websites/staging/rave/trunk/content/downloads.html (original)
+++ websites/staging/rave/trunk/content/downloads.html Wed Jan 16 23:28:39 2013
@@ -314,6 +314,18 @@
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/edit-website.html
==============================================================================
--- websites/staging/rave/trunk/content/edit-website.html (original)
+++ websites/staging/rave/trunk/content/edit-website.html Wed Jan 16 23:28:39 2013
@@ -186,6 +186,18 @@ modifications into production. For this 
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/get-involved.html
==============================================================================
--- websites/staging/rave/trunk/content/get-involved.html (original)
+++ websites/staging/rave/trunk/content/get-involved.html Wed Jan 16 23:28:39 2013
@@ -165,6 +165,18 @@ the top level Apache Rave directory, whe
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/ide-settings-and-debugging.html
==============================================================================
--- websites/staging/rave/trunk/content/ide-settings-and-debugging.html (original)
+++ websites/staging/rave/trunk/content/ide-settings-and-debugging.html Wed Jan 16 23:28:39 2013
@@ -216,6 +216,18 @@ and then (re)import the Apache Rave proj
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/index.html
==============================================================================
--- websites/staging/rave/trunk/content/index.html (original)
+++ websites/staging/rave/trunk/content/index.html Wed Jan 16 23:28:39 2013
@@ -162,6 +162,18 @@ includes integrating and providing other
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/integration-tests.html
==============================================================================
--- websites/staging/rave/trunk/content/integration-tests.html (original)
+++ websites/staging/rave/trunk/content/integration-tests.html Wed Jan 16 23:28:39 2013
@@ -132,6 +132,18 @@ your IDE.</p>
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/issue-management.html
==============================================================================
--- websites/staging/rave/trunk/content/issue-management.html (original)
+++ websites/staging/rave/trunk/content/issue-management.html Wed Jan 16 23:28:39 2013
@@ -151,6 +151,18 @@
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/license.html
==============================================================================
--- websites/staging/rave/trunk/content/license.html (original)
+++ websites/staging/rave/trunk/content/license.html Wed Jan 16 23:28:39 2013
@@ -281,6 +281,18 @@ identification within third-party archiv
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/mailing-lists.html
==============================================================================
--- websites/staging/rave/trunk/content/mailing-lists.html (original)
+++ websites/staging/rave/trunk/content/mailing-lists.html Wed Jan 16 23:28:39 2013
@@ -146,6 +146,18 @@ any changes to the Rave code and documen
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/people.html
==============================================================================
--- websites/staging/rave/trunk/content/people.html (original)
+++ websites/staging/rave/trunk/content/people.html Wed Jan 16 23:28:39 2013
@@ -89,28 +89,157 @@
           <p>Apache Rave is a community developed project. The list below
 is a partial list of contributors to the project, for a complete list you'd have
 to look at all contributors to our issue tracker, mailing list and version control.</p>
-<ul>
-<li>Tony Carlucci</li>
-<li>Jesse Ciancetta</li>
-<li>Ate Douma</li>
-<li><a href="http://twitter.com/mattfranklin">Matt Franklin</a></li>
-<li><a href="http://twitter.com/rgardler">Ross Gardler</a></li>
-<li>Zhenhua (Gerald) Guo</li>
-<li><a href="http://twitter.com/jashaj">Jasha Joachimsthal</a></li>
-<li>Woonsan Ko</li>
-<li><a href="http://people.apache.org/~smarru">Suresh Marru</a></li>
-<li><a href="http://twitter.com/marpierc">Marlon Pierce</a></li>
-<li><a href="http://twitter.com/ramansingh">Raminderjeet Singh</a></li>
-<li><a href="http://twitter.com/sandervdwaal">Sander van der Waal</a></li>
-<li>Sean Cooper</li>
-<li>Venkat Mahadevan</li>
-<li><a href="http://linkedin.com/in/asgoyal87">Ankur Goyal</a></li>
-<li>Chris Geer</li>
-<li>Stan Drozdetski</li>
-<li>Kristen Legacy</li>
-<li><a href="http://twitter.com/scottbw">Scott Wilson</a></li>
-<li>Paul Sharples</li>
-</ul>
+<table>
+<thead>
+<tr>
+<th>Apache ID</th>
+<th>Name</th>
+<th>Follow</th>
+<th>Role(s)</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>asgoyal</td>
+<td>Ankur Goyal</td>
+<td>twitter: <a href="http://linkedin.com/in/asgoyal87">@asgoyal87</a></td>
+<td>PMC Member, Committer</td>
+</tr>
+<tr>
+<td>ate</td>
+<td>Ate Douma</td>
+<td>twitter: <a href="http://twitter.com/atedouma">@atedouma</a></td>
+<td>PMC Member, Committer, Release Manager</td>
+</tr>
+<tr>
+<td>carlucci</td>
+<td>Tony Carlucci</td>
+<td></td>
+<td>PMC Member, Committer</td>
+</tr>
+<tr>
+<td>cgeer</td>
+<td>Chris Geer</td>
+<td></td>
+<td>PMC Member, Committer</td>
+</tr>
+<tr>
+<td>jasha</td>
+<td>Jasha Joachimsthal</td>
+<td>twitter: <a href="http://twitter.com/jashaj">@jashaj</a></td>
+<td>PMC Member, Committer, ReleaseManager</td>
+</tr>
+<tr>
+<td>jcian</td>
+<td>Jesse Ciancetta</td>
+<td></td>
+<td>PMC Member, Committer</td>
+</tr>
+<tr>
+<td>klegacy</td>
+<td>Kristen Legacy</td>
+<td></td>
+<td>PMC Member, Committer</td>
+</tr>
+<tr>
+<td>mfranklin</td>
+<td>Matt Franklin</td>
+<td>twitter: <a href="http://twitter.com/mattfranklin">@mattfranklin</a></td>
+<td>PMC Member, Committer, Release Manager</td>
+</tr>
+<tr>
+<td>mpierce</td>
+<td>Marlon Pierce</td>
+<td>twitter: <a href="http://twitter.com/marpierc">@marpierc</a></td>
+<td>PMC Member, Committer</td>
+</tr>
+<tr>
+<td>psharples</td>
+<td>Paul Sharples</td>
+<td></td>
+<td>PMC Member, Committer</td>
+</tr>
+<tr>
+<td>raminder</td>
+<td>Raminderjeet Singh</td>
+<td>twitter: <a href="http://twitter.com/ramansingh">@ramansingh</a></td>
+<td>PMC Member, Committer, Release Manager</td>
+</tr>
+<tr>
+<td>rgardler</td>
+<td>Ross Gardler</td>
+<td>twitter: <a href="http://twitter.com/rgardler">@rgardler</a></td>
+<td>PMC Member, Committer</td>
+</tr>
+<tr>
+<td>scottbw</td>
+<td>Scott Wilson</td>
+<td>twitter: <a href="http://twitter.com/scottbw">@scottbw</a></td>
+<td>PMC Member, Committer</td>
+</tr>
+<tr>
+<td>sdrozdet</td>
+<td>Stan Drozdetski</td>
+<td></td>
+<td>PMC Member, Committer</td>
+</tr>
+<tr>
+<td>secooper</td>
+<td>Sean Cooper</td>
+<td></td>
+<td>PMC Member, Committer</td>
+</tr>
+<tr>
+<td>smarru</td>
+<td>Suresh Marru</td>
+<td>web: <a href="http://people.apache.org/~smarru">~smarru</a></td>
+<td>PMC Member, Committer</td>
+</tr>
+<tr>
+<td>svanderwaal</td>
+<td>Sander van der Waal</td>
+<td>twitter: <a href="http://twitter.com/sandervdwaal">@sandervdwaal</a></td>
+<td>PMC Member, Committer</td>
+</tr>
+<tr>
+<td>venkatm</td>
+<td>Venkat Mahadevan</td>
+<td></td>
+<td>PMC Member, Committer</td>
+</tr>
+<tr>
+<td>woonsan</td>
+<td>Woonsan Ko</td>
+<td></td>
+<td>PMC Member, Committer</td>
+</tr>
+<tr>
+<td>zhguo</td>
+<td>Zhenhua (Gerald) Guo</td>
+<td></td>
+<td>PMC Member, Committer</td>
+</tr>
+</tbody>
+</table>
+<h3 id="emeritus-contributors"><a href="http://www.apache.org/foundation/glossary.html#Emeritus">Emeritus</a> Contributors</h3>
+<table>
+<thead>
+<tr>
+<th>Apache ID</th>
+<th>Name</th>
+<th>Follow</th>
+<th>Role(s)</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>hadrian</td>
+<td>Hadrian Zbarcea</td>
+<td></td>
+<td>PMC Member, Committer</td>
+</tr>
+</tbody>
+</table>
         </article>
     </section>
   </div>
@@ -130,6 +259,18 @@ to look at all contributors to our issue
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/release-management.html
==============================================================================
--- websites/staging/rave/trunk/content/release-management.html (original)
+++ websites/staging/rave/trunk/content/release-management.html Wed Jan 16 23:28:39 2013
@@ -112,6 +112,18 @@
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/release-process.html
==============================================================================
--- websites/staging/rave/trunk/content/release-process.html (original)
+++ websites/staging/rave/trunk/content/release-process.html Wed Jan 16 23:28:39 2013
@@ -424,6 +424,18 @@ gpg: Signature made ...</p>
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/release-setup.html
==============================================================================
--- websites/staging/rave/trunk/content/release-setup.html (original)
+++ websites/staging/rave/trunk/content/release-setup.html Wed Jan 16 23:28:39 2013
@@ -194,6 +194,18 @@
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(

Modified: websites/staging/rave/trunk/content/source.html
==============================================================================
--- websites/staging/rave/trunk/content/source.html (original)
+++ websites/staging/rave/trunk/content/source.html Wed Jan 16 23:28:39 2013
@@ -189,6 +189,18 @@ needed on general and global level.</p>
   <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
   <script src="//www.google.com/jsapi"></script>
   <script>
+	function init() {
+	  var tables=document.getElementsByTagName("table");
+	  for(var i=0; i<tables.length; i++) {
+	   tables[i].className += "table table-striped";
+	  }
+	}
+
+	if (window.addEventListener) {
+	   window.addEventListener('load', init, false)
+	} else if (window.attachEvent) {
+	   window.attachEvent('onload', init);
+    }
     google.load('search', '1', {language : 'en'});
     google.setOnLoadCallback(function() {
       var customSearchOptions = {};  var customSearchControl = new google.search.CustomSearchControl(