You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@htrace.apache.org by cm...@apache.org on 2016/04/27 07:59:33 UTC

incubator-htrace git commit: HTRACE-347. We should update the website for the 4.1 release, and fix index.html

Repository: incubator-htrace
Updated Branches:
  refs/heads/master 5737e65b0 -> a9465cd02


HTRACE-347. We should update the website for the 4.1 release, and fix index.html


Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/a9465cd0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/a9465cd0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/a9465cd0

Branch: refs/heads/master
Commit: a9465cd020fc20be8f306dcbef6daaab3a78a222
Parents: 5737e65
Author: Colin P. Mccabe <cm...@apache.org>
Authored: Tue Apr 26 18:06:22 2016 -0700
Committer: Colin P. Mccabe <cm...@apache.org>
Committed: Tue Apr 26 22:59:16 2016 -0700

----------------------------------------------------------------------
 src/main/site/markdown/index.md | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/a9465cd0/src/main/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/src/main/site/markdown/index.md b/src/main/site/markdown/index.md
new file mode 100644
index 0000000..d48008e
--- /dev/null
+++ b/src/main/site/markdown/index.md
@@ -0,0 +1,36 @@
+<!---
+  Licensed 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. See accompanying LICENSE file.
+-->
+
+# About
+Apache HTrace is an <a href="http://htrace.incubator.apache.org">Apache
+Incubator</a> project  providing an open source framework for distributed
+tracing.  It can be used with both standalone applications and libraries.
+
+HTrace was designed for use in big distributed systems such as the Apache
+Hadoop Distributed Filesystem and the Apache HBase storage engine.  However,
+there is nothing Hadoop-specific about HTrace.  It has no dependencies on
+Hadoop, and is a useful building block for many distributed systems.  See the
+[developer guide](developer_guide.html) for information on adding HTrace support.
+
+# Releases
+* htrace-4.1.0-incubating published March 4th, 2016. [Download it!](http://www.apache.org/dyn/closer.cgi/incubator/htrace/)
+* htrace-4.0.1-incubating published September 26th, 2015. [Download it!](http://www.apache.org/dyn/closer.cgi/incubator/htrace/)
+* htrace-4.0.0-incubating published September 15th, 2015. [Download it!](http://www.apache.org/dyn/closer.cgi/incubator/htrace/)
+* htrace-3.2.0-incubating published June 2nd, 2015.
+* We made our first release from Apache Incubator, htrace-3.1.0-incubating, January 20th, 2015.
+
+# JavaDoc
+The API documentation for htrace-core is online.
+
+* [htrace-4.1.0-incubating JavaDoc](http://htrace.incubator.apache.org/javadoc/4.1/htrace-core/index.html)