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/10 05:37:20 UTC

svn commit: r1431188 - in /incubator/hdt/site/trunk/content: css/ css/hdt.css get_involved.html images/ images/apache-incubator.png images/hadoop-logo.jpg index.html sitemap.html

Author: adamb
Date: Thu Jan 10 04:37:19 2013
New Revision: 1431188

URL: http://svn.apache.org/viewvc?rev=1431188&view=rev
Log:
added contributing page, branding and navigation bar

Added:
    incubator/hdt/site/trunk/content/css/
    incubator/hdt/site/trunk/content/css/hdt.css
    incubator/hdt/site/trunk/content/get_involved.html
    incubator/hdt/site/trunk/content/images/
    incubator/hdt/site/trunk/content/images/apache-incubator.png   (with props)
    incubator/hdt/site/trunk/content/images/hadoop-logo.jpg   (with props)
Modified:
    incubator/hdt/site/trunk/content/index.html
    incubator/hdt/site/trunk/content/sitemap.html

Added: incubator/hdt/site/trunk/content/css/hdt.css
URL: http://svn.apache.org/viewvc/incubator/hdt/site/trunk/content/css/hdt.css?rev=1431188&view=auto
==============================================================================
--- incubator/hdt/site/trunk/content/css/hdt.css (added)
+++ incubator/hdt/site/trunk/content/css/hdt.css Thu Jan 10 04:37:19 2013
@@ -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;
+}

Added: incubator/hdt/site/trunk/content/get_involved.html
URL: http://svn.apache.org/viewvc/incubator/hdt/site/trunk/content/get_involved.html?rev=1431188&view=auto
==============================================================================
--- incubator/hdt/site/trunk/content/get_involved.html (added)
+++ incubator/hdt/site/trunk/content/get_involved.html Thu Jan 10 04:37:19 2013
@@ -0,0 +1,63 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<html lang="en">
+	<head>
+		<title>
+			Getting involved with the Hadoop Development Tools
+		</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+		<meta property="og:image" content="http://www.apache.org/images/asf_logo.gif">
+		<link href="css/hdt.css" rel="stylesheet" type="text/css">
+		<link rel="alternate" href="" type="application/atom+xml" title="">
+		<base href="">
+	</head>
+	<body>
+		<p>
+			  <!-- 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 &quot;License&quot;); 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 &quot;AS IS&quot; 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. -->
+		</p>
+		<div id="banner">
+			&nbsp;
+		</div>
+		<div id="navigation">
+			<h1 id="project">Project</h1>
+<ul>
+<li><a href="index.html">Home</a></li>
+<li><a href="http://wiki.apache.org/hdt/FrontPage">Wiki</a></li>
+</ul>
+<h1 id="get-involved">Get Involved</h1>
+<ul>
+<li><a href="get_involved.html">Overview</a></li>
+<li><a href="https://issues.apache.org/jira/browse/HDT">Issues</a></li>
+</ul>
+<h1 id="apache">Apache</h1>
+<ul>
+<li><a href="http://incubator.apache.org/">Incubator</a></li>
+<li><a href="http://www.apache.org/">Foundation</a></li>
+</ul>
+		</div>
+		<div id="bannertext">
+			<img id="logo" alt="Apache Hadoop Development Tools" src="images/hadoop-logo.jpg" name="logo">™
+		</div>
+		<div id="content">
+			<h1 class="title">
+				Getting involved with the Hadoop Development Tools
+			</h1><p>Interested in the contributing to the project? The below resources will get you up and running.</p>
+<h2 id="dev-discussion-list">Dev Discussion List</h2>
+<p><a href="mailto:dev@hdt.incubator.apache.org" title="Mail the dev list">dev@hdt.incubator.apache.org</a> is where all of the discussion around the project takes place. You'll need to <a href="mailto:dev-subscribe@hdt.incubator.apache.org">subscribe</a> first, but after that, welcome!</p>
+<h2 id="jira">JIRA</h2>
+<p>The issue tracking for the HDT is done in <a href="https://issues.apache.org/jira/browse/HDT">JIRA</a>. Found a bug? Got a feature idea? File it with us here.</p>
+<h2 id="source">Source</h2>
+<p>We use git for our version control. To clone our repository so you can start looking around;</p>
+<div class="codehilite"><pre><span class="n">git</span> <span class="n">clone</span> <span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">git</span><span class="o">-</span><span class="n">wip</span><span class="o">-</span><span class="n">us</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="n">repos</span><span class="o">/</span><span class="n">asf</span><span class="o">/</span><span class="n">incubator</span><span class="o">-</span><span class="n">hdt</span><span class="p">.</span><span class="n">git</span>
+</pre></div>
+
+
+<p>Commit notifications are available by <a href="mailto:commits-subscribe@hdt.incubator.hdt.org">subscribing</a> to commits@hdt.incubator.apache.org.</p>
+		</div>
+		<div id="copyright" class="container_16">
+			<p>
+				Copyright © 2011 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br>
+				Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
+			</p>
+		</div>
+	</body>
+</html>

