diff options
author | James Moger <james.moger@gitblit.com> | 2014-04-10 12:07:54 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-04-10 12:07:54 -0400 |
commit | e2dfad080a46368950f387c88103561e07c9afa6 (patch) | |
tree | ee42bd50a059d4ed9ee4c39a457d48e579ca8e0e /src/site | |
parent | a34e44ad5a2e088f8483b0281eebd30f4ed63030 (diff) | |
download | gitblit-e2dfad080a46368950f387c88103561e07c9afa6.tar.gz gitblit-e2dfad080a46368950f387c88103561e07c9afa6.zip |
Remove remaining GoogleCharts code and update documentation
Diffstat (limited to 'src/site')
-rw-r--r-- | src/site/design.mkd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/site/design.mkd b/src/site/design.mkd index 8351dd9c..6d4b29ca 100644 --- a/src/site/design.mkd +++ b/src/site/design.mkd @@ -17,6 +17,8 @@ The following dependencies are bundled with Gitblit. - [Clippy](https://github.com/mojombo/clippy) (MIT)
- [google-code-prettify](http://code.google.com/p/google-code-prettify) (Apache 2.0)
- [Commons Daemon](http://commons.apache.org/daemon) (Apache 2.0)
+- [jQuery](https://jquery.org) (MIT)
+- [flotr2](http://humblesoftware.com/flotr2) (BSD)
- magnifying glass search icon courtesy of [Gnome](http://gnome.org) (Creative Commons CC-BY)
- Git logo originally designed by [Jason Long](http://git-scm.com/downloads/logos)
- modified Git logo originally designed by [Henrik Nyh](http://henrik.nyh.se/2007/06/alternative-git-logo-and-favicon)
@@ -28,7 +30,6 @@ The following dependencies are automatically downloaded by Gitblit GO (or alread - [JGit][jgit] (EDL 1.0)
- [Wicket](http://wicket.apache.org) (Apache 2.0)
-- [WicketStuff GoogleCharts](https://github.com/wicketstuff/core/wiki/GoogleCharts) (Apache 2.0)
- [Jetty](http://eclipse.org/jetty) (Apache 2.0, EPL 1.0)
- [SLF4J](http://www.slf4j.org) (MIT/X11)
- [Log4j](http://logging.apache.org/log4j) (Apache 2.0)
|