diff options
author | James Moger <james.moger@gitblit.com> | 2013-05-30 23:29:25 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-05-30 23:29:25 -0400 |
commit | cf17b2267bab439cadafbc1def298bae0d5ea659 (patch) | |
tree | 0896000f050112e5382dcf146300e89780a5a203 /src/site | |
parent | 962827130933297711bc6b4384edcc769e3eed05 (diff) | |
download | gitblit-cf17b2267bab439cadafbc1def298bae0d5ea659.tar.gz gitblit-cf17b2267bab439cadafbc1def298bae0d5ea659.zip |
Added a Dashboard page with a daily ref log of starred/owned repos
This is a work-in-progress and is mostly working like I want, but will require
some refactoring to make it even more useful and less complex.
Diffstat (limited to 'src/site')
-rw-r--r-- | src/site/design.mkd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/site/design.mkd b/src/site/design.mkd index f0da77a1..8392a9fe 100644 --- a/src/site/design.mkd +++ b/src/site/design.mkd @@ -13,6 +13,7 @@ The following dependencies are bundled with Gitblit. - [Bootstrap](http://twitter.github.com/bootstrap) (Apache 2.0)
- [GLYPHICONS](http://glyphicons.com) (Creative Commons CC-BY)
- [Iconic](http://somerandomdude.com/work/iconic) (Creative Commons Share Alike 3.0)
+- [AngularJS](http://angularjs.org) (MIT)
- [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)
|