diff options
author | James Moger <james.moger@gitblit.com> | 2013-05-21 17:37:35 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-05-21 17:37:35 -0400 |
commit | 9782713e94126bc59a951f34b6eaeea24eb556cb (patch) | |
tree | 9ee303f01a8070bcbbe711df73feb2eb108f4381 | |
parent | 8c4eb96400c39467f57dc325f67fe15331ea92c6 (diff) | |
download | gitblit-9782713e94126bc59a951f34b6eaeea24eb556cb.tar.gz gitblit-9782713e94126bc59a951f34b6eaeea24eb556cb.zip |
Documentation
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | releases.moxie | 2 | ||||
-rw-r--r-- | src/site/siteindex.mkd | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -19,3 +19,4 @@ /x509test /data /*.conf +/build-next.xml diff --git a/releases.moxie b/releases.moxie index ea547f56..114424e6 100644 --- a/releases.moxie +++ b/releases.moxie @@ -39,7 +39,7 @@ r17: { - Updated Japanese translation
additions:
- - Added client application url menus for Git, SourceTree, Tower, and SparkleShare
+ - Added client application menus for Git, SourceTree, Tower, GitHub for Windows, GitHub for Mac, and SparkleShare
- Added GO http/https connector thread pool size setting
- Added a server setting to force a particular translation/Locale for all sessions
- Added smart Git Daemon serving. If enabled, git:// access will be offered for any repository which permits anonymous access. If the repository permits anonymous cloning, anonymous git:// clone will be permitted while anonmymous git:// pushes will be rejected. diff --git a/src/site/siteindex.mkd b/src/site/siteindex.mkd index de5c0999..77cb8a08 100644 --- a/src/site/siteindex.mkd +++ b/src/site/siteindex.mkd @@ -29,7 +29,7 @@ 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
|