You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by gs...@apache.org on 2012/02/02 02:37:47 UTC

svn commit: r1239431 - in /incubator/bloodhound/site: apache_bloodhound_logo_houndOnly.png index.html

Author: gstein
Date: Thu Feb  2 01:37:47 2012
New Revision: 1239431

URL: http://svn.apache.org/viewvc?rev=1239431&view=rev
Log:
Add a snapshot of Joachim's draft website. Two changes made:

1) move the <link> instead of <head>
2) update href values to be relative to this file.

* site/index.html: updated with snapshot from Joachim's dropbox

* site/apache_bloodhound_logo_houndOnly.png: snapped from the dropbox

Added:
    incubator/bloodhound/site/apache_bloodhound_logo_houndOnly.png   (with props)
Modified:
    incubator/bloodhound/site/index.html

Added: incubator/bloodhound/site/apache_bloodhound_logo_houndOnly.png
URL: http://svn.apache.org/viewvc/incubator/bloodhound/site/apache_bloodhound_logo_houndOnly.png?rev=1239431&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/bloodhound/site/apache_bloodhound_logo_houndOnly.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/bloodhound/site/index.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/site/index.html?rev=1239431&r1=1239430&r2=1239431&view=diff
==============================================================================
--- incubator/bloodhound/site/index.html (original)
+++ incubator/bloodhound/site/index.html Thu Feb  2 01:37:47 2012
@@ -1,15 +1,34 @@
-<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xml:lang="en-US">
-
-<head profile="http://gmpg.org/xfn/11">
-	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-	<meta name="distribution" content="global" />
-	<meta name="language" content="en" />
-	<title>Apache Bloodhound (incubating) - Open source bug tracker</title>	
-</head>
-<body>
-  <div id="main">
-    <h1>Apache Bloodhound (Incubating)</h1>
-    <p>Welcome to Apache Bloodhound. More to follow...</p>
-  </div>
-</body>
+<html>
+	<head>
+		<title>Apache Bloodhound</title>
+		<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css" />
+	</head>
+	<body>
+	<div class="hero-unit" align="center">
+		<h1>Apache Bloodhound</h1>
+		<br />
+		<p><img src="apache_bloodhound_logo_houndOnly.png" alt="Bloodhound Logo" /></p>
+		<p>Tracks defects<br />
+		Manages software projects</p>
+	</div>
+	<div class="container">
+	<div class="row">
+	<div class="span4 span5 span6 offset3">
+	<div class="alert alert-info"><strong>2012-02-01</strong> - Bloodhound is currently being incubated by Apache.</div>
+		<p>Standing on the shoulders of <a href="http://trac.edgewall.org/">Trac</a>, Bloodhound is a project hosted by the Apache Foundation <a href="http://incubator.apache.org/">Incubator programme.</a> Currently it has three key aims:</p>
+		<ul class="unstyled">
+			<li><h2>Multiple Projects</h2>
+			Bloodhound will manage anything from your one pet project to dozens of commercial or open source projects, and scale seamlessly in-between. The built-in Wiki allows you to create proposals and store other information.</li>
+			<li><h2>Easy to install</h2>
+			Bloodhound will provide an installation process for Windows, Linux and Mac OS X. Everything you need to run Bloodhound with your favourite web server and database will be provided.</li>
+			<li><h2>User-friendly design</h2>
+			Bloodhound provides a consistent experience throughout. It will be obvious even to beginners how to carry out common tasks. A dashboard will provide an overview of work assigned to you, or watched by you.
+			</li>
+		</ul>
+		<br />
+		<p><a class="btn btn-primary" href="https://issues.apache.org/bloodhound/">Learn more &raquo;</a> In the Bloodhound Wiki.</p>
+	</div>
+	</div>
+	</div>
+	</body>
 </html>