You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@htrace.apache.org by st...@apache.org on 2014/12/16 22:12:31 UTC

svn commit: r1646080 [9/10] - in /incubator/htrace/site/publish: ./ css/ htrace-core/ htrace-core/css/ htrace-core/images/ htrace-core/img/ htrace-core/js/ htrace-hbase/ htrace-hbase/css/ htrace-hbase/images/ htrace-hbase/img/ htrace-hbase/js/ htrace-z...

Modified: incubator/htrace/site/publish/index.html
URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/index.html?rev=1646080&r1=1646079&r2=1646080&view=diff
==============================================================================
--- incubator/htrace/site/publish/index.html (original)
+++ incubator/htrace/site/publish/index.html Tue Dec 16 21:12:30 2014
@@ -1,9 +1,328 @@
-<!DOCTYPE HTML>
-<html lang="en-US">
-  <head>
-    <meta http-equiv="refresh" content="0; url=http://incubator.apache.org/projects/htrace.html">
-  </head>
-  <body>
-    Apache HTrace (incubating) website coming soon, please see <a href='http://incubator.apache.org/projects/htrace.html'>Our status page</a> for details.
-  </body>
+
+<!DOCTYPE html>
+<!--
+ Generated by Apache Maven Doxia at 2014-12-16
+ Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
+-->
+<html  xml:lang="en" lang="en">
+
+	<head>
+		<meta charset="UTF-8" />
+		<title>Apache HTrace - API</title>
+		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+		<meta name="description" content="" />
+		<meta http-equiv="content-language" content="en" />
+
+		<link href="http://netdna.bootstrapcdn.com/bootswatch/2.3.2/flatly/bootstrap.min.css" rel="stylesheet" />
+		<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-responsive.min.css" rel="stylesheet" />
+		<link href="./css/bootswatch.css" rel="stylesheet" />
+		<link href="./css/reflow-skin.css" rel="stylesheet" />
+
+		<link href="http://yandex.st/highlightjs/7.5/styles/default.min.css" rel="stylesheet" />
+
+		<link href="./css/lightbox.css" rel="stylesheet" />
+
+		<link href="./css/site.css" rel="stylesheet" />
+		<link href="./css/print.css" rel="stylesheet" media="print" />
+
+		<!-- Le 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]-->
+
+
+
+	</head>
+
+	<body class="page-index project-htrace" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
+
+		<div class="navbar navbar-fixed-top">
+			<div class="navbar-inner">
+				<div class="container">
+					<a class="btn btn-navbar" data-toggle="collapse" data-target="#top-nav-collapse">
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+					</a>
+					<div class="nav-collapse collapse" id="top-nav-collapse">
+						<ul class="nav pull-right">
+							<li class="dropdown active">
+								<a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache HTrace Project <b class="caret"></b></a>
+								<ul class="dropdown-menu">
+									<li class="active"><a href="" title="Overview">Overview</a></li>
+									<li ><a href="license.html" title="License">License</a></li>
+									<li ><a href="http://www.apache.org/dyn/closer.cgi/htrace/" title="Downloads" class="externalLink">Downloads</a></li>
+									<li ><a href="dependency-management.html" title="Distribution">Distribution</a></li>
+									<li ><a href="dependency-info.html" title="Dependency">Dependency</a></li>
+									<li ><a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a></li>
+									<li ><a href="integration.html" title="CI">CI</a></li>
+									<li ><a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a></li>
+									<li ><a href="source-repository.html" title="Source Repository">Source Repository</a></li>
+									<li ><a href="modules.html" title="Modules">Modules</a></li>
+									<li ><a href="project-info.html" title="Project Info">Project Info</a></li>
+									<li ><a href="team-list.html" title="Team">Team</a></li>
+								</ul>
+							</li>
+							<li class="dropdown">
+								<a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a>
+								<ul class="dropdown-menu">
+									<li ><a href="http://www.apache.org/foundation/" title="Apache Software Foundation" class="externalLink">Apache Software Foundation</a></li>
+									<li ><a href="http://www.apache.org/foundation/how-it-works.html" title="How Apache Works" class="externalLink">How Apache Works</a></li>
+									<li ><a href="http://www.apache.org/foundation/sponsorship.html" title="Sponsoring Apache" class="externalLink">Sponsoring Apache</a></li>
+								</ul>
+							</li>
+						</ul>
+					</div><!--/.nav-collapse -->
+				</div>
+			</div>
+		</div>
+
+	<div class="container">
+
+	<!-- Masthead
+	================================================== -->
+
+	<header>
+	<div class="jumbotron subhead">
+		<div class="row" id="banner">
+			<div class="span12">
+				<div class="pull-left">
+					<a href="./" id="bannerLeft"><h1>Apache HTrace</h1></a>
+				</div>
+				<div class="pull-right">
+					<div id="bannerRight"><h1></h1></div>
+					<p class="lead">A tracing framework for use with distributed systems written in java</p>
+				</div>
+			</div>
+		</div>
+	</div>
+		<div>
+			<ul class="breadcrumb">
+				<li class="projectVersion version-date">Version: 3.1.0-SNAPSHOT</li>
+				<li class="divider">|</li>
+				<li class="publishDate version-date">Last Published: 2014-12-16</li>
+			</ul>
+		</div>
+		<hr class="toc-separator" />
+		<div id="toc-bar" class="navbar" data-spy="affix" data-offset-top="250">
+			<div class="navbar-inner">
+				<div id="toc-scroll-target" class="container">
+					<a class="btn btn-navbar" data-toggle="collapse" data-target="#toc-nav-collapse">
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+					</a>
+					<div class="nav-collapse collapse" id="toc-nav-collapse">
+						<ul id="toc" class="nav">
+						<li class="dropdown">
+							<a href="#API" title="API" class="dropdown-toggle" role="button" data-toggle="dropdown" data-target="#">API <b class="caret"></b></a>
+							<ul class="dropdown-menu" role="menu">
+								<!-- Repeat the item, otherwise it is not clickable as the dropdown root -->
+								<li><a href="#API" title="API">API</a></li>
+								<li class="divider"></li>
+								<li><a href="#How_to_add_tracing_to_your_application" title="How to add tracing to your application">How to add tracing to your application</a></li>
+								<li class="dropdown-submenu">
+									<a href="#Samplers" title="Samplers">Samplers</a>
+									<ul class="dropdown-menu" role="menu">
+								<li><a href="#TracestartSpan" title="Trace.startSpan()">Trace.startSpan()</a></li>
+
+									</ul>
+								</li>
+								<li class="dropdown-submenu">
+									<a href="#Span_Receivers" title="Span Receivers">Span Receivers</a>
+									<ul class="dropdown-menu" role="menu">
+								<li><a href="#Zipkin" title="Zipkin">Zipkin</a></li>
+								<li><a href="#HBase_Receiver" title="HBase Receiver">HBase Receiver</a></li>
+
+									</ul>
+								</li>
+
+							</ul>
+						</li>
+						<li class="divider-vertical"></li>
+						<li class="toplevel"><a href="#Testing_Information" title="Testing Information">Testing Information</a></li>
+						<li class="divider-vertical"></li>
+						<li class="toplevel"><a href="#Publishing_to_Maven_Central" title="Publishing to Maven Central">Publishing to Maven Central</a></li>
+						</ul>
+					</div>
+				</div>
+			</div>
+		</div>
+	</header>
+
+	<div class="main-body">
+	<div class="row">
+		<div class="span12">
+			<div class="body-content">
+<p>Apache HTrace is an <a class="externalLink" href="http://htrace.incubator.apache.org">Apache Incubator</a> project. To add HTrace to your project, see detail on how to add it as a <a href="dependency-info.html">dependency</a>.</p> 
+<p>Formally, HTrace was available at org.htrace.</p> 
+<div class="section"> 
+ <div class="page-header">
+  <h2 id="API">API</h2>
+ </div> 
+ <p>Using HTrace requires adding some instrumentation to your application. Before we get into the details, lets review our terminology. HTrace borrows <a class="externalLink" href="http://research.google.com/pubs/pub36356.html">Dapper’s</a> terminology.</p> 
+ <p><b>Span:</b> The basic unit of work. For example, sending an RPC is a new span, as is sending a response to an RPC. Span’s are identified by a unique 64-bit ID for the span and another 64-bit ID for the trace the span is a part of. Spans also have other data, such as descriptions, key-value annotations, the ID of the span that caused them, and process ID’s (normally IP address).</p> 
+ <p>Spans are started and stopped, and they keep track of their timing information. Once you create a span, you must stop it at some point in the future.</p> 
+ <p><b>Trace:</b> A set of spans forming a tree-like structure. For example, if you are running a distributed big-data store, a trace might be formed by a put request.</p> 
+ <div class="section"> 
+  <h3 id="How_to_add_tracing_to_your_application">How to add tracing to your application</h3> 
+  <p>To instrument your system you must:</p> 
+  <p><b>1. Attach additional information to your RPC’s.</b> In order to create the causal links necessary for a trace, HTrace needs to know about the causal relationships between spans. The only information you need to add to your RPC’s is two 64-bit longs. If tracing is enabled (Trace.isTracing() returns true) when you send an RPC, attach the ID of the current span and the ID of the current trace to the message. On the receiving end of the RPC, check to see if the message has the additional tracing information above. If it does, start a new span with the information given (more on that in a bit).</p> 
+  <p><b>2. Wrap your thread changes.</b> HTrace stores span information in java’s ThreadLocals, which causes the trace to be “lost” on thread changes. The only way to prevent this is to “wrap” your thread changes. For example, if your code looks like this:</p> 
+  <div class="source"> 
+   <div class="source"> 
+    <pre>    Thread t1 = new Thread(new MyRunnable());
+    ...
+</pre> 
+   </div> 
+  </div> 
+  <p>Just change it to look this:</p> 
+  <div class="source"> 
+   <div class="source"> 
+    <pre>    Thread t1 = new Thread(Trace.wrap(new MyRunnable()));
+</pre> 
+   </div> 
+  </div> 
+  <p>That’s it! <tt>Trace.wrap()</tt> takes a single argument (a runnable or a callable) and if the current thread is a part of a trace, returns a wrapped version of the argument. The wrapped version of a callable and runnable just knows about the span that created it and will start a new span in the new thread that is the child of the span that created the runnable/callable. There may be situations in which a simple <tt>Trace.wrap()</tt> does not suffice. In these cases all you need to do is keep a reference to the “parent span” (the span before the thread change) and once you’re in the new thread start a new span that is the “child” of the parent span you stored.</p> 
+  <p>For example:</p> 
+  <p>Say you have some object representing a “put” operation. When the client does a “put,” the put is first added to a list so another thread can batch together the puts. In this situation, you might want to add another field to the Put class that could store the current span at the time the put was created. Then when the put is pulled out of the list to be processed, you can start a new span as the child of the span stored in the Put.</p> 
+  <p><b>3. Add custom spans and annotations.</b> Once you’ve augmented your RPC’s and wrapped the necessary thread changes, you can add more spans and annotations wherever you want. For example, you might do some expensive computation that you want to see on your traces. In this case, you could start a new span before the computation that you then stop after the computation has finished. It might look like this:</p> 
+  <div class="source"> 
+   <div class="source"> 
+    <pre>    Span computationSpan = Trace.startSpan(&quot;Expensive computation.&quot;);
+    try {
+        //expensive computation here
+    } finally {
+        computationSpan.stop();
+    }
+</pre> 
+   </div> 
+  </div> 
+  <p>HTrace also supports key-value annotations on a per-trace basis.</p> 
+  <p>Example:</p> 
+  <div class="source"> 
+   <div class="source"> 
+    <pre>    Trace.currentTrace().addAnnotation(&quot;faultyRecordCounter&quot;.getBytes(), &quot;1&quot;.getBytes());
+</pre> 
+   </div> 
+  </div> 
+  <p><tt>Trace.currentTrace()</tt> will not return <tt>null</tt> if the current thread is not tracing, but instead it will return a <tt>NullSpan</tt>, which does nothing on any of its method calls. The takeaway here is you can call methods on the <tt>currentTrace()</tt> without fear of NullPointerExceptions.</p> 
+ </div> 
+ <div class="section"> 
+  <h3 id="Samplers">Samplers</h3> 
+  <p><tt>Sampler</tt> is an interface that defines one function:</p> 
+  <div class="source"> 
+   <div class="source"> 
+    <pre>    boolean next(T info);
+</pre> 
+   </div> 
+  </div> 
+  <p>All of the <tt>Trace.startSpan()</tt> methods can take an optional sampler. A new span is only created if the sampler’s next function returns true. If the Sampler returns false, the <tt>NullSpan</tt> is returned from <tt>startSpan()</tt>, so it’s safe to call <tt>stop()</tt> or <tt>addAnnotation()</tt> on it. As you may have noticed from the <tt>next()</tt> method signature, Sampler is parameterized. The argument to <tt>next()</tt> is whatever piece of information you might need for sampling. See <tt>Sampler.java</tt> for an example of this. If you do not require any additional information, then just ignore the parameter. HTrace includes a sampler that always returns true, a sampler that always returns false and a sampler returns true some percentage of the time (you pass in the percentage as a decimal at construction).</p> 
+  <p>HTrace comes with several standard samplers, including <tt>AlwaysSampler</tt>, <tt>NeverSampler</tt>, <tt>ProbabilitySampler</tt>, and <tt>CountSampler</tt>. An application can use the <tt>SamplerBuilder</tt> to create one of these standard samplers based on the current configuration.</p> 
+  <div class="source"> 
+   <div class="source"> 
+    <pre>  HTraceConfiguration hconf = createMyHTraceConfiguration();
+  Sampler sampler = new SamplerBuilder(hconf).build();
+</pre> 
+   </div> 
+  </div> 
+  <div class="section"> 
+   <h4 id="TracestartSpan">Trace.startSpan()</h4> 
+   <p>There is a single method to create and start spans: <tt>startSpan()</tt>. For the <tt>startSpan()</tt> methods that do not take an explicit Sampler, the default Sampler is used. The default sampler returns true if and only if tracing is already on in the current thread. That means that calling <tt>startSpan()</tt> with no explicit Sampler is a good idea when you have information that you would like to add to a trace if it’s already occurring, but is not something you would want to start a whole new trace for.</p> 
+   <p>If you are using a sampler that makes use of the <tt>T info</tt> parameter to <tt>next()</tt>, just pass in the object as the last argument. If you leave it out, HTrace will pass <tt>null</tt> for you (so make sure your Samplers can handle <tt>null</tt>).</p> 
+   <p>Aside from whether or not you pass in an explicit <tt>Sampler</tt>, there are other options you have when calling <tt>startSpan()</tt>. For the next section I am assuming you are familiar with the options for passing in <tt>Samplers</tt> and <tt>info</tt> parameters, so when I say “no arguments,” I mean no additional arguments other than whatever <tt>Sampler</tt>/<tt>info</tt> parameters you deem necessary.</p> 
+   <p>You can call <tt>startSpan()</tt> with no additional arguments. In this case, <tt>Trace.java</tt> will start a span if the sampler (explicit or default) returns true. If the current span is not the <tt>NullSpan</tt>, the span returned will be a child of the current span, otherwise it will start a new trace in the current thread (it will be a <tt>ProcessRootMilliSpan</tt>). All of the other <tt>startSpan()</tt> methods take some parameter describing the parent span of the span to be created. The versions that take a <tt>TraceInfo</tt> or a <tt>long traceId</tt> and <tt>long parentId</tt> will mostly be used when continuing a trace over RPC. The receiver of the RPC will check the message for the additional two <tt>longs</tt> and will call <tt>startSpan()</tt> if they are attached. The last <tt>startSpan()</tt> takes a <tt>Span parent</tt>. The result of <tt>parent.child()</tt> will be used for the new span. <tt>Span.child()</tt> simply returns a span that is a child of <tt>this<
 /tt>.</p> 
