Skip to content

Commit 7a44f72

Browse files
author
root
committed
Update README
1 parent adfb515 commit 7a44f72

File tree

1 file changed

+25
-17
lines changed

1 file changed

+25
-17
lines changed

README.mkd

+25-17
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,40 @@
1-
# Redmine Git Hosting Plugin (v0.6.2)
1+
## Redmine Git Hosting Plugin
22

3-
A ChiliProject / Redmine plugin which makes configuring your own Git hosting easy.
3+
### A Redmine plugin which makes configuring your own Git hosting easy :)
44

5-
This plugin allows straightforward management of Gitolite and associated public keys, the Git daemon, and integrates code from Scott Schacon's "grack" utility
6-
to provide Git Smart HTTP access.
5+
This plugin allows straightforward management of Gitolite within Redmine.
76

8-
Git repositories are automatically created in Gitolite when the repository is created in Redmine.
7+
It provides these functionalities :
98

10-
There is also an option to automatically create a Git repository for a project, when the project is created.
9+
* [SSH Public Keys Management](https://github.com/jbox-web/redmine_git_hosting/wiki/Features#wiki-ssh-public-keys-management)
10+
* [Deployment Credentials](https://github.com/jbox-web/redmine_git_hosting/wiki/Features#wiki-deployment-credentials)
11+
* [Post-Receive URLs](https://github.com/jbox-web/redmine_git_hosting/wiki/Features#wiki-post-receive-urls)
12+
* [Automatic Mirror Updates](https://github.com/jbox-web/redmine_git_hosting/wiki/Features#wiki-automatic-mirror-updates)
13+
* [Git Smart HTTP](https://github.com/jbox-web/redmine_git_hosting/wiki/Features#wiki-git-smart-http)
14+
* [Git Daemon](https://github.com/jbox-web/redmine_git_hosting/wiki/Features#wiki-git-daemon)
15+
* [Caching Options](https://github.com/jbox-web/redmine_git_hosting/wiki/Features#wiki-caching-options)
16+
* [Git mailing lists](https://github.com/jbox-web/redmine_git_hosting/wiki/Features#wiki-git-mailing-lists)
17+
* [Sidekiq async jobs](https://github.com/jbox-web/redmine_git_hosting/wiki/Features#wiki-sidekiq-async-jobs)
1118

12-
Caching functionality is also implemented to speed up page-load time when viewing Git repositories.
19+
You can follow announcements [here](https://github.com/jbox-web/redmine_git_hosting/wiki/Announcements) or take a look at the [roadmap](https://github.com/jbox-web/redmine_git_hosting/wiki/Roadmap).
1320

14-
Follow announcements here : https://github.com/jbox-web/redmine_git_hosting/wiki/Announcements
1521

16-
## Installation
22+
## Code status
23+
24+
* [![Code Climate](https://codeclimate.com/github/jbox-web/redmine_git_hosting.png)](https://codeclimate.com/github/jbox-web/redmine_git_hosting)
1725

18-
Everything is in the wiki : https://github.com/jbox-web/redmine_git_hosting/wiki
26+
## Installation
1927

28+
Read the documentation and more in the [Wiki](https://github.com/jbox-web/redmine_git_hosting/wiki).
2029

21-
## Copyright & License
2230

23-
Copyright (c) 2014 Nicolas Rodriguez ([email protected]), JBox Web (http://www.jbox-web.com) MIT License.
31+
## Copyrights & License
32+
Redmine Git Hosting is completely free and open source and released under the [MIT License](https://github.com/jbox-web/redmine_git_hosting/blob/v0.7/LICENSE).
2433

25-
Copyright (c) 2011 John Kubiatowicz ([email protected]) MIT License.
34+
Copyright (c) 2013-2014 Nicolas Rodriguez ([email protected]), JBox Web (http://www.jbox-web.com)
2635

27-
Copyright (c) 2010-2011 Eric Bishop ([email protected]) MIT License.
36+
Copyright (c) 2011-2013 John Kubiatowicz ([email protected])
2837

29-
Copyright (c) 2009-2010 Jan Schulz-Hofen, ROCKET RENTALS GmbH (http://www.rocket-rentals.de). MIT License.
38+
Copyright (c) 2010-2011 Eric Bishop ([email protected])
3039

31-
This plugin is based largely on the Gitosis plugin by Jan Schulz-Hofen for http://plan.io. Several updates/fixes were provided by Github users : untoldwind, tingar and ericpaulbishop.
32-
These updates were merged together and expanded upon by Eric Bishop to create this more comprehensive Git Hosting plugin.
40+
Copyright (c) 2009-2010 Jan Schulz-Hofen, Rocket Rentals GmbH (http://www.rocket-rentals.de)

0 commit comments

Comments
 (0)