Added: incubator/hdt/site/trunk/content/images/apache-incubator.png
URL: http://svn.apache.org/viewvc/incubator/hdt/site/trunk/content/images/apache-incubator.png?rev=1431188&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/hdt/site/trunk/content/images/apache-incubator.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/hdt/site/trunk/content/images/hadoop-logo.jpg
URL: http://svn.apache.org/viewvc/incubator/hdt/site/trunk/content/images/hadoop-logo.jpg?rev=1431188&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/hdt/site/trunk/content/images/hadoop-logo.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/hdt/site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/incubator/hdt/site/trunk/content/index.html?rev=1431188&r1=1431187&r2=1431188&view=diff
==============================================================================
--- incubator/hdt/site/trunk/content/index.html (original)
+++ incubator/hdt/site/trunk/content/index.html Thu Jan 10 04:37:19 2013
@@ -1,9 +1,55 @@
-<html>
-<head><title>Welcome to Apache Incubator Hadoop Development Tools</title>
-</head>
-<body>
-<h1>Welcome to Apache Incubator Hadoop Development Tools</h1>
-<div id="content"><p>Tools to support developing applications that use Apache Hadoop from within Eclipse.</p>
-<p>This project is currently in the process of opening in the Apache Incubator, so check back for updates, or come join us <a href="mailto:dev-subscribe@hdt.incubator.apache.org" title="Send subscription email">dev@hdt.incubator.apache.org</a>.</p></div>
-</body>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<html lang="en">
+	<head>
+		<title>
+			Apache Hadoop Development Tools
+		</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+		<meta property="og:image" content="http://www.apache.org/images/asf_logo.gif">
+		<link href="css/hdt.css" rel="stylesheet" type="text/css">
+		<link rel="alternate" href="" type="application/atom+xml" title="">
+		<base href="">
+	</head>
+	<body>
+		<p>
+			  <!-- 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 &quot;License&quot;); 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 &quot;AS IS&quot; 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. -->
+		</p>
+		<div id="banner">
+			&nbsp;
+		</div>
+		<div id="navigation">
+			<h1 id="project">Project</h1>
+<ul>
+<li><a href="index.html">Home</a></li>
+<li><a href="http://wiki.apache.org/hdt/FrontPage">Wiki</a></li>
+</ul>
+<h1 id="get-involved">Get Involved</h1>
+<ul>
+<li><a href="get_involved.html">Overview</a></li>
+<li><a href="https://issues.apache.org/jira/browse/HDT">Issues</a></li>
+</ul>
+<h1 id="apache">Apache</h1>
+<ul>
+<li><a href="http://incubator.apache.org/">Incubator</a></li>
+<li><a href="http://www.apache.org/">Foundation</a></li>
+</ul>
+		</div>
+		<div id="bannertext">
+			<img id="logo" alt="Apache Hadoop Development Tools" src="images/hadoop-logo.jpg" name="logo">™
+		</div>
+		<div id="content">
+			<h1 class="title">
+				Apache Hadoop Development Tools
+			</h1><p>The Hadoop Development Tools (HDT) is a set of plugins for the Eclipse IDE for developing against the Hadoop platform.</p>
+<p>Currently we are in the process of porting the existing MapReduce tools from the Apache Hadoop project to allow working with multiple versions of Hadoop from within one IDE.</p>
+<p>Come <a href="get_involved.html">get involved</a> as we move towards our first release!</p>
+<p>This project is currently a member of the Apache Incubator, so check back for updates, or come join us <a href="mailto:dev-subscribe@hdt.incubator.apache.org" title="Send subscription email">dev@hdt.incubator.apache.org</a>.</p>
+		</div>
+		<div id="copyright" class="container_16">
+			<p>
+				Copyright © 2011 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br>
+				Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
+			</p>
+		</div>
+	</body>
 </html>

Modified: incubator/hdt/site/trunk/content/sitemap.html
URL: http://svn.apache.org/viewvc/incubator/hdt/site/trunk/content/sitemap.html?rev=1431188&r1=1431187&r2=1431188&view=diff
==============================================================================
--- incubator/hdt/site/trunk/content/sitemap.html (original)
+++ incubator/hdt/site/trunk/content/sitemap.html Thu Jan 10 04:37:19 2013
@@ -1,10 +1,54 @@
-<html>
-<head><title>Sitemap</title>
-</head>
-<body>
-<h1>Sitemap</h1>
-<div id="content"></div>
-</body>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<html lang="en">
+	<head>
+		<title>
+			Sitemap
+		</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+		<meta property="og:image" content="http://www.apache.org/images/asf_logo.gif">
+		<link href="css/hdt.css" rel="stylesheet" type="text/css">
+		<link rel="alternate" href="" type="application/atom+xml" title="">
+		<base href="">
+	</head>
+	<body>
+		<p>
+			  
+		</p>
+		<div id="banner">
+			&nbsp;
+		</div>
+		<div id="navigation">
+			<h1 id="project">Project</h1>
+<ul>
+<li><a href="index.html">Home</a></li>
+<li><a href="http://wiki.apache.org/hdt/FrontPage">Wiki</a></li>
+</ul>
+<h1 id="get-involved">Get Involved</h1>
+<ul>
+<li><a href="get_involved.html">Overview</a></li>
+<li><a href="https://issues.apache.org/jira/browse/HDT">Issues</a></li>
+</ul>
+<h1 id="apache">Apache</h1>
+<ul>
+<li><a href="http://incubator.apache.org/">Incubator</a></li>
+<li><a href="http://www.apache.org/">Foundation</a></li>
+</ul>
+		</div>
+		<div id="bannertext">
+			<img id="logo" alt="Apache Hadoop Development Tools" src="images/hadoop-logo.jpg" name="logo">™
+		</div>
+		<div id="content">
+			<h1 class="title">
+				Sitemap
+			</h1>
+		</div>
+		<div id="copyright" class="container_16">
+			<p>
+				Copyright © 2011 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br>
+				Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
+			</p>
+		</div>
+	</body>
 </html>