You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hdt.apache.org by ad...@apache.org on 2013/01/15 17:49:17 UTC

git commit: markdown changes for navigation bar, and contributing page all with hadoop branding.

Updated Branches:
  refs/heads/master 46365137d -> 0a0744f64


markdown changes for navigation bar, and contributing page all with hadoop branding.


Project: http://git-wip-us.apache.org/repos/asf/incubator-hdt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hdt/commit/0a0744f6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hdt/tree/0a0744f6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hdt/diff/0a0744f6

Branch: refs/heads/master
Commit: 0a0744f645bad8b646bafb4f1261bdbf2ddce70a
Parents: 4636513
Author: Adam Berry <am...@yahoo-inc.com>
Authored: Tue Jan 15 10:48:07 2013 -0600
Committer: Adam Berry <am...@yahoo-inc.com>
Committed: Tue Jan 15 10:48:07 2013 -0600

----------------------------------------------------------------------
 site/content/hdt/css/hdt.css                 |  155 +++++++++++++++++++++
 site/content/hdt/get_involved.mdtext         |   35 +++++
 site/content/hdt/images/apache-incubator.png |  Bin 0 -> 4234 bytes
 site/content/hdt/images/hadoop-logo.jpg      |  Bin 0 -> 9443 bytes
 site/templates/sidenav.mdtext                |   11 ++
 5 files changed, 201 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/0a0744f6/site/content/hdt/css/hdt.css
