You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ph...@apache.org on 2017/12/01 18:00:15 UTC

[55/55] [abbrv] zookeeper git commit: Applied latest changes from website branch.

Applied latest changes from website branch.

Cleaned up the html/css formatting.
Added back the original page titles.


Project: http://git-wip-us.apache.org/repos/asf/zookeeper/repo
Commit: http://git-wip-us.apache.org/repos/asf/zookeeper/commit/8db723e5
Tree: http://git-wip-us.apache.org/repos/asf/zookeeper/tree/8db723e5
Diff: http://git-wip-us.apache.org/repos/asf/zookeeper/diff/8db723e5

Branch: refs/heads/asf-site
Commit: 8db723e53a4dff3cddeb2b93cf83e2991e627464
Parents: 20fce67
Author: Patrick Hunt <ph...@apache.org>
Authored: Thu Nov 30 11:34:28 2017 -0800
Committer: Patrick Hunt <ph...@apache.org>
Committed: Thu Nov 30 11:34:28 2017 -0800

----------------------------------------------------------------------
 content/bylaws.html           |  8 +-------
 content/credits.html          |  8 +-------
 content/css/site.css          | 16 +++++++++-------
 content/css/type-settings.css |  4 ++--
 content/git.html              |  8 +-------
 content/index.html            |  8 +-------
 content/irc.html              |  8 +-------
 content/lists.html            |  8 +-------
 content/privacy.html          |  8 +-------
 content/releases.html         |  8 +-------
 content/security.html         |  8 +-------
 11 files changed, 20 insertions(+), 72 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zookeeper/blob/8db723e5/content/bylaws.html
----------------------------------------------------------------------
diff --git a/content/bylaws.html b/content/bylaws.html
index 647a589..9c715dc 100644
--- a/content/bylaws.html
+++ b/content/bylaws.html
@@ -4,19 +4,13 @@
 	<link href="css/site.css" rel="stylesheet" type="text/css">
 	<link href="css/type-settings.css" rel="stylesheet" type="text/css">
 
-	<title>Apache ZooKeeper</title>
+	<title>Apache ZooKeeper - Project Bylaws</title>
 
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 
   <body>
     <div class="white_box">
-      <div class="header">
-        <div class="header_l">
-          <div class="header_r">
-          </div>
-        </div>
-      </div>
       <div class="content">
         <div class="content_l">
           <div class="content_r">

http://git-wip-us.apache.org/repos/asf/zookeeper/blob/8db723e5/content/credits.html
----------------------------------------------------------------------
diff --git a/content/credits.html b/content/credits.html
index b9e71cc..51db4ab 100644
--- a/content/credits.html
+++ b/content/credits.html
@@ -4,19 +4,13 @@
 	<link href="css/site.css" rel="stylesheet" type="text/css">
 	<link href="css/type-settings.css" rel="stylesheet" type="text/css">
 
-	<title>Apache ZooKeeper</title>
+	<title>Apache ZooKeeper - Credits</title>
 
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 
   <body>
     <div class="white_box">
-      <div class="header">
-        <div class="header_l">
-          <div class="header_r">
-          </div>
-        </div>
-      </div>
       <div class="content">
         <div class="content_l">
           <div class="content_r">

http://git-wip-us.apache.org/repos/asf/zookeeper/blob/8db723e5/content/css/site.css
----------------------------------------------------------------------
diff --git a/content/css/site.css b/content/css/site.css
index e2faf29..2381388 100644
--- a/content/css/site.css
+++ b/content/css/site.css
@@ -73,11 +73,13 @@ div#header_background{background: #294563; }
 /*  Top and Bottom Bar Styling */
 /* ====================================================== */
 div.top_red_bar {
-  background: transparent url("../images/top-red-bar.png") repeat 0pt; 
+//  background: transparent url("../images/top-red-bar.png") repeat 0pt; 
+  background: transparent repeat 0pt; 
   overflow: hidden;
 }
 div.bottom_red_bar {
-  background: transparent url("../images/bottom-red-bar.png") repeat 0pt; height: 11px;
+//  background: transparent url("../images/bottom-red-bar.png") repeat 0pt; height: 11px;
+  background: transparent repeat 0pt; height: 11px;
   overflow: hidden;
 }
 
