From d69d73e5da5a12f279d5c0c38c871801739f33d6 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 05 May 2014 13:31:56 -0400 Subject: [PATCH] Switch to -u from deprecated --set-upstream --- src/site/siteindex.mkd | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/site/siteindex.mkd b/src/site/siteindex.mkd index de5c099..5f58fb0 100644 --- a/src/site/siteindex.mkd +++ b/src/site/siteindex.mkd @@ -1,4 +1,3 @@ -## What is Gitblit? <div class="well" style="margin-left:5px;float:right;width:275px;padding: 10px 10px;"> <div style="text-align:center"> <b>Current Release ${project.releaseVersion} (${project.releaseDate})</b><br/><a href="releasenotes.html">release notes</a> @@ -26,10 +25,12 @@ </div> </div> +## What is Gitblit? + Gitblit is an open-source, pure Java stack for managing, viewing, and serving [Git][git] repositories. It's designed primarily as a tool for small workgroups who want to host centralized repositories. -You can browse a live demo [here](https://demo-gitblit.rhcloud.com) hosted on [RedHat's OpenShift][rhcloud] cloud service. +You can browse the [stable demo site](https://demo-gitblit.rhcloud.com) or the [snapshot demo site](https://next-gitblit.rhcloud.com), both are hosted on [RedHat's OpenShift][rhcloud] cloud service. ### GO: Single-Stack Solution @@ -67,6 +68,10 @@ - Groovy push hook scripts - Pluggable user service mechanism - LDAP authentication with optional LDAP-controlled Team memberships + - Redmine authentication + - SalesForce.com authentication + - Windows authentication + - PAM authentication - Custom authentication, authorization, and user management - Rich RSS feeds - JSON-based RPC mechanism @@ -78,7 +83,7 @@ ### Java Runtime Requirement -Gitblit requires a Java 6 Runtime Environment (JRE) or a Java 6 Development Kit (JDK). +Gitblit requires a Java 7 Runtime Environment (JRE) or a Java 7 Development Kit (JDK). [jgit]: http://eclipse.org/jgit "Eclipse JGit Site" [git]: http://git-scm.com "Official Git Site" -- Gitblit v1.9.1