blob: a855921d2a694a8b99769f365e093b76cab55129 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>{{ page.title }}</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="{{ site.url }}/style/main.css" />
<link rel="stylesheet" type="text/css" href="{{ site.url }}/style/page.css" />
<link rel="stylesheet" type="text/css" href="{{ site.url }}/style/toc.css" />
<link rel="stylesheet" type="text/css" href="{{ site.url }}/style/docs/code.css" />
<!-- Sidebar/ToC Scripts and CSS -->
<script src="{{ site.url }}/style/js/jquery/jquery-1.7.1.min.js"></script>
<script src="{{ site.url }}/style/js/jquery/jquery-ui-1.8.18.custom.min.js"></script>
<link rel="stylesheet" type="text/css" href="{{ site.url }}/style/js/jquery/smoothness/jquery-ui-1.8.18.custom.css" />
<!-- Clipboard support -->
<script src="{{ site.url }}/style/js/zeroclipboard/ZeroClipboard.js"></script>
<style type="text/css">
.clipboard_container { float: right; padding: 8px; }
.clipboard_button {
background-image: url("{{ site.url }}/style/icons/clipboard-green-normal.png");
background-size: 18px 21px;
width: 18px; height: 21px;
}
.clipboard_button.hover { background-image: url("{{ site.url }}/style/icons/clipboard-green-hover.png"); }
.clipboard_button.active { background-image: url("{{ site.url }}/style/icons/clipboard-green-click.png"); }'
</style>
<script type="text/javascript"> <!-- clipboard -->
ZeroClipboard.setMoviePath( '{{ site.url }}/style/js/zeroclipboard/ZeroClipboard.swf' );
</script>
<script type="text/javascript"> <!-- clipboard positioning -->
$(document).ready(function() {
$('<div class="clipboard_container" title="Copy to Clipboard">'+
'<div class="clipboard_button"/>'+
'</div>').insertBefore($('div.highlight'))
$('div.clipboard_container').each(function(index) {
var clipboard = new ZeroClipboard.Client();
clipboard.glue( $(this).find(":first")[0], $(this)[0] );
var target = $(this).next();
var txt = target.text().trim();
if (target.find('code.bash')) {
txt = txt.replace(/^[^%$]*[%$] /, "").replace(new RegExp('\n[^%$]*[%$] ','g'), "\n");
}
clipboard.setText(txt);
});
});
</script>
<script type="text/javascript"> <!-- search -->
$(function() {
$('#simple_google').submit(function() {
$('input[name="q"]').val("site:" + document.location.hostname + " " + $('input[name="qfront"]').val());
return true;
});
});
</script>
<script type="text/javascript"> <!-- analytics -->
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30530918-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="all">
<div id="page_header" class="page_row">
<table width="100%"><tr><td rowspan="2">
<div id="header_logo">
<a href = "/"><img height="68" width="220" border='0' src="{{ site.url }}/style/brooklyn-logo.png"/></a>
</div>
</td><td align="right" valign="top" width="100%">
<div id="top-right-quick-links">
<a href="{{site.url}}/meta/contact.html">Contact</a> &nbsp;|&nbsp;
<a href="{{site.url}}/start/download.html">Download</a> &nbsp;|&nbsp;
<a href="https://twitter.com/#!/search?q=brooklyncentral">Twitter</a>
</div>
</td></tr>
<tr><td valign="bottom">
</td></tr></table>
</div>
{% include topbar.html %}
<div class="page_row">
<div id="page_content">
{% include breadcrumbs.html %}
<h1 id="header_title">{{ page.title }}</h1>
<hr/>
{{ content }}
</div>
<div id="page_toc">
<!-- Sidebar -->
{% include sidebar.html %}
</div>
</div>
<div class="page_row"/>
<hr/>
<div id="page_footer" class="page_row">
<b>brooklyn is distributed under the Apache License v2.0.</b><br/>
brooklyn is a registered trademark of Cloudsoft Corporation.<br/>
&copy; 2012 Cloudsoft Corporation.
</div>
</div>
</body>
</html>