forked from apache/druid
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move docs into a separate directory to better facilitate the separati…
…on that will exist. I think.
- Loading branch information
Showing
70 changed files
with
148 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,147 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>Druid | {{page.title}}</title> | ||
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" media="all" /> | ||
<link rel="stylesheet" type="text/css" href="css/bootstrap-responsive.css" media="all" /> | ||
<link rel="stylesheet" type="text/css" href="css/syntax.css" media="all" /> | ||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700,800' rel='stylesheet' type='text/css'> | ||
<link rel="stylesheet" type="text/css" href="/css/custom.css" media="all" /> | ||
<link rel="alternate" type="application/atom+xml" href="http://druid.io/feed"> | ||
<script src="http://code.jquery.com/jquery.js"></script> | ||
<script src="/js/bootstrap.min.js"></script> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
</head> | ||
<body> | ||
<div class="wrapper"> | ||
<header{% if page.id == 'home' %} class="index-head"{% endif %}> | ||
<div class="container custom"> | ||
<div class="row-fluid"> | ||
<div class="span12"> | ||
<div class="navbar navbar-inverse custom"> | ||
<div class="navbar-inner"> | ||
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="brand {% if page.id == 'home' %}active{% endif %}" href="/">Home</a> | ||
<div class="nav-collapse collapse"> | ||
<ul class="nav"> | ||
<li {% if page.sectionid == 'druid' %} class="active"{% endif %}> | ||
<a href="/druid.html">What is Druid?</a> | ||
</li> | ||
<li {% if page.sectionid == 'downloads' %} class="active"{% endif %}> | ||
<a href="/downloads.html">Downloads</a> | ||
</li> | ||
<li {% if page.sectionid == 'docs' %} class="active"{% endif %}> | ||
<a class="doc-link" target="_blank" href="https://github.com/metamx/druid/wiki">Documentation <span></span></a> | ||
</li> | ||
<li {% if page.sectionid == 'community' %} class="active"{% endif %}> | ||
<a href="/community.html">Community</a> | ||
</li> | ||
<li {% if page.sectionid == 'faq' %} class="active"{% endif %}> | ||
<a href="/faq.html">FAQ</a> | ||
</li> | ||
<li {% if page.sectionid == 'blog' %} class="active"{% endif %}> | ||
<a href="/blog">Blog</a> | ||
</li> | ||
<li class="pull-right"> | ||
<span>BETA</span> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
{% if page.id == 'home' %} | ||
<h3>Druid is open-source infrastructure for real²time exploratory analytics on large datasets.</h3> | ||
<button class="btn" type="button"><a href="downloads.html">Download</a></button> | ||
{% endif %} | ||
</div> | ||
</header> | ||
<div class="container custom main-cont"> | ||
|
||
{{ content }} | ||
|
||
</div> | ||
</div> | ||
<footer> | ||
<div class="container custom"> | ||
<div class="row-fluid"> | ||
<div class="span3"> | ||
<div class="contact-item"> | ||
<span>CONTACT US</span> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</div> | ||
<div class="contact-item"> | ||
<span>Metamarkets</span> | ||
625 2nd Street, Suite #230<br/> | ||
San Francisco, CA 94017 | ||
<div class="soc"> | ||
<a href="https://twitter.com/druidio"></a> | ||
<a href="https://github.com/metamx/druid" class="github"></a> | ||
<a href="http://www.meetup.com/Open-Druid/" class="meet"></a> | ||
<a href="http://druid.io/feed/" class="rss" target="_blank"></a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="span9"> | ||
<ul class="unstyled"> | ||
<li> | ||
<a href="/">DRUID</a> | ||
</li> | ||
<li> | ||
<a href="/druid.html">What is Druid?</a> | ||
</li> | ||
<li> | ||
<a href="/downloads.html">Downloads</a> | ||
</li> | ||
<li> | ||
<a target="_blank" href="https://github.com/metamx/druid/wiki">Documentation </a> | ||
</li> | ||
</ul> | ||
<ul class="unstyled"> | ||
<li> | ||
<a href="/community.html">SUPPORT</a> | ||
</li> | ||
<li> | ||
<a href="/community.html">Community</a> | ||
</li> | ||
<li> | ||
<a href="/faq.html">FAQ</a> | ||
</li> | ||
<li> | ||
<a href="/licensing.html">Licensing</a> | ||
</li> | ||
</ul> | ||
<ul class="unstyled"> | ||
<li> | ||
<a href="/blog">BLOG</a> | ||
</li> | ||
</ul> | ||
<div class="logo-block"> | ||
<span class="logo custom"> | ||
<a href="/"></a> | ||
</span> | ||
<p>is an open source project sponsored by<br/> Metamarkets.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
<script type="text/javascript"> | ||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); | ||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); | ||
</script> | ||
<script type="text/javascript"> | ||
try { | ||
var pageTracker = _gat._getTracker("UA-40280432-1"); | ||
pageTracker._trackPageview(); | ||
} catch(err) {} | ||
</script> | ||
</body> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.