Repository: accumulo
Updated Branches:
  refs/heads/asf-site 3af697ac0 -> d52fbf6a4
  refs/heads/gh-pages a590d9a67 -> 976bf7f9b


Add thanks page


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/976bf7f9
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/976bf7f9
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/976bf7f9

Branch: refs/heads/gh-pages
Commit: 976bf7f9b411b707557362a7c077f2d7bf8e16d5
Parents: a590d9a
Author: Mike Drob <md...@apache.org>
Authored: Fri Jul 1 08:20:14 2016 -0500
Committer: Mike Drob <md...@apache.org>
Committed: Tue Jul 5 13:32:34 2016 -0500

----------------------------------------------------------------------
 _includes/nav.html |  1 +
 thanks.md          | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/976bf7f9/_includes/nav.html
----------------------------------------------------------------------
diff --git a/_includes/nav.html b/_includes/nav.html
index a3ee49c..ee2ed08 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -43,6 +43,7 @@
           <li id="nav_people"><a href="{{ site.baseurl 
}}/people">People</a></li>
           <li id="nav_blog"><a href="https://blogs.apache.org/accumulo";>Blog 
<i class="fa fa-external-link"></i></a></li>
           <li id="nav_projects"><a href="{{ site.baseurl 
}}/projects">Community Projects</a></li>
+          <li id="nav_thanks"><a href="{{ site.baseurl 
}}/thanks">Thanks</a></li>
           <li class="divider"></li>
           <li class="dropdown-header">Governance</li>
           <li id="nav_bylaws"><a href="{{ site.baseurl 
}}/bylaws">Bylaws</a></li>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/976bf7f9/thanks.md
----------------------------------------------------------------------
diff --git a/thanks.md b/thanks.md
new file mode 100644
index 0000000..9f2559b
--- /dev/null
+++ b/thanks.md
@@ -0,0 +1,19 @@
+---
+title: Thanks
+nav: nav_thanks
+---
+
+First off, thanks to our parent organization, the [Apache Software 
Foundation][ASF] and [all who sponsor][ASF_SPONSORS] them.
+
+Additionally, we would like to thank the following organizations for resources 
that they provide:
+
+  - ej-technologies for allowing us to use their [Java profiler][JPROFILER]
+  - YourKit for allowing us use of their [Java Profiler][YOURKIT]
+  - Coverity for running [static analysis][COVERITY]
+
+[ASF]: https://www.apache.org
+[ASF_SPONSORS]: https://www.apache.org/foundation/sponsorship
+[JPROFILER]: https://www.ej-technologies.com/products/jprofiler/overview.html 
+[YOURKIT]: https://www.yourkit.com/java/profiler/features/
+[COVERITY]: https://scan.coverity.com/projects/accumulo
+

Reply via email to