+  </div> 
+ </div> 
+ <div class="section"> 
+  <h3 id="Span_Receivers">Span Receivers</h3> 
+  <p>In order to use the tracing information consisting of spans, you need an implementation of <tt>SpanReceiver</tt> interface which collects spans and typically writes it to files or databases or collector services. The <tt>SpanReceiver</tt> implementation must provide a <tt>receiveSpan</tt> method which is called from <tt>Trace.deliver</tt> method. You do not need to explicitly call <tt>Trace.deliver</tt> because it is internally called by the implementation of <tt>Span</tt>.</p> 
+  <div class="source"> 
+   <div class="source"> 
+    <pre>    public interface SpanReceiver extends Closeable {
+      public void receiveSpan(Span span);
+    }
+</pre> 
+   </div> 
+  </div> 
+  <p>HTrace comes with several standard span receivers, such as <tt>LocalFileSpanReceiver</tt>. An application can use the <tt>SpanReceiverBuilder</tt> to create a particular type of standard <tt>SpanReceiver</tt> based on the current configuration. Once a SpanReceiver has been created, it should be registered with the HTrace framework by calling <tt>Trace.addReceiver</tt>.</p> 
+  <div class="source"> 
+   <div class="source"> 
+    <pre>    HTraceConfiguration hconf = createMyHTraceConfiguration();
+    SpanReceiverBuilder builder = new SpanReceiverBuilder(hconf);
+    SpanReceiver spanReceiver = builder.build();
+    if (spanReceiver != null) {
+      Trace.addReceiver(spanReceiver);
+    }
+</pre> 
+   </div> 
+  </div> 
+  <div class="section"> 
+   <h4 id="Zipkin">Zipkin</h4> 
+   <p>htrace-zipkin provides the <tt>SpanReceiver</tt> implementation which sends spans to <a class="externalLink" href="https://github.com/twitter/zipkin">Zipkin</a> collector. You can build the uber-jar (htrace-zipkin-*-jar-withdependency.jar) for manual setup as shown below. This uber-jar contains all dependencies except htrace-core and its dependencies.</p> 
+   <div class="source"> 
+    <div class="source"> 
+     <pre>$ cd htrace-zipkin
+$ mvn compile assembly:single
+</pre> 
+    </div> 
+   </div> 
+  </div> 
+  <div class="section"> 
+   <h4 id="HBase_Receiver">HBase Receiver</h4> 
+   <p>See htrace-hbase for an Span Receiver implementation that writes HBase. Also bundled is a simple Span Viewer.</p> 
+  </div> 
+ </div> 
+</div> 
+<div class="section"> 
+ <h2 id="Testing_Information">Testing Information</h2> 
+ <p>The test that creates a sample trace (TestHTrace) takes a command line argument telling it where to write span information. Run <tt>mvn test -DargLine=&quot;-DspanFile=FILE\_PATH&quot;</tt> to write span information to FILE_PATH. If no file is specified, span information will be written to standard out. If span information is written to a file, you can use the included graphDrawer python script in tools/ to create a simple visualization of the trace. Or you could write some javascript to make a better visualization, and send a pull request if you do :).</p> 
+</div> 
+<div class="section"> 
+ <h2 id="Publishing_to_Maven_Central">Publishing to Maven Central</h2> 
+ <p>See <a class="externalLink" href="https://issues.sonatype.org/browse/OSSRH-8896">OSSRH-8896</a> for repository vitals.</p> 
+</div>
+			</div>
+		</div>
+	</div>
+	</div>
+
+	</div><!-- /container -->
+
+	<!-- Footer
+	================================================== -->
+	<footer class="well">
+		<div class="container">
+			<div class="row">
+				<div class="span9 bottom-nav">
+					<ul class="nav nav-list">
+					</ul>
+				</div>
+			</div>
+		</div>
+	</footer>
+
+	<div class="container subfooter">
+		<div class="row">
+			<div class="span12">
+				<p class="pull-right"><a href="#">Back to top</a></p>
+				<p class="copyright">Copyright &copy;2014. All Rights Reserved.</p>
+				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
+			</div>
+		</div>
+	</div>
+
+	<!-- Le javascript
+	================================================== -->
+	<!-- Placed at the end of the document so the pages load faster -->
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
+
+	<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
+	<script src="./js/lightbox.min.js"></script>
+	<script src="./js/reflow-scroll.js"></script>
+	<script src="http://yandex.st/highlightjs/7.5/highlight.min.js"></script>
+
+	<script src="./js/reflow-skin.js"></script>
+
+	</body>
 </html>

