Commit 2c71c2e1df1bec9ded0a62feb6f68f60fbdfb154

Authored by Dmitriy Zaporozhets
1 parent 60fdc04d

trying new readme

Showing 1 changed file with 25 additions and 16 deletions   Show diff stats
README.md
1   -# Welcome to GitLab! Self hosted Git management software
  1 +## GitLab is a self hosted Git management software.
2 2  
  3 +Check out [gitlab.org](http://gitlab.org)
3 4  
4   -## Badges:
  5 +![logo](https://raw.github.com/gitlabhq/gitlabhq/master/public/gitlab_logo.png)
5 6  
6   -* master: travis-ci.org [![build status](https://secure.travis-ci.org/gitlabhq/gitlabhq.png)](https://travis-ci.org/gitlabhq/gitlabhq)a
7   -* master: ci.gitlab.org [![CI](http://ci.gitlab.org/projects/1/status?ref=master)](http://ci.gitlab.org/projects/1?ref=master)
8   -* [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/gitlabhq/gitlabhq)
9   -* [![Dependency Status](https://gemnasium.com/gitlabhq/gitlabhq.png)](https://gemnasium.com/gitlabhq/gitlabhq)
  7 +With GitLab you can:
  8 + * create projects and repositories
  9 + * manage repositories access
  10 + * do code review
  11 +
  12 +- - -
  13 +
  14 +### Code status:
10 15  
11   -GitLab is a free project and repository management application
  16 +* master: travis-ci.org
  17 + [![build status](https://secure.travis-ci.org/gitlabhq/gitlabhq.png)](https://travis-ci.org/gitlabhq/gitlabhq)
12 18  
  19 +* master: ci.gitlab.org
  20 + [![CI](http://ci.gitlab.org/projects/1/status?ref=master)](http://ci.gitlab.org/projects/1?ref=master)
  21 +
  22 +* [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/gitlabhq/gitlabhq)
  23 +* [![Dependency Status](https://gemnasium.com/gitlabhq/gitlabhq.png)](https://gemnasium.com/gitlabhq/gitlabhq)
13 24  
14   -## Application details
  25 +### Application details
15 26  
16 27 * powered by Ruby on Rails
17 28 * its completely free and open source
18 29 * distributed under the MIT License
19 30  
20   -## Requirements
  31 +### Requirements
21 32  
22 33 * Ubuntu/Debian
23 34 * ruby 1.9.3+
... ... @@ -26,16 +37,14 @@ GitLab is a free project and repository management application
26 37 * gitlab-shell
27 38 * redis
28 39  
29   -## Install
  40 +### Install
30 41  
31 42 Checkout [wiki](https://github.com/gitlabhq/gitlabhq/wiki) pages for installation information, migration, etc.
32 43  
33   -## [Community](http://gitlab.org/community/)
  44 +### [Community](http://gitlab.org/community/)
34 45  
35   -## [Contact](http://gitlab.org/contact/)
  46 +### [Contact](http://gitlab.org/contact/)
36 47  
37   -## Contribute
  48 +### [Issue Submission Guide](https://github.com/gitlabhq/gitlabhq/wiki/Issue-Submission-Guide)
38 49  
39   -[Developer Guide](https://github.com/gitlabhq/gitlabhq/wiki/Developer-Guide)
40   -Want to help - send a pull request.
41   -We'll accept good pull requests.
  50 +### [Developer Guide](https://github.com/gitlabhq/gitlabhq/wiki/Developer-Guide)
... ...