diff options
author | James Moger <james.moger@gitblit.com> | 2013-10-18 17:46:22 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-10-18 17:46:22 -0400 |
commit | 0365f6248d6aaa7c765ac63273c282d16161a623 (patch) | |
tree | 84b61897721c5bed58a8425b0ccb0c1e6ee7e254 /src/site | |
parent | 1feb04e5a907d06b2bf632395ba8d164931c0904 (diff) | |
download | gitblit-0365f6248d6aaa7c765ac63273c282d16161a623.tar.gz gitblit-0365f6248d6aaa7c765ac63273c282d16161a623.zip |
Replaced MarkdownPapers with pegdown
Change-Id: I11eb50ba1ef0bef8ac47bf6f7b17e0f79ecd3f2d
Diffstat (limited to 'src/site')
-rw-r--r-- | src/site/design.mkd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/design.mkd b/src/site/design.mkd index ce676201..1f1635a4 100644 --- a/src/site/design.mkd +++ b/src/site/design.mkd @@ -29,7 +29,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)
-- [MarkdownPapers](http://markdown.tautua.org) (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)
@@ -53,6 +52,7 @@ The following dependencies are automatically downloaded by Gitblit GO (or alread - [Guava](https://code.google.com/p/guava-libraries) (Apache 2.0)
- [libpam4j](https://github.com/kohsuke/libpam4j) (MIT)
- [commons-codec](http://commons.apache.org/proper/commons-codec) (Apache 2.0)
+- [pegdown](https://github.com/sirthias/pegdown) (Apache 2.0)
### Other Build Dependencies
- [Fancybox image viewer](http://fancybox.net) (MIT and GPL dual-licensed)
|