Added: incubator/htrace/site/publish/integration.html
URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/integration.html?rev=1646080&view=auto
==============================================================================
--- incubator/htrace/site/publish/integration.html (added)
+++ incubator/htrace/site/publish/integration.html Tue Dec 16 21:12:30 2014
@@ -0,0 +1,196 @@
+
+<!DOCTYPE html>
+<!--
+ Generated by Apache Maven Doxia at 2014-12-16
+ Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
+-->
+<html  xml:lang="en" lang="en">
+
+	<head>
+		<meta charset="UTF-8" />
+		<title>Apache HTrace &#x2013; Continuous Integration</title>
+		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+		<meta name="description" content="" />
+		<meta http-equiv="content-language" content="en" />
+
+		<link href="http://netdna.bootstrapcdn.com/bootswatch/2.3.2/flatly/bootstrap.min.css" rel="stylesheet" />
+		<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-responsive.min.css" rel="stylesheet" />
+		<link href="./css/bootswatch.css" rel="stylesheet" />
+		<link href="./css/reflow-skin.css" rel="stylesheet" />
+
+		<link href="http://yandex.st/highlightjs/7.5/styles/default.min.css" rel="stylesheet" />
+
+		<link href="./css/lightbox.css" rel="stylesheet" />
+
+		<link href="./css/site.css" rel="stylesheet" />
+		<link href="./css/print.css" rel="stylesheet" media="print" />
+
+		<!-- Le 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]-->
+
+
+
+	</head>
+
+	<body class="page-integration project-htrace" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
+
+		<div class="navbar navbar-fixed-top">
+			<div class="navbar-inner">
+				<div class="container">
+					<a class="btn btn-navbar" data-toggle="collapse" data-target="#top-nav-collapse">
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+					</a>
+					<div class="nav-collapse collapse" id="top-nav-collapse">
+						<ul class="nav pull-right">
+							<li class="dropdown active">
+								<a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache HTrace Project <b class="caret"></b></a>
+								<ul class="dropdown-menu">
+									<li ><a href="index.html" title="Overview">Overview</a></li>
+									<li ><a href="license.html" title="License">License</a></li>
+									<li ><a href="http://www.apache.org/dyn/closer.cgi/htrace/" title="Downloads" class="externalLink">Downloads</a></li>
+									<li ><a href="dependency-management.html" title="Distribution">Distribution</a></li>
+									<li ><a href="dependency-info.html" title="Dependency">Dependency</a></li>
+									<li ><a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a></li>
+									<li class="active"><a href="" title="CI">CI</a></li>
+									<li ><a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a></li>
+									<li ><a href="source-repository.html" title="Source Repository">Source Repository</a></li>
+									<li ><a href="modules.html" title="Modules">Modules</a></li>
+									<li ><a href="project-info.html" title="Project Info">Project Info</a></li>
+									<li ><a href="team-list.html" title="Team">Team</a></li>
+								</ul>
+							</li>
+							<li class="dropdown">
+								<a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a>
+								<ul class="dropdown-menu">
+									<li ><a href="http://www.apache.org/foundation/" title="Apache Software Foundation" class="externalLink">Apache Software Foundation</a></li>
+									<li ><a href="http://www.apache.org/foundation/how-it-works.html" title="How Apache Works" class="externalLink">How Apache Works</a></li>
+									<li ><a href="http://www.apache.org/foundation/sponsorship.html" title="Sponsoring Apache" class="externalLink">Sponsoring Apache</a></li>
+								</ul>
+							</li>
+						</ul>
+					</div><!--/.nav-collapse -->
+				</div>
+			</div>
+		</div>
+
+	<div class="container">
+
+	<!-- Masthead
+	================================================== -->
+
+	<header>
+	<div class="jumbotron subhead">
+		<div class="row" id="banner">
+			<div class="span12">
+				<div class="pull-left">
+					<a href="./" id="bannerLeft"><h1>Apache HTrace</h1></a>
+				</div>
+				<div class="pull-right">
+					<div id="bannerRight"><h1></h1></div>
+					<p class="lead">A tracing framework for use with distributed systems written in java</p>
+				</div>
+			</div>
+		</div>
+	</div>
+		<div>
+			<ul class="breadcrumb">
+				<li class="projectVersion version-date">Version: 3.1.0-SNAPSHOT</li>
+				<li class="divider">|</li>
+				<li class="publishDate version-date">Last Published: 2014-12-16</li>
+			</ul>
+		</div>
+		<hr class="toc-separator" />
+		<div id="toc-bar" class="navbar" data-spy="affix" data-offset-top="250">
+			<div class="navbar-inner">
+				<div id="toc-scroll-target" class="container">
+					<a class="btn btn-navbar" data-toggle="collapse" data-target="#toc-nav-collapse">
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+					</a>
+					<div class="nav-collapse collapse" id="toc-nav-collapse">
+						<ul id="toc" class="nav">
+						<li class="toplevel"><a href="#Overview" title="Overview">Overview</a></li>
+						<li class="divider-vertical"></li>
+						<li class="toplevel"><a href="#Access" title="Access">Access</a></li>
+						<li class="divider-vertical"></li>
+						<li class="toplevel"><a href="#Notifiers" title="Notifiers">Notifiers</a></li>
+						</ul>
+					</div>
+				</div>
+			</div>
+		</div>
+	</header>
+
+	<div class="main-body">
+	<div class="row">
+		<div class="span12">
+			<div class="body-content">
+<div class="section"> 
+ <div class="page-header">
+  <h2 id="Overview">Overview</h2>
+ </div> 
+ <a name="Overview"></a> 
+ <p>This project uses <a class="externalLink" href="http://hudson-ci.org/">Hudson</a>.</p> 
+</div> 
+<div class="section"> 
+ <h2 id="Access">Access</h2> 
+ <a name="Access"></a> 
+ <p>The following is a link to the continuous integration system used by the project.</p> 
+ <div class="source"> 
+  <pre><a class="externalLink" href="https://builds.apache.org/view/H-L/view/HTrace/">https://builds.apache.org/view/H-L/view/HTrace/</a></pre> 
+ </div> 
+</div> 
+<div class="section"> 
+ <h2 id="Notifiers">Notifiers</h2> 
+ <a name="Notifiers"></a> 
+ <p>No notifiers are defined. Please check back at a later date.</p> 
+</div>
+			</div>
+		</div>
+	</div>
+	</div>
+
+	</div><!-- /container -->
+
+	<!-- Footer
+	================================================== -->
+	<footer class="well">
+		<div class="container">
+			<div class="row">
+				<div class="span9 bottom-nav">
+					<ul class="nav nav-list">
+					</ul>
+				</div>
+			</div>
+		</div>
+	</footer>
+
+	<div class="container subfooter">
+		<div class="row">
+			<div class="span12">
+				<p class="pull-right"><a href="#">Back to top</a></p>
+				<p class="copyright">Copyright &copy;2014. All Rights Reserved.</p>
+				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
+			</div>
+		</div>
+	</div>
+
+	<!-- Le javascript
+	================================================== -->
+	<!-- Placed at the end of the document so the pages load faster -->
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
+
+	<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
+	<script src="./js/lightbox.min.js"></script>
+	<script src="./js/reflow-scroll.js"></script>
+	<script src="http://yandex.st/highlightjs/7.5/highlight.min.js"></script>
+
+	<script src="./js/reflow-skin.js"></script>
+
+	</body>
+</html>

