You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by bu...@apache.org on 2014/06/09 13:54:30 UTC

svn commit: r911954 [11/16] - in /websites/staging/nutch/trunk/content: ./ assets/ assets/css/ assets/ico/ assets/img/ assets/img/example-sites/ assets/img/examples/ assets/js/ assets/js/google-code-prettify/ assets/js/holder/ templates/ templates/pages/

Added: websites/staging/nutch/trunk/content/javadoc.html
==============================================================================
--- websites/staging/nutch/trunk/content/javadoc.html (added)
+++ websites/staging/nutch/trunk/content/javadoc.html Mon Jun  9 11:54:28 2014
@@ -0,0 +1,290 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- 
+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. 
+-->
+<html>
+<head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<meta charset="utf-8" />
+<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+<meta name="author" content="dev@Nutch.apache.org" />
+
+<META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+<META name="Description"
+	content="Apache Nutch -- " />
+<META name="Keywords" content="Apache Nutch Web Crawler" />
+<META name="Owner" content="dev@nutch.apache.org" />
+<META name="Robots" content="index, follow" />
+<META name="Security" content="Public" />
+<META name="Source" content="wiki template" />
+<META name="DC.Rights"
+	content="Copyright 2004-2014, The Apache Software Foundation" />
+
+<!-- The styles -->
+<link href="./resources/css/bootstrap.css" rel="stylesheet">
+<style type="text/css">
+body {
+	padding-top: 60px;
+	padding-bottom: 40px;
+}
+</style>
+<link href="./resources/css/bootstrap-responsive.css"
+	rel="stylesheet">
+<link href="./resources/css/Nutch.css" rel="stylesheet">
+
+<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
+<!--[if lt IE 9]>
+    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+  <![endif]-->
+
+<!-- Fav and touch icons -->
+<link rel="apple-touch-icon-precomposed" sizes="144x144"
+	href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
+<link rel="apple-touch-icon-precomposed" sizes="114x114"
+	href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
+<link rel="apple-touch-icon-precomposed" sizes="72x72"
+	href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
+<link rel="apple-touch-icon-precomposed"
+	href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
+<link rel="shortcut icon" href="./resources/img/feather-small.png">
+
+<title>Apache Nutch&trade;</title>
+</head>
+
+<body data-spy="scroll" data-target=".bs-docs-sidebar">
+	<!-- Navbar
+================================================== -->
+	<div class="navbar navbar-inverse navbar-fixed-top">
+		<div class="navbar-inner">
+			<!-- Responsive Navbar Part 1: Button for triggering responsive navbar (not covered in tutorial). Include responsive CSS to utilize. -->
+			<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>
+			<!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
+			<div class="nav-collapse collapse">
+				<ul class="nav">
+					<li><a href="./index.html">Home</a></li>
+					<li><a href="downloads.html">Downloads</a></li>
+					<li class="dropdown"><a href="#" class="dropdown-toggle"
+						data-toggle="dropdown">Community<b class="caret"></b></a>
+						<ul class="dropdown-menu">
+							<li><a
+								href="https://whimsy.apache.org/board/minutes/Nutch.html">Board
+									Reporting</a></li>
+							<li><a href="./bot.html">Robots Information</a></li>
+							<li><a href="./contribute.html">Contribute</a></li>
+							<li><a href="./mailing_lists.html">Mailing Lists</a></li>
+							<li><a href="./credits.html">People/Credits</a></li>
+							<li><a href="./http://www.cafepress.com/nutch">Buy Stuff</a></li>
+							<li class="divider"></li>
+							<li class="dropdown"><a href="#" class="dropdown-toggle"
+								data-toggle="dropdown">Related Projects<b class="caret"></b></a>
+								<ul class="dropdown-header">
+									<li><a href="http://lucene.apache.org">Apache Lucene</a></li>
+									<li><a href="http://Nutch.apache.org">Apache Nutch</a></li>
+									<li><a href="http://hadoop.apache.org">Apache Hadoop</a></li>
+									<li><a href="http://lucene.apache.org/solr">Apache Solr</a></li>
+									<li><a href="http://tika.apache.org">Apache Tika</a></li>
+								</ul>
+						</ul></li>
+					<li class="dropdown"><a href="#" class="dropdown-toggle"
+						data-toggle="dropdown">Documentation<b class="caret"></b></a>
+						<ul class="dropdown-menu">
+							<li><a href="./about.html">About</a></li>
+							<li><a href="http://wiki.apache.org/nutch/">Nutch Wiki</a></li>
+							<li><a href="./javadoc.html">JavaDoc Documentation</a></li>
+							<li><a href="http://wiki.apache.org/nutch/#Tutorials">Nutch Tutorials</a></li>
+						</ul></li>
+					<li class="dropdown"><a href="#" class="dropdown-toggle"
+						data-toggle="dropdown">Development<b class="caret"></b></a>
+						<ul class="dropdown-menu">
+							<li><a href="https://issues.apache.org/jira/browse/NUTCH/">Issue Tracker</a></li>
+							<li><a href="./mailing_lists.html">Mailing Lists</a></li>
+							<li><a href="https://builds.apache.org/view/M-R/view/Nutch/">Nightly
+									Builds</a></li>
+							<li><a href="https://issues.apache.org/jira/browse/NUTCH">Issue Tracker</a></li>
+						</ul></li>
+					<li class="dropdown"><a href="#" class="dropdown-toggle"
+						data-toggle="dropdown"> <img
+							src="./assets/img/feather-small.png" alt="Apache" title="Apache" />
+							<b class="caret"></b>
+					</a>
+						<ul class="dropdown-menu pull-right">
+							<li><a href="http://www.apache.org">Apache Home</a></li>
+							<li><a href="http://www.apache.org/licenses/">Apache
+									License</a></li>
+							<li><a href="http://www.apache.org/security/">Security</a></li>
+							<li><a
+								href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
+							<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+						</ul></li>
+				</ul>
+			</div>
+			<!--/.nav-collapse -->
+		</div>
+		<!-- /.navbar-inner -->
+	</div>
+	<!-- /.navbar -->
+
+	<hr>
+
+	<div class="container" id="Nutch_">
+
+		<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- 
+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. 
+-->
+
+<div class="codehilite"><pre><span class="o">&lt;</span>!<span class="o">--</span> <span class="n">Subhead</span>
+</pre></div>
+
+
+<p>================================================== --&gt;
+    <header class="jumbotron subhead" id="overview">
+        <div class="container">
+            <h1>Javadoc Documentation</h1>
+            <p class="lead">Past and present documentation at your finger
+                tips...</p>
+        </div>
+    </header></p>
+<div class="codehilite"><pre><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;container&quot;</span><span class="nt">&gt;</span>
+    <span class="c">&lt;!-- Typography ================================================== --&gt;</span>
+    <span class="nt">&lt;section</span> <span class="na">id=</span><span class="s">&quot;application&quot;</span><span class="nt">&gt;</span>
+        <span class="c">&lt;!-- div id=&quot;bodyColumn&quot; class=&quot;span9&quot;--&gt;</span>
+        <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;section&quot;</span><span class="nt">&gt;</span>
+            <span class="nt">&lt;section</span> <span class="na">id=</span><span class="s">&quot;application&quot;</span><span class="nt">&gt;</span>
+                <span class="c">&lt;!-- div id=&quot;bodyColumn&quot; class=&quot;span9&quot;--&gt;</span>
+                <span class="nt">&lt;p&gt;</span>It should ne noted that the 1.X branch is currently the Nutch trunk code base.<span class="nt">&lt;/p&gt;</span>
+                <span class="nt">&lt;p&gt;</span>Nutch 2.X is a different code base and uses different data structures. For more information
+                on the 2.X branch, we urge users to approach the <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">&quot;http://wiki.apache.org/nutch&quot;</span><span class="nt">&gt;</span>wiki documentation<span class="nt">&lt;/a&gt;</span>
+                .<span class="nt">&lt;/p&gt;</span>
+                <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;section&quot;</span><span class="nt">&gt;</span>
+                    <span class="nt">&lt;h2&gt;</span>Current Releases Javadoc<span class="nt">&lt;/h2&gt;</span>
+                    <span class="nt">&lt;ul&gt;</span>
+
+                        <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;./apidocs/apidocs-2.2.1/index.html&quot;</span><span class="nt">&gt;</span>2.2.1 (2.X Branch)<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                        <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;./apidocs/apidocs-1.8/index.html&quot;</span><span class="nt">&gt;</span>1.8 (1.X branch)<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                    <span class="nt">&lt;/ul&gt;</span>
+                <span class="nt">&lt;/div&gt;</span>
+            <span class="nt">&lt;/section&gt;</span>
+
+
+            <span class="nt">&lt;section</span> <span class="na">id=</span><span class="s">&quot;application&quot;</span><span class="nt">&gt;</span>
+                <span class="c">&lt;!-- div id=&quot;bodyColumn&quot; class=&quot;span9&quot;--&gt;</span>
+                <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;section&quot;</span><span class="nt">&gt;</span>
+                    <span class="nt">&lt;h2&gt;</span>Previous Releases Javadoc<span class="nt">&lt;/h2&gt;</span>
+                    <span class="nt">&lt;ul&gt;</span>
+
+                        <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;./apidocs/apidocs-2.2/index.html&quot;</span><span class="nt">&gt;</span>2.2<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                        <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;./apidocs/apidocs-2.1/index.html&quot;</span><span class="nt">&gt;</span>2.1<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                        <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;./apidocs/apidocs-2.0/index.html&quot;</span><span class="nt">&gt;</span>2.0<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                        <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;./apidocs/apidocs-1.7/index.html&quot;</span><span class="nt">&gt;</span>1.7<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                        <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;./apidocs/apidocs-1.6/index.html&quot;</span><span class="nt">&gt;</span>1.6<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                        <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;./apidocs/apidocs-1.5/index.html&quot;</span><span class="nt">&gt;</span>1.5<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                        <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;./apidocs/apidocs-1.4/index.html&quot;</span><span class="nt">&gt;</span>1.4<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                        <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;./apidocs/apidocs-1.3/index.html&quot;</span><span class="nt">&gt;</span>1.3<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                        <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;./apidocs/apidocs-1.2/index.html&quot;</span><span class="nt">&gt;</span>1.2<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                        <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;./apidocs/apidocs-1.1/index.html&quot;</span><span class="nt">&gt;</span>1.1<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                    <span class="nt">&lt;/ul&gt;</span>
+                <span class="nt">&lt;/div&gt;</span>
+            <span class="nt">&lt;/section&gt;</span>
+
+        <span class="nt">&lt;/div&gt;</span>
+
+    <span class="nt">&lt;/section&gt;</span>
+
+<span class="nt">&lt;/div&gt;</span>
+</pre></div></div>
+	<!-- /container (main block) -->
+
+	<hr>
+
+	<div class="container">
+		<footer>
+		<p class="pull-right">
+			<a href="#">Back to top</a>
+		</p>
+		<p>
+			Copyright © 2004-2014 The Apache Software Foundation. Licensed under
+			<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+				License 2.0</a>.
+		</p>
+		<p>Apache Nutch, Nutch, Apache, the Apache feather logo, and the
+			Apache Nutch project logo are trademarks of The Apache Software
+			Foundation.</p>
+		</footer>
+
+	</div>
+	<!-- /container -->
+
+	<!-- The javascript
+  ================================================== -->
+	<!-- Placed at the end of the document so the pages load faster -->
+	<script type="text/javascript"
+		src="http://platform.twitter.com/widgets.js"></script>
+	<script src="assets/js/jquery.js"></script>
+	<script src="assets/js/bootstrap-transition.js"></script>
+	<script src="assets/js/bootstrap-alert.js"></script>
+	<script src="assets/js/bootstrap-modal.js"></script>
+	<script src="assets/js/bootstrap-dropdown.js"></script>
+	<script src="assets/js/bootstrap-scrollspy.js"></script>
+	<script src="assets/js/bootstrap-tab.js"></script>
+	<script src="assets/js/bootstrap-tooltip.js"></script>
+	<script src="assets/js/bootstrap-popover.js"></script>
+	<script src="assets/js/bootstrap-button.js"></script>
+	<script src="assets/js/bootstrap-collapse.js"></script>
+	<script src="assets/js/bootstrap-carousel.js"></script>
+	<script src="assets/js/bootstrap-typeahead.js"></script>
+	<script src="assets/js/bootstrap-affix.js"></script>
+
+	<script src="assets/js/holder/holder.js"></script>
+	<script src="assets/js/google-code-prettify/prettify.js"></script>
+
+	<script src="assets/js/application.js"></script>
+
+</body>
+</html>

