diff options
author | James Moger <james.moger@gitblit.com> | 2014-04-11 13:41:53 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-04-11 13:48:15 -0400 |
commit | df3594165089d28409cdd57bbe5f3fde304557f1 (patch) | |
tree | 555f9fb8bf77d1dfc6f0e9f8783fa17822b18b05 /src/site/features.mkd | |
parent | e902064590962412b45f3d6ffccaece401f7f5c1 (diff) | |
download | gitblit-df3594165089d28409cdd57bbe5f3fde304557f1.tar.gz gitblit-df3594165089d28409cdd57bbe5f3fde304557f1.zip |
Improve plugin documentation
Diffstat (limited to 'src/site/features.mkd')
-rw-r--r-- | src/site/features.mkd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/site/features.mkd b/src/site/features.mkd index 6d933cc1..dc048804 100644 --- a/src/site/features.mkd +++ b/src/site/features.mkd @@ -21,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
@@ -46,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
|