Added: incubator/htrace/site/publish/issue-tracking.html
URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/issue-tracking.html?rev=1646080&view=auto
==============================================================================
--- incubator/htrace/site/publish/issue-tracking.html (added)
+++ incubator/htrace/site/publish/issue-tracking.html Tue Dec 16 21:12:30 2014
@@ -0,0 +1,189 @@
+
+<!DOCTYPE html>
+<!--
+ Generated by Apache Maven Doxia at 2014-12-16
+ Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
+-->
+<html  xml:lang="en" lang="en">
+
+	<head>
+		<meta charset="UTF-8" />
+		<title>Apache HTrace &#x2013; Issue Tracking</title>
+		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+		<meta name="description" content="" />
+		<meta http-equiv="content-language" content="en" />
+
+		<link href="http://netdna.bootstrapcdn.com/bootswatch/2.3.2/flatly/bootstrap.min.css" rel="stylesheet" />
+		<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-responsive.min.css" rel="stylesheet" />
+		<link href="./css/bootswatch.css" rel="stylesheet" />
+		<link href="./css/reflow-skin.css" rel="stylesheet" />
+
+		<link href="http://yandex.st/highlightjs/7.5/styles/default.min.css" rel="stylesheet" />
+
+		<link href="./css/lightbox.css" rel="stylesheet" />
+
+		<link href="./css/site.css" rel="stylesheet" />
+		<link href="./css/print.css" rel="stylesheet" media="print" />
+
+		<!-- Le 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]-->
+
+
+
+	</head>
+
+	<body class="page-issue-tracking project-htrace" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
+
+		<div class="navbar navbar-fixed-top">
+			<div class="navbar-inner">
+				<div class="container">
+					<a class="btn btn-navbar" data-toggle="collapse" data-target="#top-nav-collapse">
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+					</a>
+					<div class="nav-collapse collapse" id="top-nav-collapse">
+						<ul class="nav pull-right">
+							<li class="dropdown active">
+								<a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache HTrace Project <b class="caret"></b></a>
+								<ul class="dropdown-menu">
+									<li ><a href="index.html" title="Overview">Overview</a></li>
+									<li ><a href="license.html" title="License">License</a></li>
+									<li ><a href="http://www.apache.org/dyn/closer.cgi/htrace/" title="Downloads" class="externalLink">Downloads</a></li>
+									<li ><a href="dependency-management.html" title="Distribution">Distribution</a></li>
+									<li ><a href="dependency-info.html" title="Dependency">Dependency</a></li>
+									<li class="active"><a href="" title="Issue Tracking">Issue Tracking</a></li>
+									<li ><a href="integration.html" title="CI">CI</a></li>
+									<li ><a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a></li>
+									<li ><a href="source-repository.html" title="Source Repository">Source Repository</a></li>
+									<li ><a href="modules.html" title="Modules">Modules</a></li>
+									<li ><a href="project-info.html" title="Project Info">Project Info</a></li>
+									<li ><a href="team-list.html" title="Team">Team</a></li>
+								</ul>
+							</li>
+							<li class="dropdown">
+								<a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a>
+								<ul class="dropdown-menu">
+									<li ><a href="http://www.apache.org/foundation/" title="Apache Software Foundation" class="externalLink">Apache Software Foundation</a></li>
+									<li ><a href="http://www.apache.org/foundation/how-it-works.html" title="How Apache Works" class="externalLink">How Apache Works</a></li>
+									<li ><a href="http://www.apache.org/foundation/sponsorship.html" title="Sponsoring Apache" class="externalLink">Sponsoring Apache</a></li>
+								</ul>
+							</li>
+						</ul>
+					</div><!--/.nav-collapse -->
+				</div>
+			</div>
+		</div>
+
+	<div class="container">
+
+	<!-- Masthead
+	================================================== -->
+
+	<header>
+	<div class="jumbotron subhead">
+		<div class="row" id="banner">
+			<div class="span12">
+				<div class="pull-left">
+					<a href="./" id="bannerLeft"><h1>Apache HTrace</h1></a>
+				</div>
+				<div class="pull-right">
+					<div id="bannerRight"><h1></h1></div>
+					<p class="lead">A tracing framework for use with distributed systems written in java</p>
+				</div>
+			</div>
+		</div>
+	</div>
+		<div>
+			<ul class="breadcrumb">
+				<li class="projectVersion version-date">Version: 3.1.0-SNAPSHOT</li>
+				<li class="divider">|</li>
+				<li class="publishDate version-date">Last Published: 2014-12-16</li>
+			</ul>
+		</div>
+		<hr class="toc-separator" />
+		<div id="toc-bar" class="navbar" data-spy="affix" data-offset-top="250">
+			<div class="navbar-inner">
+				<div id="toc-scroll-target" class="container">
+					<a class="btn btn-navbar" data-toggle="collapse" data-target="#toc-nav-collapse">
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+					</a>
+					<div class="nav-collapse collapse" id="toc-nav-collapse">
+						<ul id="toc" class="nav">
+						<li class="toplevel"><a href="#Overview" title="Overview">Overview</a></li>
+						<li class="divider-vertical"></li>
+						<li class="toplevel"><a href="#Issue_Tracking" title="Issue Tracking">Issue Tracking</a></li>
+						</ul>
+					</div>
+				</div>
+			</div>
+		</div>
+	</header>
+
+	<div class="main-body">
+	<div class="row">
+		<div class="span12">
+			<div class="body-content">
+<div class="section"> 
+ <div class="page-header">
+  <h2 id="Overview">Overview</h2>
+ </div> 
+ <a name="Overview"></a> 
+ <p>This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a> a J2EE-based, issue tracking and project management application.</p> 
+</div> 
+<div class="section"> 
+ <h2 id="Issue_Tracking">Issue Tracking</h2> 
+ <a name="Issue_Tracking"></a> 
+ <p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p> 
+ <div class="source"> 
+  <pre><a class="externalLink" href="http://issues.apache.org/jira/browse/HTRACE">http://issues.apache.org/jira/browse/HTRACE</a></pre> 
+ </div> 
+</div>
+			</div>
+		</div>
+	</div>
+	</div>
+
+	</div><!-- /container -->
+
+	<!-- Footer
+	================================================== -->
+	<footer class="well">
+		<div class="container">
+			<div class="row">
+				<div class="span9 bottom-nav">
+					<ul class="nav nav-list">
+					</ul>
+				</div>
+			</div>
+		</div>
+	</footer>
+
+	<div class="container subfooter">
+		<div class="row">
+			<div class="span12">
+				<p class="pull-right"><a href="#">Back to top</a></p>
+				<p class="copyright">Copyright &copy;2014. All Rights Reserved.</p>
+				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
+			</div>
+		</div>
+	</div>
+
+	<!-- Le javascript
+	================================================== -->
+	<!-- Placed at the end of the document so the pages load faster -->
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
+
+	<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
+	<script src="./js/lightbox.min.js"></script>
+	<script src="./js/reflow-scroll.js"></script>
+	<script src="http://yandex.st/highlightjs/7.5/highlight.min.js"></script>
+
+	<script src="./js/reflow-skin.js"></script>
+
+	</body>
+</html>