Added: websites/staging/nutch/trunk/content/mailing_lists.html
==============================================================================
--- websites/staging/nutch/trunk/content/mailing_lists.html (added)
+++ websites/staging/nutch/trunk/content/mailing_lists.html Mon Jun  9 11:54:28 2014
@@ -0,0 +1,404 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- 
+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. 
+-->
+<html>
+<head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<meta charset="utf-8" />
+<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+<meta name="author" content="dev@Nutch.apache.org" />
+
+<META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+<META name="Description"
+	content="Apache Nutch -- " />
+<META name="Keywords" content="Apache Nutch Web Crawler" />
+<META name="Owner" content="dev@nutch.apache.org" />
+<META name="Robots" content="index, follow" />
+<META name="Security" content="Public" />
+<META name="Source" content="wiki template" />
+<META name="DC.Rights"
+	content="Copyright 2004-2014, The Apache Software Foundation" />
+
+<!-- The styles -->
+<link href="./resources/css/bootstrap.css" rel="stylesheet">
+<style type="text/css">
+body {
+	padding-top: 60px;
+	padding-bottom: 40px;
+}
+</style>
+<link href="./resources/css/bootstrap-responsive.css"
+	rel="stylesheet">
+<link href="./resources/css/Nutch.css" rel="stylesheet">
+
+<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
+<!--[if lt IE 9]>
+    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+  <![endif]-->
+
+<!-- Fav and touch icons -->
+<link rel="apple-touch-icon-precomposed" sizes="144x144"
+	href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
+<link rel="apple-touch-icon-precomposed" sizes="114x114"
+	href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
+<link rel="apple-touch-icon-precomposed" sizes="72x72"
+	href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
+<link rel="apple-touch-icon-precomposed"
+	href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
+<link rel="shortcut icon" href="./resources/img/feather-small.png">
+
+<title>Apache Nutch&trade;</title>
+</head>
+
+<body data-spy="scroll" data-target=".bs-docs-sidebar">
+	<!-- Navbar
+================================================== -->
+	<div class="navbar navbar-inverse navbar-fixed-top">
+		<div class="navbar-inner">
+			<!-- Responsive Navbar Part 1: Button for triggering responsive navbar (not covered in tutorial). Include responsive CSS to utilize. -->
+			<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>
+			<!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
+			<div class="nav-collapse collapse">
+				<ul class="nav">
+					<li><a href="./index.html">Home</a></li>
+					<li><a href="downloads.html">Downloads</a></li>
+					<li class="dropdown"><a href="#" class="dropdown-toggle"
+						data-toggle="dropdown">Community<b class="caret"></b></a>
+						<ul class="dropdown-menu">
+							<li><a
+								href="https://whimsy.apache.org/board/minutes/Nutch.html">Board
+									Reporting</a></li>
+							<li><a href="./bot.html">Robots Information</a></li>
+							<li><a href="./contribute.html">Contribute</a></li>
+							<li><a href="./mailing_lists.html">Mailing Lists</a></li>
+							<li><a href="./credits.html">People/Credits</a></li>
+							<li><a href="./http://www.cafepress.com/nutch">Buy Stuff</a></li>
+							<li class="divider"></li>
+							<li class="dropdown"><a href="#" class="dropdown-toggle"
+								data-toggle="dropdown">Related Projects<b class="caret"></b></a>
+								<ul class="dropdown-header">
+									<li><a href="http://lucene.apache.org">Apache Lucene</a></li>
+									<li><a href="http://Nutch.apache.org">Apache Nutch</a></li>
+									<li><a href="http://hadoop.apache.org">Apache Hadoop</a></li>
+									<li><a href="http://lucene.apache.org/solr">Apache Solr</a></li>
+									<li><a href="http://tika.apache.org">Apache Tika</a></li>
+								</ul>
+						</ul></li>
+					<li class="dropdown"><a href="#" class="dropdown-toggle"
+						data-toggle="dropdown">Documentation<b class="caret"></b></a>
+						<ul class="dropdown-menu">
+							<li><a href="./about.html">About</a></li>
+							<li><a href="http://wiki.apache.org/nutch/">Nutch Wiki</a></li>
+							<li><a href="./javadoc.html">JavaDoc Documentation</a></li>
+							<li><a href="http://wiki.apache.org/nutch/#Tutorials">Nutch Tutorials</a></li>
+						</ul></li>
+					<li class="dropdown"><a href="#" class="dropdown-toggle"
+						data-toggle="dropdown">Development<b class="caret"></b></a>
+						<ul class="dropdown-menu">
+							<li><a href="https://issues.apache.org/jira/browse/NUTCH/">Issue Tracker</a></li>
+							<li><a href="./mailing_lists.html">Mailing Lists</a></li>
+							<li><a href="https://builds.apache.org/view/M-R/view/Nutch/">Nightly
+									Builds</a></li>
+							<li><a href="https://issues.apache.org/jira/browse/NUTCH">Issue Tracker</a></li>
+						</ul></li>
+					<li class="dropdown"><a href="#" class="dropdown-toggle"
+						data-toggle="dropdown"> <img
+							src="./assets/img/feather-small.png" alt="Apache" title="Apache" />
+							<b class="caret"></b>
+					</a>
+						<ul class="dropdown-menu pull-right">
+							<li><a href="http://www.apache.org">Apache Home</a></li>
+							<li><a href="http://www.apache.org/licenses/">Apache
+									License</a></li>
+							<li><a href="http://www.apache.org/security/">Security</a></li>
+							<li><a
+								href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
+							<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+						</ul></li>
+				</ul>
+			</div>
+			<!--/.nav-collapse -->
+		</div>
+		<!-- /.navbar-inner -->
+	</div>
+	<!-- /.navbar -->
+
+	<hr>
+
+	<div class="container" id="Nutch_">
+
+		<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- 
+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. 
+-->
+
+<div class="codehilite"><pre><span class="o">&lt;</span>!<span class="o">--</span> <span class="n">Subhead</span>
+</pre></div>
+
+
+<p>================================================== --&gt;
+    <header class="jumbotron subhead" id="overview">
+        <div class="container">
+            <h1>Nutch Mailing Lists</h1>
+            <p class="lead">Where all the actions happens...</p>
+        </div>
+    </header></p>
+<div class="codehilite"><pre><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;container&quot;</span><span class="nt">&gt;</span>
+    <span class="c">&lt;!-- Typography ================================================== --&gt;</span>
+    <span class="nt">&lt;section</span> <span class="na">id=</span><span class="s">&quot;application&quot;</span><span class="nt">&gt;</span>
+        <span class="c">&lt;!-- div id=&quot;bodyColumn&quot; class=&quot;span9&quot;--&gt;</span>
+        <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;section&quot;</span><span class="nt">&gt;</span>
+            <span class="nt">&lt;p&gt;</span>Ask questions, post your requests, hang out with project
+                committers, or sit back enjoy and watch an extremely vibrant
+                community at work.<span class="nt">&lt;/p&gt;</span>
+
+            <span class="nt">&lt;section</span> <span class="na">id=</span><span class="s">&quot;application&quot;</span><span class="nt">&gt;</span>
+                <span class="c">&lt;!-- div id=&quot;bodyColumn&quot; class=&quot;span9&quot;--&gt;</span>
+                <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;section&quot;</span><span class="nt">&gt;</span>
+                    <span class="nt">&lt;h2&gt;</span>Users List<span class="nt">&lt;/h2&gt;</span>
+                    <span class="nt">&lt;p&gt;</span>If you use Nutch, please subscribe to the Nutch user
+                        mailing list.<span class="nt">&lt;/p&gt;</span>
+                    <span class="nt">&lt;p&gt;</span>
+                        The Nutch user mailing list is : <span class="nt">&lt;a</span>
+                            <span class="na">href=</span><span class="s">&quot;mailto:user@nutch.apache.org&quot;</span><span class="nt">&gt;</span>user@nutch.apache.org<span class="nt">&lt;/a&gt;</span>.
+                    <span class="nt">&lt;/p&gt;</span>
+                    <span class="nt">&lt;ul&gt;</span>
+
+                        <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;mailto:user-subscribe@nutch.apache.org&quot;</span><span class="nt">&gt;</span>Subscribe
+                                to List<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                        <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;mailto:user-unsubscribe@nutch.apache.org&quot;</span><span class="nt">&gt;</span>Unsubscribe
+                                from List<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                        <span class="nt">&lt;li&gt;&lt;a</span>
+                            <span class="na">href=</span><span class="s">&quot;http://www.mail-archive.com/user%40nutch.apache.org/&quot;</span><span class="nt">&gt;</span>Search
+                                List Archive<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                        <span class="nt">&lt;li&gt;&lt;a</span>
+                            <span class="na">href=</span><span class="s">&quot;http://www.mail-archive.com/nutch-user%40lucene.apache.org/&quot;</span><span class="nt">&gt;</span>Search
+                                Old List Archive (nutch@lucene.apache.org)<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                        <span class="nt">&lt;li&gt;&lt;a</span>
+                            <span class="na">href=</span><span class="s">&quot;http://mail-archives.apache.org/mod_mbox/nutch-user/&quot;</span><span class="nt">&gt;</span>View
+                                List Archive<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                    <span class="nt">&lt;/ul&gt;</span>
+                    <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;note&quot;</span><span class="nt">&gt;</span>
+                        <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;label&quot;</span><span class="nt">&gt;</span>Note<span class="nt">&lt;/div&gt;</span>
+                        <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;content&quot;</span><span class="nt">&gt;</span>In order to post to the list, it is
+                            necessary to first subscribe to it.<span class="nt">&lt;/div&gt;</span>
+                    <span class="nt">&lt;/div&gt;</span>
+                <span class="nt">&lt;/div&gt;</span>
+            <span class="nt">&lt;/section&gt;</span>
+
+            <span class="nt">&lt;section</span> <span class="na">id=</span><span class="s">&quot;application&quot;</span><span class="nt">&gt;</span>
+                <span class="c">&lt;!-- div id=&quot;bodyColumn&quot; class=&quot;span9&quot;--&gt;</span>
+                <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;section&quot;</span><span class="nt">&gt;</span>
+                    <span class="nt">&lt;h2</span> <span class="na">class=</span><span class="s">&quot;h3&quot;</span><span class="nt">&gt;</span>Developers<span class="nt">&lt;/h2&gt;</span>
+                    <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;section&quot;</span><span class="nt">&gt;</span>
+                        <span class="nt">&lt;p&gt;</span>If you&#39;d like to contribute to Nutch, please subscribe to
+                            the Nutch developer mailing list.<span class="nt">&lt;/p&gt;</span>
+                        <span class="nt">&lt;p&gt;</span>
+                            The Nutch developer mailing list is : <span class="nt">&lt;a</span>
+                                <span class="na">href=</span><span class="s">&quot;mailto:dev@nutch.apache.org&quot;</span><span class="nt">&gt;</span>dev@nutch.apache.org<span class="nt">&lt;/a&gt;</span>.
+                        <span class="nt">&lt;/p&gt;</span>
+                        <span class="nt">&lt;ul&gt;</span>
+
+                            <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;mailto:dev-subscribe@nutch.apache.org&quot;</span><span class="nt">&gt;</span>Subscribe
+                                    to List<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                            <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;mailto:dev-unsubscribe@nutch.apache.org&quot;</span><span class="nt">&gt;</span>Unsubscribe
+                                    from List<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                            <span class="nt">&lt;li&gt;&lt;a</span>
+                                <span class="na">href=</span><span class="s">&quot;http://www.mail-archive.com/dev%40nutch.apache.org/&quot;</span><span class="nt">&gt;</span>Search
+                                    List Archive<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                            <span class="nt">&lt;li&gt;&lt;a</span>
+                                <span class="na">href=</span><span class="s">&quot;http://www.mail-archive.com/nutch-dev%40lucene.apache.org/&quot;</span><span class="nt">&gt;</span>Search
+                                    Old List Archive (nutch@lucene.apache.org)<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                            <span class="nt">&lt;li&gt;&lt;a</span>
+                                <span class="na">href=</span><span class="s">&quot;http://mail-archives.apache.org/mod_mbox/nutch-dev/&quot;</span><span class="nt">&gt;</span>View
+                                    List Archive<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                        <span class="nt">&lt;/ul&gt;</span>
+                        <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;note&quot;</span><span class="nt">&gt;</span>
+                            <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;label&quot;</span><span class="nt">&gt;</span>Note<span class="nt">&lt;/div&gt;</span>
+                            <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;content&quot;</span><span class="nt">&gt;</span>In order to post to the list, it is
+                                necessary to first subscribe to it.<span class="nt">&lt;/div&gt;</span>
+                        <span class="nt">&lt;/div&gt;</span>
+                    <span class="nt">&lt;/div&gt;</span>
+                <span class="nt">&lt;/div&gt;</span>
+            <span class="nt">&lt;/section&gt;</span>
+
+
+            <span class="nt">&lt;section</span> <span class="na">id=</span><span class="s">&quot;application&quot;</span><span class="nt">&gt;</span>
+                <span class="c">&lt;!-- div id=&quot;bodyColumn&quot; class=&quot;span9&quot;--&gt;</span>
+                <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;section&quot;</span><span class="nt">&gt;</span>
+                    <span class="nt">&lt;h2</span> <span class="na">class=</span><span class="s">&quot;h3&quot;</span><span class="nt">&gt;</span>Commits<span class="nt">&lt;/h2&gt;</span>
+                    <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;section&quot;</span><span class="nt">&gt;</span>
+                        <span class="nt">&lt;p&gt;</span>
+                            If you&#39;d like to see changes made in Nutch&#39;s <span class="nt">&lt;a</span>
+                                <span class="na">href=</span><span class="s">&quot;version_control.html&quot;</span><span class="nt">&gt;</span>version control system<span class="nt">&lt;/a&gt;</span> then
+                            subscribe to the Nutch commit mailing list.
+                        <span class="nt">&lt;/p&gt;</span>
+                        <span class="nt">&lt;ul&gt;</span>
+
+                            <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;mailto:commits-subscribe@nutch.apache.org&quot;</span><span class="nt">&gt;</span>Subscribe
+                                    to List<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                            <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;mailto:commits-unsubscribe@nutch.apache.org&quot;</span><span class="nt">&gt;</span>Unsubscribe
+                                    from List<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                            <span class="nt">&lt;li&gt;&lt;a</span>
+                                <span class="na">href=</span><span class="s">&quot;http://www.mail-archive.com/commits%40nutch.apache.org/&quot;</span><span class="nt">&gt;</span>Search
+                                    List Archive<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                            <span class="nt">&lt;li&gt;&lt;a</span>
+                                <span class="na">href=</span><span class="s">&quot;http://www.mail-archive.com/nutch-commits%40lucene.apache.org/&quot;</span><span class="nt">&gt;</span>Search
+                                    Old List Archive (nutch@lucene.apache.org)<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                            <span class="nt">&lt;li&gt;&lt;a</span>
+                                <span class="na">href=</span><span class="s">&quot;http://mail-archives.apache.org/mod_mbox/nutch-commits/&quot;</span><span class="nt">&gt;</span>View
+                                    List Archive<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                        <span class="nt">&lt;/ul&gt;</span>
+                        <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;note&quot;</span><span class="nt">&gt;</span>
+                            <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;label&quot;</span><span class="nt">&gt;</span>Note<span class="nt">&lt;/div&gt;</span>
+                            <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;content&quot;</span><span class="nt">&gt;</span>In order to post to the list, it is
+                                necessary to first subscribe to it.<span class="nt">&lt;/div&gt;</span>
+                        <span class="nt">&lt;/div&gt;</span>
+                    <span class="nt">&lt;/div&gt;</span>
+                <span class="nt">&lt;/div&gt;</span>
+            <span class="nt">&lt;/section&gt;</span>
+
+
+            <span class="nt">&lt;section</span> <span class="na">id=</span><span class="s">&quot;application&quot;</span><span class="nt">&gt;</span>
+                <span class="c">&lt;!-- div id=&quot;bodyColumn&quot; class=&quot;span9&quot;--&gt;</span>
+                <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;section&quot;</span><span class="nt">&gt;</span>
+                    <span class="nt">&lt;h2</span> <span class="na">class=</span><span class="s">&quot;h3&quot;</span><span class="nt">&gt;</span>Agents<span class="nt">&lt;/h2&gt;</span>
+                    <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;section&quot;</span><span class="nt">&gt;</span>
+                        <span class="nt">&lt;p&gt;</span>If you use Nutch to perform extensive crawls of sites that
+                            you do not control, please subscribe to the Nutch agent mailing
+                            list. This is where we encourage webmasters to post questions
+                            about the Nutch crawler.<span class="nt">&lt;/p&gt;</span>
+                        <span class="nt">&lt;p&gt;</span>
+                            The Nutch agent mailing list is : <span class="nt">&lt;a</span>
+                                <span class="na">href=</span><span class="s">&quot;mailto:agent@nutch.apache.org&quot;</span><span class="nt">&gt;</span>agent@nutch.apache.org<span class="nt">&lt;/a&gt;</span>.
+                        <span class="nt">&lt;/p&gt;</span>
+                        <span class="nt">&lt;ul&gt;</span>
+
+                            <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;mailto:agent-subscribe@nutch.apache.org&quot;</span><span class="nt">&gt;</span>Subscribe
+                                    to List<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                            <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">&quot;mailto:agent-unsubscribe@nutch.apache.org&quot;</span><span class="nt">&gt;</span>Unsubscribe
+                                    from List<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                            <span class="nt">&lt;li&gt;&lt;a</span>
+                                <span class="na">href=</span><span class="s">&quot;http://www.mail-archive.com/nutch-agent%40lucene.apache.org/&quot;</span><span class="nt">&gt;</span>Search
+                                    Old List Archive (nutch@lucene.apache.org)<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                            <span class="nt">&lt;li&gt;&lt;a</span>
+                                <span class="na">href=</span><span class="s">&quot;http://mail-archives.apache.org/mod_mbox/nutch-agent/&quot;</span><span class="nt">&gt;</span>View
+                                    List Archive<span class="nt">&lt;/a&gt;&lt;/li&gt;</span>
+
+                        <span class="nt">&lt;/ul&gt;</span>
+                        <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;note&quot;</span><span class="nt">&gt;</span>
+                            <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;label&quot;</span><span class="nt">&gt;</span>Note<span class="nt">&lt;/div&gt;</span>
+                            <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;content&quot;</span><span class="nt">&gt;</span>In order to post to the list, it is
+                                necessary to first subscribe to it.<span class="nt">&lt;/div&gt;</span>
+                        <span class="nt">&lt;/div&gt;</span>
+                    <span class="nt">&lt;/div&gt;</span>
+                <span class="nt">&lt;/div&gt;</span>
+            <span class="nt">&lt;/section&gt;</span>
+
+        <span class="nt">&lt;/div&gt;</span>
+    <span class="nt">&lt;/section&gt;</span>
+
+<span class="nt">&lt;/div&gt;</span>
+</pre></div></div>
+	<!-- /container (main block) -->
+
+	<hr>
+
+	<div class="container">
+		<footer>
+		<p class="pull-right">
+			<a href="#">Back to top</a>
+		</p>
+		<p>
+			Copyright © 2004-2014 The Apache Software Foundation. Licensed under
+			<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+				License 2.0</a>.
+		</p>
+		<p>Apache Nutch, Nutch, Apache, the Apache feather logo, and the
+			Apache Nutch project logo are trademarks of The Apache Software
+			Foundation.</p>
+		</footer>
+
+	</div>
+	<!-- /container -->
+
+	<!-- The javascript
+  ================================================== -->
+	<!-- Placed at the end of the document so the pages load faster -->
+	<script type="text/javascript"
+		src="http://platform.twitter.com/widgets.js"></script>
+	<script src="assets/js/jquery.js"></script>
+	<script src="assets/js/bootstrap-transition.js"></script>
+	<script src="assets/js/bootstrap-alert.js"></script>
+	<script src="assets/js/bootstrap-modal.js"></script>
+	<script src="assets/js/bootstrap-dropdown.js"></script>
+	<script src="assets/js/bootstrap-scrollspy.js"></script>
+	<script src="assets/js/bootstrap-tab.js"></script>
+	<script src="assets/js/bootstrap-tooltip.js"></script>
+	<script src="assets/js/bootstrap-popover.js"></script>
+	<script src="assets/js/bootstrap-button.js"></script>
+	<script src="assets/js/bootstrap-collapse.js"></script>
+	<script src="assets/js/bootstrap-carousel.js"></script>
+	<script src="assets/js/bootstrap-typeahead.js"></script>
+	<script src="assets/js/bootstrap-affix.js"></script>
+
+	<script src="assets/js/holder/holder.js"></script>
+	<script src="assets/js/google-code-prettify/prettify.js"></script>
+
+	<script src="assets/js/application.js"></script>
+
+</body>
+</html>

