From 52b26fd0c7a0e3bc561cdcd11ffa776535f80ff5 Mon Sep 17 00:00:00 2001 From: James Moger Date: Thu, 20 Jun 2013 17:31:55 -0400 Subject: Documentation --- src/site/custom.less | 8 +++----- src/site/siteindex.mkd | 6 +++++- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/site/custom.less b/src/site/custom.less index c05058bf..ca207dfa 100644 --- a/src/site/custom.less +++ b/src/site/custom.less @@ -9,9 +9,7 @@ // GLOBAL VALUES // -------------------------------------------------- -@blueDark: #000060; -@blueDarker: #000050; -@blueDarkest: #000040; +@blueDark: #002060; @standardGray: #ccc; @cornflower: #abd4ff; @white: #fff; @@ -24,7 +22,7 @@ // Navbar // ------------------------- @navbarHeight: 45px; -@navbarBackground: @blueDarkest; +@navbarBackground: @blueDark; @navbarBackgroundHighlight: @blueDark; @navbarText: @white; @navbarLinkColor: @white; @@ -76,7 +74,7 @@ } .navbar-inner { - background-color: @blueDarker; + background-color: @blueDark; border-bottom: 2px solid #ff9900; } diff --git a/src/site/siteindex.mkd b/src/site/siteindex.mkd index 77cb8a08..f72e9c17 100644 --- a/src/site/siteindex.mkd +++ b/src/site/siteindex.mkd @@ -1,4 +1,3 @@ -## What is Gitblit?
Current Release ${project.releaseVersion} (${project.releaseDate})
release notes @@ -26,6 +25,8 @@
+## 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. @@ -67,6 +68,9 @@ Administrators can create and manage all repositories, user accounts, and teams - Groovy push hook scripts - Pluggable user service mechanism - LDAP authentication with optional LDAP-controlled Team memberships + - Redmine authentication + - SalesForce.com authentication + - Windows authentication - Custom authentication, authorization, and user management - Rich RSS feeds - JSON-based RPC mechanism -- cgit v1.2.3