Added: incubator/htrace/site/publish/js/lightbox.min.js
URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/js/lightbox.min.js?rev=1646080&view=auto
==============================================================================
--- incubator/htrace/site/publish/js/lightbox.min.js (added)
+++ incubator/htrace/site/publish/js/lightbox.min.js Tue Dec 16 21:12:30 2014
@@ -0,0 +1,10 @@
+/**
+ * Lightbox v2.7.1
+ * by Lokesh Dhakar - http://lokeshdhakar.com/projects/lightbox2/
+ *
+ * @license http://creativecommons.org/licenses/by/2.5/
+ * - Free for use in both personal and commercial projects
+ * - Attribution requires leaving author name, author link, and the license info intact
+ */
+(function(){var a=jQuery,b=function(){function a(){this.fadeDuration=500,this.fitImagesInViewport=!0,this.resizeDuration=700,this.positionFromTop=50,this.showImageNumberLabel=!0,this.alwaysShowNavOnTouchDevices=!1,this.wrapAround=!1}return a.prototype.albumLabel=function(a,b){return"Image "+a+" of "+b},a}(),c=function(){function b(a){this.options=a,this.album=[],this.currentImageIndex=void 0,this.init()}return b.prototype.init=function(){this.enable(),this.build()},b.prototype.enable=function(){var b=this;a("body").on("click","a[rel^=lightbox], area[rel^=lightbox], a[data-lightbox], area[data-lightbox]",function(c){return b.start(a(c.currentTarget)),!1})},b.prototype.build=function(){var b=this;a("<div id='lightboxOverlay' class='lightboxOverlay'></div><div id='lightbox' class='lightbox'><div class='lb-outerContainer'><div class='lb-container'><img class='lb-image' src='' /><div class='lb-nav'><a class='lb-prev' href='' ></a><a class='lb-next' href='' ></a></div><div class='lb-loade
 r'><a class='lb-cancel'></a></div></div></div><div class='lb-dataContainer'><div class='lb-data'><div class='lb-details'><span class='lb-caption'></span><span class='lb-number'></span></div><div class='lb-closeContainer'><a class='lb-close'></a></div></div></div></div>").appendTo(a("body")),this.$lightbox=a("#lightbox"),this.$overlay=a("#lightboxOverlay"),this.$outerContainer=this.$lightbox.find(".lb-outerContainer"),this.$container=this.$lightbox.find(".lb-container"),this.containerTopPadding=parseInt(this.$container.css("padding-top"),10),this.containerRightPadding=parseInt(this.$container.css("padding-right"),10),this.containerBottomPadding=parseInt(this.$container.css("padding-bottom"),10),this.containerLeftPadding=parseInt(this.$container.css("padding-left"),10),this.$overlay.hide().on("click",function(){return b.end(),!1}),this.$lightbox.hide().on("click",function(c){return"lightbox"===a(c.target).attr("id")&&b.end(),!1}),this.$outerContainer.on("click",function(c){return"ligh
 tbox"===a(c.target).attr("id")&&b.end(),!1}),this.$lightbox.find(".lb-prev").on("click",function(){return b.changeImage(0===b.currentImageIndex?b.album.length-1:b.currentImageIndex-1),!1}),this.$lightbox.find(".lb-next").on("click",function(){return b.changeImage(b.currentImageIndex===b.album.length-1?0:b.currentImageIndex+1),!1}),this.$lightbox.find(".lb-loader, .lb-close").on("click",function(){return b.end(),!1})},b.prototype.start=function(b){function c(a){d.album.push({link:a.attr("href"),title:a.attr("data-title")||a.attr("title")})}var d=this,e=a(window);e.on("resize",a.proxy(this.sizeOverlay,this)),a("select, object, embed").css({visibility:"hidden"}),this.sizeOverlay(),this.album=[];var f,g=0,h=b.attr("data-lightbox");if(h){f=a(b.prop("tagName")+'[data-lightbox="'+h+'"]');for(var i=0;i<f.length;i=++i)c(a(f[i])),f[i]===b[0]&&(g=i)}else if("lightbox"===b.attr("rel"))c(b);else{f=a(b.prop("tagName")+'[rel="'+b.attr("rel")+'"]');for(var j=0;j<f.length;j=++j)c(a(f[j])),f[j]===b[0
 ]&&(g=j)}var k=e.scrollTop()+this.options.positionFromTop,l=e.scrollLeft();this.$lightbox.css({top:k+"px",left:l+"px"}).fadeIn(this.options.fadeDuration),this.changeImage(g)},b.prototype.changeImage=function(b){var c=this;this.disableKeyboardNav();var d=this.$lightbox.find(".lb-image");this.$overlay.fadeIn(this.options.fadeDuration),a(".lb-loader").fadeIn("slow"),this.$lightbox.find(".lb-image, .lb-nav, .lb-prev, .lb-next, .lb-dataContainer, .lb-numbers, .lb-caption").hide(),this.$outerContainer.addClass("animating");var e=new Image;e.onload=function(){var f,g,h,i,j,k,l;d.attr("src",c.album[b].link),f=a(e),d.width(e.width),d.height(e.height),c.options.fitImagesInViewport&&(l=a(window).width(),k=a(window).height(),j=l-c.containerLeftPadding-c.containerRightPadding-20,i=k-c.containerTopPadding-c.containerBottomPadding-120,(e.width>j||e.height>i)&&(e.width/j>e.height/i?(h=j,g=parseInt(e.height/(e.width/h),10),d.width(h),d.height(g)):(g=i,h=parseInt(e.width/(e.height/g),10),d.width(h),d
 .height(g)))),c.sizeContainer(d.width(),d.height())},e.src=this.album[b].link,this.currentImageIndex=b},b.prototype.sizeOverlay=function(){this.$overlay.width(a(window).width()).height(a(document).height())},b.prototype.sizeContainer=function(a,b){function c(){d.$lightbox.find(".lb-dataContainer").width(g),d.$lightbox.find(".lb-prevLink").height(h),d.$lightbox.find(".lb-nextLink").height(h),d.showImage()}var d=this,e=this.$outerContainer.outerWidth(),f=this.$outerContainer.outerHeight(),g=a+this.containerLeftPadding+this.containerRightPadding,h=b+this.containerTopPadding+this.containerBottomPadding;e!==g||f!==h?this.$outerContainer.animate({width:g,height:h},this.options.resizeDuration,"swing",function(){c()}):c()},b.prototype.showImage=function(){this.$lightbox.find(".lb-loader").hide(),this.$lightbox.find(".lb-image").fadeIn("slow"),this.updateNav(),this.updateDetails(),this.preloadNeighboringImages(),this.enableKeyboardNav()},b.prototype.updateNav=function(){var a=!1;try{document
 .createEvent("TouchEvent"),a=this.options.alwaysShowNavOnTouchDevices?!0:!1}catch(b){}this.$lightbox.find(".lb-nav").show(),this.album.length>1&&(this.options.wrapAround?(a&&this.$lightbox.find(".lb-prev, .lb-next").css("opacity","1"),this.$lightbox.find(".lb-prev, .lb-next").show()):(this.currentImageIndex>0&&(this.$lightbox.find(".lb-prev").show(),a&&this.$lightbox.find(".lb-prev").css("opacity","1")),this.currentImageIndex<this.album.length-1&&(this.$lightbox.find(".lb-next").show(),a&&this.$lightbox.find(".lb-next").css("opacity","1"))))},b.prototype.updateDetails=function(){var b=this;"undefined"!=typeof this.album[this.currentImageIndex].title&&""!==this.album[this.currentImageIndex].title&&this.$lightbox.find(".lb-caption").html(this.album[this.currentImageIndex].title).fadeIn("fast").find("a").on("click",function(){location.href=a(this).attr("href")}),this.album.length>1&&this.options.showImageNumberLabel?this.$lightbox.find(".lb-number").text(this.options.albumLabel(this.cu
 rrentImageIndex+1,this.album.length)).fadeIn("fast"):this.$lightbox.find(".lb-number").hide(),this.$outerContainer.removeClass("animating"),this.$lightbox.find(".lb-dataContainer").fadeIn(this.options.resizeDuration,function(){return b.sizeOverlay()})},b.prototype.preloadNeighboringImages=function(){if(this.album.length>this.currentImageIndex+1){var a=new Image;a.src=this.album[this.currentImageIndex+1].link}if(this.currentImageIndex>0){var b=new Image;b.src=this.album[this.currentImageIndex-1].link}},b.prototype.enableKeyboardNav=function(){a(document).on("keyup.keyboard",a.proxy(this.keyboardAction,this))},b.prototype.disableKeyboardNav=function(){a(document).off(".keyboard")},b.prototype.keyboardAction=function(a){var b=27,c=37,d=39,e=a.keyCode,f=String.fromCharCode(e).toLowerCase();e===b||f.match(/x|o|c/)?this.end():"p"===f||e===c?0!==this.currentImageIndex?this.changeImage(this.currentImageIndex-1):this.options.wrapAround&&this.album.length>1&&this.changeImage(this.album.length
 -1):("n"===f||e===d)&&(this.currentImageIndex!==this.album.length-1?this.changeImage(this.currentImageIndex+1):this.options.wrapAround&&this.album.length>1&&this.changeImage(0))},b.prototype.end=function(){this.disableKeyboardNav(),a(window).off("resize",this.sizeOverlay),this.$lightbox.fadeOut(this.options.fadeDuration),this.$overlay.fadeOut(this.options.fadeDuration),a("select, object, embed").css({visibility:"visible"})},b}();a(function(){{var a=new b;new c(a)}})}).call(this);