Added: websites/staging/nutch/trunk/content/templates/layout.mustache
==============================================================================
--- websites/staging/nutch/trunk/content/templates/layout.mustache (added)
+++ websites/staging/nutch/trunk/content/templates/layout.mustache Mon Jun  9 11:54:28 2014
@@ -0,0 +1,151 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>{{title}}</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <!-- Le styles -->
+    <link href="assets/css/bootstrap.css" rel="stylesheet">
+    <link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="assets/css/docs.css" rel="stylesheet">
+    <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
+
+    <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+    <!--[if lt IE 9]>
+      <script src="assets/js/html5shiv.js"></script>
+    <![endif]-->
+
+    <!-- Le fav and touch icons -->
+    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
+    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
+      <link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
+                    <link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
+                                   <link rel="shortcut icon" href="assets/ico/favicon.png">
+
+    {{#production}}
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-146052-10']);
+      _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>
+    {{/production}}
+  </head>
+
+  <body data-spy="scroll" data-target=".bs-docs-sidebar">
+
+    <!-- Navbar
+    ================================================== -->
+    <div class="navbar navbar-inverse navbar-fixed-top">
+      <div class="navbar-inner">
+        <div class="container">
+          <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" href="./index.html">Bootstrap</a>
+          <div class="nav-collapse collapse">
+            <ul class="nav">
+              <li class="{{index}}">
+                <a href="./index.html">{{_i}}Home{{/i}}</a>
+              </li>
+              <li class="{{getting-started}}">
+                <a href="./getting-started.html">{{_i}}Get started{{/i}}</a>
+              </li>
+              <li class="{{scaffolding}}">
+                <a href="./scaffolding.html">{{_i}}Scaffolding{{/i}}</a>
+              </li>
+              <li class="{{base-css}}">
+                <a href="./base-css.html">{{_i}}Base CSS{{/i}}</a>
+              </li>
+              <li class="{{components}}">
+                <a href="./components.html">{{_i}}Components{{/i}}</a>
+              </li>
+              <li class="{{javascript}}">
+                <a href="./javascript.html">{{_i}}JavaScript{{/i}}</a>
+              </li>
+              <li class="{{customize}}">
+                <a href="./customize.html">{{_i}}Customize{{/i}}</a>
+              </li>
+            </ul>
+          </div>
+        </div>
+      </div>
+    </div>
+
+{{>body}}
+
+
+
+    <!-- Footer
+    ================================================== -->
+    <footer class="footer">
+      <div class="container">
+        <p>{{_i}}Designed and built with all the love in the world by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.{{/i}}</p>
+        <p>{{_i}}Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.{{/i}}</p>
+        <p>{{_i}}<a href="http://glyphicons.com">Glyphicons Free</a> licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.{{/i}}</p>
+        <ul class="footer-links">
+          <li><a href="http://blog.getbootstrap.com">{{_i}}Blog{{/i}}</a></li>
+          <li class="muted">&middot;</li>
+          <li><a href="https://github.com/twitter/bootstrap/issues?state=open">{{_i}}Issues{{/i}}</a></li>
+          <li class="muted">&middot;</li>
+          <li><a href="https://github.com/twitter/bootstrap/blob/master/CHANGELOG.md">{{_i}}Changelog{{/i}}</a></li>
+        </ul>
+      </div>
+    </footer>
+
+
+
+    <!-- Le javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
+    <script src="assets/js/jquery.js"></script>
+    <script src="assets/js/bootstrap-transition.js"></script>
+    <script src="assets/js/bootstrap-alert.js"></script>
+    <script src="assets/js/bootstrap-modal.js"></script>
+    <script src="assets/js/bootstrap-dropdown.js"></script>
+    <script src="assets/js/bootstrap-scrollspy.js"></script>
+    <script src="assets/js/bootstrap-tab.js"></script>
+    <script src="assets/js/bootstrap-tooltip.js"></script>
+    <script src="assets/js/bootstrap-popover.js"></script>
+    <script src="assets/js/bootstrap-button.js"></script>
+    <script src="assets/js/bootstrap-collapse.js"></script>
+    <script src="assets/js/bootstrap-carousel.js"></script>
+    <script src="assets/js/bootstrap-typeahead.js"></script>
+    <script src="assets/js/bootstrap-affix.js"></script>
+
+    <script src="assets/js/holder/holder.js"></script>
+    <script src="assets/js/google-code-prettify/prettify.js"></script>
+
+    <script src="assets/js/application.js"></script>
+
+
+    {{#production}}
+    <!-- Analytics
+    ================================================== -->
+    <script>
+      var _gauges = _gauges || [];
+      (function() {
+        var t   = document.createElement('script');
+        t.type  = 'text/javascript';
+        t.async = true;
+        t.id    = 'gauges-tracker';
+        t.setAttribute('data-site-id', '4f0dc9fef5a1f55508000013');
+        t.src = '//secure.gaug.es/track.js';
+        var s = document.getElementsByTagName('script')[0];
+        s.parentNode.insertBefore(t, s);
+      })();
+    </script>
+    {{/production}}
+
+  </body>
+</html>