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 Mon May 7 15:58:17 2012 @@ -1,6 +1,7 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!doctype html> <html> <head> + <meta charset="UTF-8"/> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -18,10 +19,10 @@ See the License for the specific language governing permissions and limitations under the License. --> - <link rel="shortcut icon" href="/images/RAVE-favicon.ico" type="image/x-icon" /> - <link href="/css/rave.css" rel="stylesheet" type="text/css"> + <link rel="shortcut icon" href="/images/RAVE-favicon.ico" type="image/x-icon"/> + <link rel="stylesheet" href="//www.google.com/cse/style/look/default.css"/> + <link href="/css/rave.css" rel="stylesheet"/> <title>Mailing Lists</title> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> @@ -30,6 +31,7 @@ </div> <div id="navigation"> + <div id="cse-search-form">Loading <!-- Placeholder for Google Search Form --></div> <h1 id="general">General</h1> <ul> <li><a href="/index.html">About</a></li> @@ -119,6 +121,17 @@ any changes to the Rave code and documen </p> </div> </div> - + <script src="//www.google.com/jsapi"></script> + <script> + google.load('search', '1', {language : 'en'}); + google.setOnLoadCallback(function() { + var customSearchOptions = {}; var customSearchControl = new google.search.CustomSearchControl( + '009412755592933514871:wrsgblows4o', customSearchOptions); + customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET); + var options = new google.search.DrawOptions(); + options.enableSearchboxOnly("http://www.google.com/cse?cx=009412755592933514871:wrsgblows4o"); + customSearchControl.draw('cse-search-form', options); + }, true); + </script> </body> </html>
Modified: websites/staging/rave/trunk/content/people.html ============================================================================== --- websites/staging/rave/trunk/content/people.html (original) +++ websites/staging/rave/trunk/content/people.html Mon May 7 15:58:17 2012 @@ -1,6 +1,7 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!doctype html> <html> <head> + <meta charset="UTF-8"/> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -18,10 +19,10 @@ See the License for the specific language governing permissions and limitations under the License. --> - <link rel="shortcut icon" href="/images/RAVE-favicon.ico" type="image/x-icon" /> - <link href="/css/rave.css" rel="stylesheet" type="text/css"> + <link rel="shortcut icon" href="/images/RAVE-favicon.ico" type="image/x-icon"/> + <link rel="stylesheet" href="//www.google.com/cse/style/look/default.css"/> + <link href="/css/rave.css" rel="stylesheet"/> <title>Some of our contributors</title> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> @@ -30,6 +31,7 @@ </div> <div id="navigation"> + <div id="cse-search-form">Loading <!-- Placeholder for Google Search Form --></div> <h1 id="general">General</h1> <ul> <li><a href="/index.html">About</a></li> @@ -98,6 +100,17 @@ to look at all contributors to our issue </p> </div> </div> - + <script src="//www.google.com/jsapi"></script> + <script> + google.load('search', '1', {language : 'en'}); + google.setOnLoadCallback(function() { + var customSearchOptions = {}; var customSearchControl = new google.search.CustomSearchControl( + '009412755592933514871:wrsgblows4o', customSearchOptions); + customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET); + var options = new google.search.DrawOptions(); + options.enableSearchboxOnly("http://www.google.com/cse?cx=009412755592933514871:wrsgblows4o"); + customSearchControl.draw('cse-search-form', options); + }, true); + </script> </body> </html> 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 Mon May 7 15:58:17 2012 @@ -1,6 +1,7 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!doctype html> <html> <head> + <meta charset="UTF-8"/> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -18,10 +19,10 @@ See the License for the specific language governing permissions and limitations under the License. --> - <link rel="shortcut icon" href="/images/RAVE-favicon.ico" type="image/x-icon" /> - <link href="/css/rave.css" rel="stylesheet" type="text/css"> + <link rel="shortcut icon" href="/images/RAVE-favicon.ico" type="image/x-icon"/> + <link rel="stylesheet" href="//www.google.com/cse/style/look/default.css"/> + <link href="/css/rave.css" rel="stylesheet"/> <title>Release Management</title> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> @@ -30,6 +31,7 @@ </div> <div id="navigation"> + <div id="cse-search-form">Loading <!-- Placeholder for Google Search Form --></div> <h1 id="general">General</h1> <ul> <li><a href="/index.html">About</a></li> @@ -85,6 +87,17 @@ </p> </div> </div> - + <script src="//www.google.com/jsapi"></script> + <script> + google.load('search', '1', {language : 'en'}); + google.setOnLoadCallback(function() { + var customSearchOptions = {}; var customSearchControl = new google.search.CustomSearchControl( + '009412755592933514871:wrsgblows4o', customSearchOptions); + customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET); + var options = new google.search.DrawOptions(); + options.enableSearchboxOnly("http://www.google.com/cse?cx=009412755592933514871:wrsgblows4o"); + customSearchControl.draw('cse-search-form', options); + }, true); + </script> </body> </html> 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 Mon May 7 15:58:17 2012 @@ -1,6 +1,7 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!doctype html> <html> <head> + <meta charset="UTF-8"/> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -18,10 +19,10 @@ See the License for the specific language governing permissions and limitations under the License. --> - <link rel="shortcut icon" href="/images/RAVE-favicon.ico" type="image/x-icon" /> - <link href="/css/rave.css" rel="stylesheet" type="text/css"> + <link rel="shortcut icon" href="/images/RAVE-favicon.ico" type="image/x-icon"/> + <link rel="stylesheet" href="//www.google.com/cse/style/look/default.css"/> + <link href="/css/rave.css" rel="stylesheet"/> <title>Release Process</title> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> @@ -30,6 +31,7 @@ </div> <div id="navigation"> + <div id="cse-search-form">Loading <!-- Placeholder for Google Search Form --></div> <h1 id="general">General</h1> <ul> <li><a href="/index.html">About</a></li> @@ -409,6 +411,17 @@ gpg: Signature made ...</p> </p> </div> </div> - + <script src="//www.google.com/jsapi"></script> + <script> + google.load('search', '1', {language : 'en'}); + google.setOnLoadCallback(function() { + var customSearchOptions = {}; var customSearchControl = new google.search.CustomSearchControl( + '009412755592933514871:wrsgblows4o', customSearchOptions); + customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET); + var options = new google.search.DrawOptions(); + options.enableSearchboxOnly("http://www.google.com/cse?cx=009412755592933514871:wrsgblows4o"); + customSearchControl.draw('cse-search-form', options); + }, true); + </script> </body> </html> 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 Mon May 7 15:58:17 2012 @@ -1,6 +1,7 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!doctype html> <html> <head> + <meta charset="UTF-8"/> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -18,10 +19,10 @@ See the License for the specific language governing permissions and limitations under the License. --> - <link rel="shortcut icon" href="/images/RAVE-favicon.ico" type="image/x-icon" /> - <link href="/css/rave.css" rel="stylesheet" type="text/css"> + <link rel="shortcut icon" href="/images/RAVE-favicon.ico" type="image/x-icon"/> + <link rel="stylesheet" href="//www.google.com/cse/style/look/default.css"/> + <link href="/css/rave.css" rel="stylesheet"/> <title>Release Setup</title> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> @@ -30,6 +31,7 @@ </div> <div id="navigation"> + <div id="cse-search-form">Loading <!-- Placeholder for Google Search Form --></div> <h1 id="general">General</h1> <ul> <li><a href="/index.html">About</a></li> @@ -167,6 +169,17 @@ </p> </div> </div> - + <script src="//www.google.com/jsapi"></script> + <script> + google.load('search', '1', {language : 'en'}); + google.setOnLoadCallback(function() { + var customSearchOptions = {}; var customSearchControl = new google.search.CustomSearchControl( + '009412755592933514871:wrsgblows4o', customSearchOptions); + customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET); + var options = new google.search.DrawOptions(); + options.enableSearchboxOnly("http://www.google.com/cse?cx=009412755592933514871:wrsgblows4o"); + customSearchControl.draw('cse-search-form', options); + }, true); + </script> </body> </html> Modified: websites/staging/rave/trunk/content/source.html ============================================================================== --- websites/staging/rave/trunk/content/source.html (original) +++ websites/staging/rave/trunk/content/source.html Mon May 7 15:58:17 2012 @@ -1,6 +1,7 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!doctype html> <html> <head> + <meta charset="UTF-8"/> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -18,10 +19,10 @@ See the License for the specific language governing permissions and limitations under the License. --> - <link rel="shortcut icon" href="/images/RAVE-favicon.ico" type="image/x-icon" /> - <link href="/css/rave.css" rel="stylesheet" type="text/css"> + <link rel="shortcut icon" href="/images/RAVE-favicon.ico" type="image/x-icon"/> + <link rel="stylesheet" href="//www.google.com/cse/style/look/default.css"/> + <link href="/css/rave.css" rel="stylesheet"/> <title>Getting Started</title> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> @@ -30,6 +31,7 @@ </div> <div id="navigation"> + <div id="cse-search-form">Loading <!-- Placeholder for Google Search Form --></div> <h1 id="general">General</h1> <ul> <li><a href="/index.html">About</a></li> @@ -149,6 +151,17 @@ needed on general and global level.</p> </p> </div> </div> - + <script src="//www.google.com/jsapi"></script> + <script> + google.load('search', '1', {language : 'en'}); + google.setOnLoadCallback(function() { + var customSearchOptions = {}; var customSearchControl = new google.search.CustomSearchControl( + '009412755592933514871:wrsgblows4o', customSearchOptions); + customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET); + var options = new google.search.DrawOptions(); + options.enableSearchboxOnly("http://www.google.com/cse?cx=009412755592933514871:wrsgblows4o"); + customSearchControl.draw('cse-search-form', options); + }, true); + </script> </body> </html>