+//# sourceMappingURL=lightbox.min.map
\ No newline at end of file

Added: incubator/htrace/site/publish/js/reflow-scroll.js
URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/js/reflow-scroll.js?rev=1646080&view=auto
==============================================================================
--- incubator/htrace/site/publish/js/reflow-scroll.js (added)
+++ incubator/htrace/site/publish/js/reflow-scroll.js Tue Dec 16 21:12:30 2014
@@ -0,0 +1,23 @@
+// Support for smooth scrolling
+// (simplified version, taken from http://stackoverflow.com/a/14805098/1173184)
+$(window).load(function(){
+  $('a[href^="#"]:not([href^="#carousel"]):not([data-toggle="dropdown"])').on('click', function(e) {
+
+     // prevent default anchor click behavior
+     e.preventDefault();
+
+     // store hash
+     var hash = this.hash;
+
+     // animate
+     $('html, body').animate({
+         scrollTop: $(this.hash).offset().top
+       }, 300, function(){
+
+         // when done, add hash to url
+         // (default click behaviour)
+         window.location.hash = hash;
+       });
+
+  });
+});

Added: incubator/htrace/site/publish/js/reflow-skin.js
URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/js/reflow-skin.js?rev=1646080&view=auto
==============================================================================
--- incubator/htrace/site/publish/js/reflow-skin.js (added)
+++ incubator/htrace/site/publish/js/reflow-skin.js Tue Dec 16 21:12:30 2014
@@ -0,0 +1,26 @@
+// Additional skin Javascript
+// ++++++++++++++++++++++++++++++++++++++++++
+
+!function ($) {
+
+	$(function(){
+
+		var $window = $(window)
+
+		// Start carousel
+		$(function() {
+			$('.carousel').carousel();
+		});
+
+		// activate syntax higlighting with highlight.js
+		// Note: only run if `hljs` exists
+		if (typeof hljs != 'undefined')
+		{
+			// classic encoding with <div class="source"><pre></pre></div>
+			// and HTML5 version with <pre><code></code></pre>
+			$('div.source pre, pre code').each(function(i, e) {hljs.highlightBlock(e)});
+		}
+
+	})
+
+}(window.jQuery)

Added: incubator/htrace/site/publish/license.html
URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/license.html?rev=1646080&view=auto
==============================================================================
--- incubator/htrace/site/publish/license.html (added)
+++ incubator/htrace/site/publish/license.html Tue Dec 16 21:12:30 2014
@@ -0,0 +1,396 @@
+
+<!DOCTYPE html>
+<!--
+ Generated by Apache Maven Doxia at 2014-12-16
+ Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
+-->
+<html  xml:lang="en" lang="en">
+
+	<head>
+		<meta charset="UTF-8" />
+		<title>Apache HTrace &#x2013; Project License</title>
+		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+		<meta name="description" content="" />
+		<meta http-equiv="content-language" content="en" />
+
+		<link href="http://netdna.bootstrapcdn.com/bootswatch/2.3.2/flatly/bootstrap.min.css" rel="stylesheet" />
+		<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-responsive.min.css" rel="stylesheet" />
+		<link href="./css/bootswatch.css" rel="stylesheet" />
+		<link href="./css/reflow-skin.css" rel="stylesheet" />
+
+		<link href="http://yandex.st/highlightjs/7.5/styles/default.min.css" rel="stylesheet" />
+
+		<link href="./css/lightbox.css" rel="stylesheet" />
+
+		<link href="./css/site.css" rel="stylesheet" />
+		<link href="./css/print.css" rel="stylesheet" media="print" />
+
+		<!-- Le 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]-->
+
+
+
+	</head>
+
+	<body class="page-license project-htrace" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
+
+		<div class="navbar navbar-fixed-top">
+			<div class="navbar-inner">
+				<div class="container">
+					<a class="btn btn-navbar" data-toggle="collapse" data-target="#top-nav-collapse">
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+					</a>
+					<div class="nav-collapse collapse" id="top-nav-collapse">
+						<ul class="nav pull-right">
+							<li class="dropdown active">
+								<a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache HTrace Project <b class="caret"></b></a>
+								<ul class="dropdown-menu">
+									<li ><a href="index.html" title="Overview">Overview</a></li>
+									<li class="active"><a href="" title="License">License</a></li>
+									<li ><a href="http://www.apache.org/dyn/closer.cgi/htrace/" title="Downloads" class="externalLink">Downloads</a></li>
+									<li ><a href="dependency-management.html" title="Distribution">Distribution</a></li>
+									<li ><a href="dependency-info.html" title="Dependency">Dependency</a></li>
+									<li ><a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a></li>
+									<li ><a href="integration.html" title="CI">CI</a></li>
+									<li ><a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a></li>
+									<li ><a href="source-repository.html" title="Source Repository">Source Repository</a></li>
+									<li ><a href="modules.html" title="Modules">Modules</a></li>
+									<li ><a href="project-info.html" title="Project Info">Project Info</a></li>
+									<li ><a href="team-list.html" title="Team">Team</a></li>
+								</ul>
+							</li>
+							<li class="dropdown">
+								<a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a>
+								<ul class="dropdown-menu">
+									<li ><a href="http://www.apache.org/foundation/" title="Apache Software Foundation" class="externalLink">Apache Software Foundation</a></li>
+									<li ><a href="http://www.apache.org/foundation/how-it-works.html" title="How Apache Works" class="externalLink">How Apache Works</a></li>
+									<li ><a href="http://www.apache.org/foundation/sponsorship.html" title="Sponsoring Apache" class="externalLink">Sponsoring Apache</a></li>
+								</ul>
+							</li>
+						</ul>
+					</div><!--/.nav-collapse -->
+				</div>
+			</div>
+		</div>
+
+	<div class="container">
+
+	<!-- Masthead
+	================================================== -->
+
+	<header>
+	<div class="jumbotron subhead">
+		<div class="row" id="banner">
+			<div class="span12">
+				<div class="pull-left">
+					<a href="./" id="bannerLeft"><h1>Apache HTrace</h1></a>
+				</div>
+				<div class="pull-right">
+					<div id="bannerRight"><h1></h1></div>
+					<p class="lead">A tracing framework for use with distributed systems written in java</p>
+				</div>
+			</div>
+		</div>
+	</div>
+		<div>
+			<ul class="breadcrumb">
+				<li class="projectVersion version-date">Version: 3.1.0-SNAPSHOT</li>
+				<li class="divider">|</li>
+				<li class="publishDate version-date">Last Published: 2014-12-16</li>
+			</ul>
+		</div>
+		<hr class="toc-separator" />
+		<div id="toc-bar" class="navbar" data-spy="affix" data-offset-top="250">
+			<div class="navbar-inner">
+				<div id="toc-scroll-target" class="container">
+					<a class="btn btn-navbar" data-toggle="collapse" data-target="#toc-nav-collapse">
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+					</a>
+					<div class="nav-collapse collapse" id="toc-nav-collapse">
+						<ul id="toc" class="nav">
+						<li class="toplevel"><a href="#Overview" title="Overview">Overview</a></li>
+						<li class="divider-vertical"></li>
+						<li class="toplevel"><a href="#Project_License" title="Project License">Project License</a></li>
+						<li class="toplevel"><a href="#The_Apache_Software_License_Version_20" title="The Apache Software License, Version 2.0">The Apache Software License, Version 2.0</a></li>
+						</ul>
+					</div>
+				</div>
+			</div>
+		</div>
+	</header>
+
+	<div class="main-body">
+	<div class="row">
+		<div class="span12">
+			<div class="body-content">
+<div class="section"> 
+ <div class="page-header">
+  <h2 id="Overview">Overview</h2>
+ </div> 
+ <a name="Overview"></a> 
+ <p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p> 
+</div> 
+<div class="section"> 
+ <h2 id="Project_License">Project License</h2> 
+ <a name="Project_License"></a> 
+ <div class="section"> 
+  <h3 id="The_Apache_Software_License_Version_20">The Apache Software License, Version 2.0</h3> 
+  <a name="The_Apache_Software_License_Version_2.0"></a> 
+  <p>A business-friendly OSS license</p> 
+  <div class="source"> 
+   <pre>
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      &quot;License&quot; shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      &quot;Legal Entity&quot; shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      &quot;control&quot; means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      &quot;Source&quot; form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      &quot;Object&quot; form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      &quot;Work&quot; shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      &quot;Derivative Works&quot; shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      &quot;Contribution&quot; shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, &quot;submitted&quot;
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as &quot;Not a Contribution.&quot;
+
+      &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a &quot;NOTICE&quot; text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an &quot;AS IS&quot; BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same &quot;printed page&quot; as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed 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.
+</pre> 
+  </div> 
+ </div> 
+</div>
+			</div>
+		</div>
+	</div>
+	</div>
+
+	</div><!-- /container -->
+
+	<!-- Footer
+	================================================== -->
+	<footer class="well">
+		<div class="container">
+			<div class="row">
+				<div class="span9 bottom-nav">
+					<ul class="nav nav-list">
+					</ul>
+				</div>
+			</div>
+		</div>
+	</footer>
+
+	<div class="container subfooter">
+		<div class="row">
+			<div class="span12">
+				<p class="pull-right"><a href="#">Back to top</a></p>
+				<p class="copyright">Copyright &copy;2014. All Rights Reserved.</p>
+				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
+			</div>
+		</div>
+	</div>
+
+	<!-- Le javascript
+	================================================== -->
+	<!-- Placed at the end of the document so the pages load faster -->
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
+
+	<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
+	<script src="./js/lightbox.min.js"></script>
+	<script src="./js/reflow-scroll.js"></script>
+	<script src="http://yandex.st/highlightjs/7.5/highlight.min.js"></script>
+
+	<script src="./js/reflow-skin.js"></script>
+
+	</body>
+</html>