----------------------------------------------------------------------
diff --git a/site/content/hdt/css/hdt.css b/site/content/hdt/css/hdt.css
new file mode 100644
index 0000000..c36748a
--- /dev/null
+++ b/site/content/hdt/css/hdt.css
@@ -0,0 +1,155 @@
+/*
+* 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 regarding copyright ownership.
+* The ASF licenses this file to You under the Apache License, Version 2.0
+* (the "License"); you may not use this file except in compliance with
+* the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+body {
+    color: white;
+    font-family: Verdana,Geneva,sans-serif;
+    font-size: 10pt;
+    margin: 0;
+}
+#banner {
+    margin-top: 0;
+    min-width: 850px;
+    padding: 10px;
+}
+#logo {
+    margin-left: 20px;
+    text-align: left;
+}
+#bannertext {
+    margin-top: 10px;
+    text-align: left;
+}
+.clear {
+    clear: both;
+}
+a {
+    color: #107EC0;
+}
+a:visited {
+    color: #107EC0;
+}
+a:hover {
+    background-color: #E6EBED;
+    color: #107EC0;
+}
+a img {
+    border: medium none;
+}
+h1, h2, h3, h4, h5, h6 {
+    border-bottom: 2px dashed #666666;
+    color: black;
+    text-transform: uppercase;
+}
+#content {
+    color: #333333;
+    margin: 0 150px 20px 220px;
+    padding: 0 8px 40px;
+}
+#content h1 {
+    font-size: 1.4em;
+    padding: 15px;
+}
+#content h2 {
+    border-bottom: 1px dashed #666666;
+    font-size: 1.2em;
+    margin-top: 2em;
+}
+#content h3, h4, h5, h6 {
+    border-bottom: medium none;
+    font-size: 1em;
+    margin-bottom: 0;
+}
+#content img {
+    vertical-align: middle;
+}
+.codehilite {
+    background-color: #FFFFFF;
+    border-radius: 10px 10px 10px 10px;
+    padding: 0.01em 1em;
+}
+#navigation {
+    -moz-border-bottom-colors: none;
+    -moz-border-image: none;
+    -moz-border-left-colors: none;
+    -moz-border-right-colors: none;
+    -moz-border-top-colors: none;
+    background: none repeat scroll 0 0 #F5F8FA;
+    border-color: #C0C0C0 #C0C0C0 #C0C0C0 -moz-use-text-color;
+    border-radius: 0 10px 10px 0;
+    border-style: solid solid solid none;
+    border-width: 1px 1px 1px medium;
+    color: #000033;
+    float: left;
+    font-size: 0.9em;
+    margin: 0 0 20px;
+    padding: 15px 15px 5px 25px;
+    width: 170px;
+}
+#navigation img {
+    display: block;
+    margin-left: auto;
+    margin-right: auto;
+}
+#navigation h1 {
+    border-bottom: 2px dashed #666666;
+    color: #000000;
+    font-size: 1em;
+    margin-bottom: 0;
+    margin-top: 0.8em;
+    padding: 0;
+}
+#navigation ul {
+    list-style: none outside none;
+    margin: 0;
+    padding: 0;
+}
+#navigation li {
+    border-bottom: 1px solid #CCCCCC;
+    margin: 0.2em 0;
+    padding: 0;
+}
+#navigation li a {
+    margin: 0;
+    text-decoration: none;
+}
+#navigation li a:hover {
+    background: none repeat scroll 0 0 transparent;
+    color: #193240;
+}
+#footer {
+    border-top: 1px solid #CCCCCC;
+    color: #666666;
+    font-size: 0.8em;
+    margin: 20px 150px 20px 250px;
+    padding: 0 8px;
+    text-align: center;
+}
+.copyright {
+    float: left;
+}
+#asf-logo {
+    float: left;
+    padding-top: 15px;
+}
+dd {
+}
+dl {
+}
+dt {
+    display: inline;
+    float: left;
+}

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/0a0744f6/site/content/hdt/get_involved.mdtext
----------------------------------------------------------------------
diff --git a/site/content/hdt/get_involved.mdtext b/site/content/hdt/get_involved.mdtext
new file mode 100644
index 0000000..33de2f7
--- /dev/null
+++ b/site/content/hdt/get_involved.mdtext
@@ -0,0 +1,35 @@
+Title: Getting involved with the Hadoop Development Tools
+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
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+
+Interested in the contributing to the project? The below resources will get you up and running.
+
+## Dev Discussion List ##
+
+[dev@hdt.incubator.apache.org](mailto:dev@hdt.incubator.apache.org "Mail the dev list") is where all of the discussion around the project takes place. You'll need to [subscribe](mailto:dev-subscribe@hdt.incubator.apache.org) first, but after that, welcome!
+
+## JIRA ##
+
+The issue tracking for the HDT is done in [JIRA](https://issues.apache.org/jira/browse/HDT). Found a bug? Got a feature idea? File it with us here.
+
+## Source ##
+
+We use git for our version control. To clone our repository so you can start looking around;
+
+	git clone https://git-wip-us.apache.org/repos/asf/incubator-hdt.git
+	
+Commit notifications are available by [subscribing](mailto:commits-subscribe@hdt.incubator.hdt.org) to commits@hdt.incubator.apache.org.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/0a0744f6/site/content/hdt/images/apache-incubator.png
----------------------------------------------------------------------
diff --git a/site/content/hdt/images/apache-incubator.png b/site/content/hdt/images/apache-incubator.png
new file mode 100644
index 0000000..81fb31e
Binary files /dev/null and b/site/content/hdt/images/apache-incubator.png differ

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/0a0744f6/site/content/hdt/images/hadoop-logo.jpg
----------------------------------------------------------------------
diff --git a/site/content/hdt/images/hadoop-logo.jpg b/site/content/hdt/images/hadoop-logo.jpg
new file mode 100644
index 0000000..809525d
Binary files /dev/null and b/site/content/hdt/images/hadoop-logo.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/0a0744f6/site/templates/sidenav.mdtext
----------------------------------------------------------------------
diff --git a/site/templates/sidenav.mdtext b/site/templates/sidenav.mdtext
new file mode 100644
index 0000000..10f0898
--- /dev/null
+++ b/site/templates/sidenav.mdtext
@@ -0,0 +1,11 @@
+#Project
+ - [Home](index.html)
+ - [Wiki](http://wiki.apache.org/hdt/FrontPage)
+
+#Get Involved
+ - [Overview](get_involved.html)
+ - [Issues](https://issues.apache.org/jira/browse/HDT)
+
+#Apache
+ - [Incubator](http://incubator.apache.org/)
+ - [Foundation](http://www.apache.org/)
\ No newline at end of file