summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-05-21 17:37:35 -0400
committerJames Moger <james.moger@gitblit.com>2013-05-21 17:37:35 -0400
commit9782713e94126bc59a951f34b6eaeea24eb556cb (patch)
tree9ee303f01a8070bcbbe711df73feb2eb108f4381
parent8c4eb96400c39467f57dc325f67fe15331ea92c6 (diff)
downloadgitblit-9782713e94126bc59a951f34b6eaeea24eb556cb.tar.gz
gitblit-9782713e94126bc59a951f34b6eaeea24eb556cb.zip
Documentation
-rw-r--r--.gitignore1
-rw-r--r--releases.moxie2
-rw-r--r--src/site/siteindex.mkd2
3 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index c92ae137..1aa74471 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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