Added: incubator/htrace/site/publish/mail-lists.html
URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/mail-lists.html?rev=1646080&view=auto
==============================================================================
--- incubator/htrace/site/publish/mail-lists.html (added)
+++ incubator/htrace/site/publish/mail-lists.html Tue Dec 16 21:12:30 2014
@@ -0,0 +1,213 @@
+
+<!DOCTYPE html>
+<!--
+ Generated by Apache Maven Doxia at 2014-12-16
+ Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
+-->
+<html  xml:lang="en" lang="en">
+
+	<head>
+		<meta charset="UTF-8" />
+		<title>Apache HTrace &#x2013; Project Mailing Lists</title>
+		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+		<meta name="description" content="" />
+		<meta http-equiv="content-language" content="en" />
+
+		<link href="http://netdna.bootstrapcdn.com/bootswatch/2.3.2/flatly/bootstrap.min.css" rel="stylesheet" />
+		<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-responsive.min.css" rel="stylesheet" />
+		<link href="./css/bootswatch.css" rel="stylesheet" />
+		<link href="./css/reflow-skin.css" rel="stylesheet" />
+
+		<link href="http://yandex.st/highlightjs/7.5/styles/default.min.css" rel="stylesheet" />
+
+		<link href="./css/lightbox.css" rel="stylesheet" />
+
+		<link href="./css/site.css" rel="stylesheet" />
+		<link href="./css/print.css" rel="stylesheet" media="print" />
+
+		<!-- Le 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]-->
+
+
+
+	</head>
+
+	<body class="page-mail-lists project-htrace" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
+
+		<div class="navbar navbar-fixed-top">
+			<div class="navbar-inner">
+				<div class="container">
+					<a class="btn btn-navbar" data-toggle="collapse" data-target="#top-nav-collapse">
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+					</a>
+					<div class="nav-collapse collapse" id="top-nav-collapse">
+						<ul class="nav pull-right">
+							<li class="dropdown active">
+								<a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache HTrace Project <b class="caret"></b></a>
+								<ul class="dropdown-menu">
+									<li ><a href="index.html" title="Overview">Overview</a></li>
+									<li ><a href="license.html" title="License">License</a></li>
+									<li ><a href="http://www.apache.org/dyn/closer.cgi/htrace/" title="Downloads" class="externalLink">Downloads</a></li>
+									<li ><a href="dependency-management.html" title="Distribution">Distribution</a></li>
+									<li ><a href="dependency-info.html" title="Dependency">Dependency</a></li>
+									<li ><a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a></li>
+									<li ><a href="integration.html" title="CI">CI</a></li>
+									<li class="active"><a href="" title="Mailing Lists">Mailing Lists</a></li>
+									<li ><a href="source-repository.html" title="Source Repository">Source Repository</a></li>
+									<li ><a href="modules.html" title="Modules">Modules</a></li>
+									<li ><a href="project-info.html" title="Project Info">Project Info</a></li>
+									<li ><a href="team-list.html" title="Team">Team</a></li>
+								</ul>
+							</li>
+							<li class="dropdown">
+								<a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a>
+								<ul class="dropdown-menu">
+									<li ><a href="http://www.apache.org/foundation/" title="Apache Software Foundation" class="externalLink">Apache Software Foundation</a></li>
+									<li ><a href="http://www.apache.org/foundation/how-it-works.html" title="How Apache Works" class="externalLink">How Apache Works</a></li>
+									<li ><a href="http://www.apache.org/foundation/sponsorship.html" title="Sponsoring Apache" class="externalLink">Sponsoring Apache</a></li>
+								</ul>
+							</li>
+						</ul>
+					</div><!--/.nav-collapse -->
+				</div>
+			</div>
+		</div>
+
+	<div class="container">
+
+	<!-- Masthead
+	================================================== -->
+
+	<header>
+	<div class="jumbotron subhead">
+		<div class="row" id="banner">
+			<div class="span12">
+				<div class="pull-left">
+					<a href="./" id="bannerLeft"><h1>Apache HTrace</h1></a>
+				</div>
+				<div class="pull-right">
+					<div id="bannerRight"><h1></h1></div>
+					<p class="lead">A tracing framework for use with distributed systems written in java</p>
+				</div>
+			</div>
+		</div>
+	</div>
+		<div>
+			<ul class="breadcrumb">
+				<li class="projectVersion version-date">Version: 3.1.0-SNAPSHOT</li>
+				<li class="divider">|</li>
+				<li class="publishDate version-date">Last Published: 2014-12-16</li>
+			</ul>
+		</div>
+		<hr class="toc-separator" />
+		<div id="toc-bar" class="navbar" data-spy="affix" data-offset-top="250">
+			<div class="navbar-inner">
+				<div id="toc-scroll-target" class="container">
+					<a class="btn btn-navbar" data-toggle="collapse" data-target="#toc-nav-collapse">
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+					</a>
+					<div class="nav-collapse collapse" id="toc-nav-collapse">
+						<ul id="toc" class="nav">
+						<li class="toplevel"><a href="#Project_Mailing_Lists" title="Project Mailing Lists">Project Mailing Lists</a></li>
+						</ul>
+					</div>
+				</div>
+			</div>
+		</div>
+	</header>
+
+	<div class="main-body">
+	<div class="row">
+		<div class="span12">
+			<div class="body-content">
+<div class="section"> 
+ <div class="page-header">
+  <h2 id="Project_Mailing_Lists">Project Mailing Lists</h2>
+ </div> 
+ <a name="Project_Mailing_Lists"></a> 
+ <p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p> 
+ <table border="0" class="bodyTable table table-striped table-hover"> 
+  <thead> 
+   <tr class="a"> 
+    <th>Name</th> 
+    <th>Subscribe</th> 
+    <th>Unsubscribe</th> 
+    <th>Post</th> 
+    <th>Archive</th> 
+   </tr> 
+  </thead> 
+  <tbody> 
+   <tr class="b"> 
+    <td>Developer List</td> 
+    <td><a class="externalLink" href="mailto:dev-subscribe@htrace.incubator.apache.org">Subscribe</a></td> 
+    <td><a class="externalLink" href="mailto:dev-unsubscribe@htrace.incubator.apache.org">Unsubscribe</a></td> 
+    <td><a class="externalLink" href="mailto:dev@htrace.incubator.apache.org">Post</a></td> 
+    <td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/incubator-htrace-dev/">mail-archives.apache.org</a></td> 
+   </tr> 
+   <tr class="a"> 
+    <td>Commits List</td> 
+    <td><a class="externalLink" href="mailto:commits-subscribe@htrace.incubator.apache.org">Subscribe</a></td> 
+    <td><a class="externalLink" href="mailto:commits-unsubscribe@htrace.incubator.apache.org">Unsubscribe</a></td> 
+    <td>-</td> 
+    <td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/incubator-htrace-commits/">mail-archives.apache.org</a></td> 
+   </tr> 
+   <tr class="b"> 
+    <td>Issues List</td> 
+    <td><a class="externalLink" href="mailto:issues-subscribe@htrace.incubator.apache.org">Subscribe</a></td> 
+    <td><a class="externalLink" href="mailto:issues-unsubscribe@htrace.incubator.apache.org">Unsubscribe</a></td> 
+    <td>-</td> 
+    <td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/incubator-htrace-issues/">mail-archives.apache.org</a></td> 
+   </tr> 
+  </tbody> 
+ </table> 
+</div>
+			</div>
+		</div>
+	</div>
+	</div>
+
+	</div><!-- /container -->
+
+	<!-- Footer
+	================================================== -->
+	<footer class="well">
+		<div class="container">
+			<div class="row">
+				<div class="span9 bottom-nav">
+					<ul class="nav nav-list">
+					</ul>
+				</div>
+			</div>
+		</div>
+	</footer>
+
+	<div class="container subfooter">
+		<div class="row">
+			<div class="span12">
+				<p class="pull-right"><a href="#">Back to top</a></p>
+				<p class="copyright">Copyright &copy;2014. All Rights Reserved.</p>
+				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
+			</div>
+		</div>
+	</div>
+
+	<!-- Le javascript
+	================================================== -->
+	<!-- Placed at the end of the document so the pages load faster -->
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
+
+	<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
+	<script src="./js/lightbox.min.js"></script>
+	<script src="./js/reflow-scroll.js"></script>
+	<script src="http://yandex.st/highlightjs/7.5/highlight.min.js"></script>
+
+	<script src="./js/reflow-skin.js"></script>
+
+	</body>
+</html>

