Repository: incubator-htrace Updated Branches: refs/heads/master 10ea0e585 -> e755172e6
HTRACE-86 Add logo to site and fix download link. Add News section with news of our first release. Push the site. Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/e755172e Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/e755172e Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/e755172e Branch: refs/heads/master Commit: e755172e63a0ea3a9bcb4fe6ae9fcc788d1d6352 Parents: 10ea0e5 Author: stack <[email protected]> Authored: Tue Jan 20 22:37:31 2015 -0800 Committer: stack <[email protected]> Committed: Tue Jan 20 22:37:31 2015 -0800 ---------------------------------------------------------------------- NOTICE.txt | 3 +++ src/main/site/markdown/index.md | 3 +++ src/main/site/resources/images/owl.png | Bin 0 -> 8844 bytes src/main/site/site.xml | 8 +++----- 4 files changed, 9 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/e755172e/NOTICE.txt ---------------------------------------------------------------------- diff --git a/NOTICE.txt b/NOTICE.txt index a91e22d..fe4cad8 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -8,3 +8,6 @@ that are NOT Apache licensed (with pointers to their licensing) Apache HTrace includes an Apache Thrift connector to Zipkin. Zipkin is a distributed tracing system that is Apache 2.0 Licensed. Copyright 2012 Twitter, Inc. + +Our Owl logo we took from http://www.clker.com/clipart-13653.html. +It is public domain/free. http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/e755172e/src/main/site/markdown/index.md ---------------------------------------------------------------------- diff --git a/src/main/site/markdown/index.md b/src/main/site/markdown/index.md index d7ce84b..9b3034f 100644 --- a/src/main/site/markdown/index.md +++ b/src/main/site/markdown/index.md @@ -18,6 +18,9 @@ project. To add HTrace to your project, see detail on how to add it as a Formerly, HTrace was available at org.htrace. +* We made our first release from Apache Incubator, htrace-3.1.0-incubating, January 20th, 2015. [Download it!](http://www.apache.org/dyn/closer.cgi/incubator/htrace/) + + API --- Using HTrace requires adding some instrumentation to your application. http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/e755172e/src/main/site/resources/images/owl.png ---------------------------------------------------------------------- diff --git a/src/main/site/resources/images/owl.png b/src/main/site/resources/images/owl.png new file mode 100644 index 0000000..d92cecc Binary files /dev/null and b/src/main/site/resources/images/owl.png differ http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/e755172e/src/main/site/site.xml ---------------------------------------------------------------------- diff --git a/src/main/site/site.xml b/src/main/site/site.xml index 0c22c17..6e112ab 100644 --- a/src/main/site/site.xml +++ b/src/main/site/site.xml @@ -28,13 +28,14 @@ <href>http://htrace.incubator.apache.org/</href> </bannerLeft> <bannerRight> - <name /> + <src>http://htrace.incubator.apache.org/images/owl.png</src> + <href>http://htrace.incubator.apache.org/</href> </bannerRight> <body> <menu name="Apache HTrace Project"> <item name="Overview" href="index.html"/> <item name="License" href="license.html" /> - <item name="Downloads" href="http://www.apache.org/dyn/closer.cgi/htrace/" /> + <item name="Downloads" href="http://www.apache.org/dyn/closer.cgi/incubator/htrace/" /> <item name="Distribution" href="dependency-management.html" /> <item name="Dependency" href="dependency-info.html" /> <item name="Issue Tracking" href="issue-tracking.html" /> @@ -57,9 +58,6 @@ <toc>top</toc> <highlightJs>true</highlightJs> <slogan position="bannerRight">A tracing framework for use with distributed systems written in java</slogan> - <bottomNav> - <column>Home</column> - </bottomNav> </reflowSkin> </custom> <skin>
