From 2c92d5e415f95e8e9c43df88f93c14aced677e30 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sat, 14 Jun 2014 09:44:48 -0400 Subject: [PATCH] Documentation --- src/site/features.mkd | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/site/features.mkd b/src/site/features.mkd index 314fe39..9aa8196 100644 --- a/src/site/features.mkd +++ b/src/site/features.mkd @@ -1,6 +1,7 @@ ## Standard Features (GO/WAR) -- JGit http/https SmartHTTP servlet -- JGit git protocol daemon +- Integrated JGit http/https SmartHTTP servlet +- Integrated JGit git protocol daemon +- Integrated Mina SSHD daemon - Optional feature to allow users to create personal repositories - Optional feature to fork a repository to a personal repository - Optional feature to create a repository on push @@ -20,9 +21,10 @@ - **RWD** (clone and push with ref creation, deletion) - **RW+** (clone and push with ref creation, deletion, rewind) - Menu driven native platform clone links for all popular Git clients -- *Experimental* built-in Garbage Collection +- Garbage Collection service - Ability to federate with one or more other Gitblit instances - RSS/JSON RPC interface +- An evolving plugin infrastructure - Java/Swing Gitblit Manager tool - Responsive web UI that subtracts elements to be usable on phones, tablets, and desktop browsers - Groovy pre- and post- push hook scripts, per-repository or globally for all repositories @@ -45,7 +47,7 @@ - User-tracked reflog for pushes, tags, etc. - Fanout PubSub notifications service for self-hosted [Sparkleshare](http://sparkleshare.org) use - gh-pages display support (Jekyll is not supported) -- Branch metrics (uses Google Charts) +- Branch metrics - HEAD and Branch RSS feeds - Blame annotations view - Dates can optionally be displayed using the browser's reported timezone @@ -66,6 +68,9 @@ - Brazilian Portuguese - Dutch - Simplified Chinese (zh_CN) + - French + - German + - Norwegian ## Gitblit GO Features - Out-of-the-box integrated stack requiring minimal configuration @@ -73,10 +78,8 @@ - Integrated GUI tool to facilitate x509 PKI including ssl and client certificate generation, client certificate revocation, and client certificate distribution - Single text file for configuring server and gitblit - A Windows service installation script and configuration tool -- Built-in AJP connector for Apache httpd ## Limitations -- HTTP/HTTPS/GIT are the only supported Git protocols (SSH is in progress, ticket-6) - Built-in access controls are not branch-based, they are repository-based. [jgit]: http://eclipse.org/jgit "Eclipse JGit Site" -- Gitblit v1.9.1