From f35a9879742c0837625083c3c183b3ee698f6e20 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sat, 24 Dec 2011 12:00:09 -0500 Subject: [PATCH] Added St. Jude donations link --- build.xml | 2 ++ docs/00_index.mkd | 7 +++---- docs/stjude_150x150.gif | 0 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index c540075..4d326ea 100644 --- a/build.xml +++ b/build.xml @@ -243,6 +243,7 @@ <!-- Copy Doc images --> <fileset dir="${basedir}/docs"> <include name="*.png" /> + <include name="*.gif" /> </fileset> </copy> @@ -714,6 +715,7 @@ <!-- Copy Doc images --> <fileset dir="${basedir}/docs"> <include name="*.png" /> + <include name="*.gif" /> <include name="*.js" /> </fileset> </copy> diff --git a/docs/00_index.mkd b/docs/00_index.mkd index 89d6941..5060ca1 100644 --- a/docs/00_index.mkd +++ b/docs/00_index.mkd @@ -19,13 +19,12 @@ <tr><th>Issues</th><td><a href="http://code.google.com/p/gitblit/issues/list">GoogleCode</a></td></tr> <tr><th>Discussion</th><td><a href="http://groups.google.com/group/gitblit">Gitblit Group</a></td></tr> <tr><th>Google+</th><td><a href="https://plus.google.com/114464678392593421684">Gitblit+</a></td></tr> + <tr><th>Ohloh</th><td><a target="_top" href="http://www.ohloh.net/p/gitblit"><img border="0" width="100" height="16" src="http://www.ohloh.net/p/gitblit/widgets/project_thin_badge.gif" alt="Ohloh project report for Gitblit" /></a></td></tr> + <tr><th>Donations</th><td>If you enjoy Gitblit and want to support it's development, please consider making a donation on behalf of Gitblit to <a href="https://www.helpmegivetostjude.org/gitblit">St. Jude Children's Research Hospital</a>. + <a href="https://www.helpmegivetostjude.org/gitblit" alt="St. Jude Children's Research Hospital"><img style="padding-top:10px;" src="stjude_150x150.gif"/></a></td></tr> </tbody> </table> </div> - - <a target="_top" href="http://www.ohloh.net/p/gitblit"> - <img style="padding-top:5px;" border="0" width="100" height="16" src="http://www.ohloh.net/p/gitblit/widgets/project_thin_badge.gif" alt="Ohloh project report for Gitblit" /> - </a> </div> Gitblit is an open-source, pure Java stack for managing, viewing, and serving [Git][git] repositories. diff --git a/docs/stjude_150x150.gif b/docs/stjude_150x150.gif new file mode 100644 index 0000000..378ab72 --- /dev/null +++ b/docs/stjude_150x150.gif Binary files differ -- Gitblit v1.9.1