Added: incubator/htrace/site/publish/modules.html
URL: http://svn.apache.org/viewvc/incubator/htrace/site/publish/modules.html?rev=1646080&view=auto
==============================================================================
--- incubator/htrace/site/publish/modules.html (added)
+++ incubator/htrace/site/publish/modules.html Tue Dec 16 21:12:30 2014
@@ -0,0 +1,201 @@
+
+<!DOCTYPE html>
+<!--
+ Generated by Apache Maven Doxia at 2014-12-16
+ Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
+-->
+<html  xml:lang="en" lang="en">
+
+	<head>
+		<meta charset="UTF-8" />
+		<title>Apache HTrace &#x2013; Project Modules</title>
+		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+		<meta name="description" content="" />
+		<meta http-equiv="content-language" content="en" />
+
+		<link href="http://netdna.bootstrapcdn.com/bootswatch/2.3.2/flatly/bootstrap.min.css" rel="stylesheet" />
+		<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-responsive.min.css" rel="stylesheet" />
+		<link href="./css/bootswatch.css" rel="stylesheet" />
+		<link href="./css/reflow-skin.css" rel="stylesheet" />
+
+		<link href="http://yandex.st/highlightjs/7.5/styles/default.min.css" rel="stylesheet" />
+
+		<link href="./css/lightbox.css" rel="stylesheet" />
+
+		<link href="./css/site.css" rel="stylesheet" />
+		<link href="./css/print.css" rel="stylesheet" media="print" />
+
+		<!-- Le 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]-->
+
+
+
+	</head>
+
+	<body class="page-modules project-htrace" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
+
+		<div class="navbar navbar-fixed-top">
+			<div class="navbar-inner">
+				<div class="container">
+					<a class="btn btn-navbar" data-toggle="collapse" data-target="#top-nav-collapse">
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+					</a>
+					<div class="nav-collapse collapse" id="top-nav-collapse">
+						<ul class="nav pull-right">
+							<li class="dropdown active">
+								<a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache HTrace Project <b class="caret"></b></a>
+								<ul class="dropdown-menu">
+									<li ><a href="index.html" title="Overview">Overview</a></li>
+									<li ><a href="license.html" title="License">License</a></li>
+									<li ><a href="http://www.apache.org/dyn/closer.cgi/htrace/" title="Downloads" class="externalLink">Downloads</a></li>
+									<li ><a href="dependency-management.html" title="Distribution">Distribution</a></li>
+									<li ><a href="dependency-info.html" title="Dependency">Dependency</a></li>
+									<li ><a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a></li>
+									<li ><a href="integration.html" title="CI">CI</a></li>
+									<li ><a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a></li>
+									<li ><a href="source-repository.html" title="Source Repository">Source Repository</a></li>
+									<li class="active"><a href="" title="Modules">Modules</a></li>
+									<li ><a href="project-info.html" title="Project Info">Project Info</a></li>
+									<li ><a href="team-list.html" title="Team">Team</a></li>
+								</ul>
+							</li>
+							<li class="dropdown">
+								<a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a>
+								<ul class="dropdown-menu">
+									<li ><a href="http://www.apache.org/foundation/" title="Apache Software Foundation" class="externalLink">Apache Software Foundation</a></li>
+									<li ><a href="http://www.apache.org/foundation/how-it-works.html" title="How Apache Works" class="externalLink">How Apache Works</a></li>
+									<li ><a href="http://www.apache.org/foundation/sponsorship.html" title="Sponsoring Apache" class="externalLink">Sponsoring Apache</a></li>
+								</ul>
+							</li>
+						</ul>
+					</div><!--/.nav-collapse -->
+				</div>
+			</div>
+		</div>
+
+	<div class="container">
+
+	<!-- Masthead
+	================================================== -->
+
+	<header>
+	<div class="jumbotron subhead">
+		<div class="row" id="banner">
+			<div class="span12">
+				<div class="pull-left">
+					<a href="./" id="bannerLeft"><h1>Apache HTrace</h1></a>
+				</div>
+				<div class="pull-right">
+					<div id="bannerRight"><h1></h1></div>
+					<p class="lead">A tracing framework for use with distributed systems written in java</p>
+				</div>
+			</div>
+		</div>
+	</div>
+		<div>
+			<ul class="breadcrumb">
+				<li class="projectVersion version-date">Version: 3.1.0-SNAPSHOT</li>
+				<li class="divider">|</li>
+				<li class="publishDate version-date">Last Published: 2014-12-16</li>
+			</ul>
+		</div>
+		<hr class="toc-separator" />
+		<div id="toc-bar" class="navbar" data-spy="affix" data-offset-top="250">
+			<div class="navbar-inner">
+				<div id="toc-scroll-target" class="container">
+					<a class="btn btn-navbar" data-toggle="collapse" data-target="#toc-nav-collapse">
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+					</a>
+					<div class="nav-collapse collapse" id="toc-nav-collapse">
+						<ul id="toc" class="nav">
+						<li class="toplevel"><a href="#Project_Modules" title="Project Modules">Project Modules</a></li>
+						</ul>
+					</div>
+				</div>
+			</div>
+		</div>
+	</header>
+
+	<div class="main-body">
+	<div class="row">
+		<div class="span12">
+			<div class="body-content">
+<div class="section"> 
+ <div class="page-header">
+  <h2 id="Project_Modules">Project Modules</h2>
+ </div> 
+ <a name="Project_Modules"></a> 
+ <p>This project has declared the following modules:</p> 
+ <table border="0" class="bodyTable table table-striped table-hover"> 
+  <thead> 
+   <tr class="a"> 
+    <th>Name</th> 
+    <th>Description</th> 
+   </tr> 
+  </thead> 
+  <tbody> 
+   <tr class="b"> 
+    <td><a class="externalLink" href="http://incubator.apache.org/projects/htrace.html/index.html">htrace-core</a></td> 
+    <td>A tracing framework for use with distributed systems written in java</td> 
+   </tr> 
+   <tr class="a"> 
+    <td><a class="externalLink" href="http://incubator.apache.org/projects/htrace.html/index.html">htrace-zipkin</a></td> 
+    <td>A tracing framework for use with distributed systems written in java</td> 
+   </tr> 
+   <tr class="b"> 
+    <td><a class="externalLink" href="http://incubator.apache.org/projects/htrace.html/index.html">htrace-hbase</a></td> 
+    <td>htrace-hbase is the tools to send tracing information to an HBase database for analysis later.</td> 
+   </tr> 
+  </tbody> 
+ </table> 
+</div>
+			</div>
+		</div>
+	</div>
+	</div>
+
+	</div><!-- /container -->
+
+	<!-- Footer
+	================================================== -->
+	<footer class="well">
+		<div class="container">
+			<div class="row">
+				<div class="span9 bottom-nav">
+					<ul class="nav nav-list">
+					</ul>
+				</div>
+			</div>
+		</div>
+	</footer>
+
+	<div class="container subfooter">
+		<div class="row">
+			<div class="span12">
+				<p class="pull-right"><a href="#">Back to top</a></p>
+				<p class="copyright">Copyright &copy;2014. All Rights Reserved.</p>
+				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
+			</div>
+		</div>
+	</div>
+
+	<!-- Le javascript
+	================================================== -->
+	<!-- Placed at the end of the document so the pages load faster -->
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
+
+	<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
+	<script src="./js/lightbox.min.js"></script>
+	<script src="./js/reflow-scroll.js"></script>
+	<script src="http://yandex.st/highlightjs/7.5/highlight.min.js"></script>
+
+	<script src="./js/reflow-skin.js"></script>
+
+	</body>
+</html>