@@ -90,7 +92,7 @@ div#searchbox {
     text-align: right;
     color: white;
     z-index:0;
-    background-image: url(images/rc-t-l-5-1header-2searchbox-3searchbox.png);
+//    background-image: url(images/rc-t-l-5-1header-2searchbox-3searchbox.png);
     background-repeat: no-repeat;
     background-position: top left;
     bottom: -1px; /* compensate for IE rendering issue */
@@ -153,9 +155,9 @@ div#site-quicklinks sup img {
 /* ====================================================== */
 /*  Navigation Styling */
 /* ====================================================== */
-div.navigation {background: #ffffff url("../images/right-box-left.png") repeat-y left 0pt; width:200px;}
-div.navigation_top {background: transparent url("../images/right-box-top.png") no-repeat left top;} 
-div.navigation_bottom {background: transparent url("../images/right-box-bottom.png") no-repeat left bottom;}
+div.navigation {background: #ffffff repeat-y left 0pt; width:200px;}
+div.navigation_top {background: transparent no-repeat left top;} 
+div.navigation_bottom {background: transparent no-repeat left bottom;}
 div.navigation_bottom {padding-left: 5px;padding-right:11px; padding-top:17px; padding-bottom:17px;}
 
 /* div.navigation {float:right;} */
@@ -194,7 +196,7 @@ div.navigation h3 a:link, div.navigation h3 a:visited, div.navigation h3 a:activ
 }
 
 Xdiv.navigation Xh3 {
-  background: url("../images/big-bullet.png") no-repeat 0pt;
+  background: no-repeat 0pt;
   background-position:left center;
   margin-left:15px;
   padding-left: 20px;

http://git-wip-us.apache.org/repos/asf/zookeeper/blob/8db723e5/content/css/type-settings.css
----------------------------------------------------------------------
diff --git a/content/css/type-settings.css b/content/css/type-settings.css
index b19dc9e..f090ddb 100644
--- a/content/css/type-settings.css
+++ b/content/css/type-settings.css
@@ -77,10 +77,10 @@ ul, ol {
 }
 
 ul li {
-list-style-image: url("../images/small-bullet-red.png");
+//list-style-image: url("../images/small-bullet-red.png");
 }
 ul li ul li{
-list-style-image: url("../images/small-bullet-gray.png");
+//list-style-image: url("../images/small-bullet-gray.png");
 }
 
 pre {

http://git-wip-us.apache.org/repos/asf/zookeeper/blob/8db723e5/content/git.html
----------------------------------------------------------------------
diff --git a/content/git.html b/content/git.html
index d3ccf0e..23063a6 100644
--- a/content/git.html
+++ b/content/git.html
@@ -4,19 +4,13 @@
 	<link href="css/site.css" rel="stylesheet" type="text/css">
 	<link href="css/type-settings.css" rel="stylesheet" type="text/css">
 
-	<title>Apache ZooKeeper</title>
+	<title>Apache ZooKeeper - Version Control</title>
 
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 
   <body>
     <div class="white_box">
-      <div class="header">
-        <div class="header_l">
-          <div class="header_r">
-          </div>
-        </div>
-      </div>
       <div class="content">
         <div class="content_l">
           <div class="content_r">

http://git-wip-us.apache.org/repos/asf/zookeeper/blob/8db723e5/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 7b82a92..03ee4ce 100644
--- a/content/index.html
+++ b/content/index.html
@@ -4,19 +4,13 @@
 	<link href="css/site.css" rel="stylesheet" type="text/css">
 	<link href="css/type-settings.css" rel="stylesheet" type="text/css">
 
-	<title>Apache ZooKeeper</title>
+	<title>Apache ZooKeeper - Home</title>
 
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 
   <body>
     <div class="white_box">
-      <div class="header">
-        <div class="header_l">
-          <div class="header_r">
-          </div>
-        </div>
-      </div>
       <div class="content">
         <div class="content_l">
           <div class="content_r">

http://git-wip-us.apache.org/repos/asf/zookeeper/blob/8db723e5/content/irc.html
----------------------------------------------------------------------
diff --git a/content/irc.html b/content/irc.html
index b0cb667..cd5f368 100644
--- a/content/irc.html
+++ b/content/irc.html
@@ -4,19 +4,13 @@
 	<link href="css/site.css" rel="stylesheet" type="text/css">
 	<link href="css/type-settings.css" rel="stylesheet" type="text/css">
 
-	<title>Apache ZooKeeper</title>
+	<title>Apache ZooKeeper - IRC</title>
 
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 
   <body>
     <div class="white_box">
-      <div class="header">
-        <div class="header_l">
-          <div class="header_r">
-          </div>
-        </div>
-      </div>
       <div class="content">
         <div class="content_l">
           <div class="content_r">

http://git-wip-us.apache.org/repos/asf/zookeeper/blob/8db723e5/content/lists.html
----------------------------------------------------------------------
diff --git a/content/lists.html b/content/lists.html
index 31e977c..33a4bde 100644
--- a/content/lists.html
+++ b/content/lists.html
@@ -4,19 +4,13 @@
 	<link href="css/site.css" rel="stylesheet" type="text/css">
 	<link href="css/type-settings.css" rel="stylesheet" type="text/css">
 
-	<title>Apache ZooKeeper</title>
+	<title>Apache ZooKeeper - Mailing Lists</title>
 
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 
   <body>
     <div class="white_box">
-      <div class="header">
-        <div class="header_l">
-          <div class="header_r">
-          </div>
-        </div>
-      </div>
       <div class="content">
         <div class="content_l">
           <div class="content_r">

http://git-wip-us.apache.org/repos/asf/zookeeper/blob/8db723e5/content/privacy.html
----------------------------------------------------------------------
diff --git a/content/privacy.html b/content/privacy.html
index f71a146..4623244 100644
--- a/content/privacy.html
+++ b/content/privacy.html
@@ -4,19 +4,13 @@
 	<link href="css/site.css" rel="stylesheet" type="text/css">
 	<link href="css/type-settings.css" rel="stylesheet" type="text/css">
 
-	<title>Apache ZooKeeper</title>
+	<title>Apache ZooKeeper - Privacy Policy</title>
 
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 
   <body>
     <div class="white_box">
-      <div class="header">
-        <div class="header_l">
-          <div class="header_r">
-          </div>
-        </div>
-      </div>
       <div class="content">
         <div class="content_l">
           <div class="content_r">

http://git-wip-us.apache.org/repos/asf/zookeeper/blob/8db723e5/content/releases.html
----------------------------------------------------------------------
diff --git a/content/releases.html b/content/releases.html
index 8e2d1b0..e28727e 100644
--- a/content/releases.html
+++ b/content/releases.html
@@ -4,19 +4,13 @@
 	<link href="css/site.css" rel="stylesheet" type="text/css">
 	<link href="css/type-settings.css" rel="stylesheet" type="text/css">
 
-	<title>Apache ZooKeeper</title>
+	<title>Apache ZooKeeper - Releases</title>
 
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 
   <body>
     <div class="white_box">
-      <div class="header">
-        <div class="header_l">
-          <div class="header_r">
-          </div>
-        </div>
-      </div>
       <div class="content">
         <div class="content_l">
           <div class="content_r">

http://git-wip-us.apache.org/repos/asf/zookeeper/blob/8db723e5/content/security.html
----------------------------------------------------------------------
diff --git a/content/security.html b/content/security.html
index 93b3246..8ed3f17 100644
--- a/content/security.html
+++ b/content/security.html
@@ -4,19 +4,13 @@
 	<link href="css/site.css" rel="stylesheet" type="text/css">
 	<link href="css/type-settings.css" rel="stylesheet" type="text/css">
 
-	<title>Apache ZooKeeper</title>
+	<title>Apache ZooKeeper - Security</title>
 
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 
   <body>
     <div class="white_box">
-      <div class="header">
-        <div class="header_l">
-          <div class="header_r">
-          </div>
-        </div>
-      </div>
       <div class="content">
         <div class="content_l">
           <div class="content_r">