summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-27 21:05:57 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-27 21:05:57 +0200
commit2c71c2e1df1bec9ded0a62feb6f68f60fbdfb154 (patch)
tree0ac8431ecf3ecc67a54f7fd58fb815a09282c195 /README.md
parent60fdc04d0314b3f69fc7b8f7190aecbb8049abc6 (diff)
downloadgitlab-ce-2c71c2e1df1bec9ded0a62feb6f68f60fbdfb154.tar.gz
trying new readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md41
1 files changed, 25 insertions, 16 deletions
diff --git a/README.md b/README.md
index e910dc958cd..2b8b8dfc189 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,34 @@
-# Welcome to GitLab! Self hosted Git management software
+## GitLab is a self hosted Git management software.
+Check out [gitlab.org](http://gitlab.org)
-## Badges:
+![logo](https://raw.github.com/gitlabhq/gitlabhq/master/public/gitlab_logo.png)
-* master: travis-ci.org [![build status](https://secure.travis-ci.org/gitlabhq/gitlabhq.png)](https://travis-ci.org/gitlabhq/gitlabhq)a
-* master: ci.gitlab.org [![CI](http://ci.gitlab.org/projects/1/status?ref=master)](http://ci.gitlab.org/projects/1?ref=master)
-* [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/gitlabhq/gitlabhq)
-* [![Dependency Status](https://gemnasium.com/gitlabhq/gitlabhq.png)](https://gemnasium.com/gitlabhq/gitlabhq)
+With GitLab you can:
+ * create projects and repositories
+ * manage repositories access
+ * do code review
+
+- - -
+
+### Code status:
-GitLab is a free project and repository management application
+* master: travis-ci.org
+ [![build status](https://secure.travis-ci.org/gitlabhq/gitlabhq.png)](https://travis-ci.org/gitlabhq/gitlabhq)
+* master: ci.gitlab.org
+ [![CI](http://ci.gitlab.org/projects/1/status?ref=master)](http://ci.gitlab.org/projects/1?ref=master)
+
+* [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/gitlabhq/gitlabhq)
+* [![Dependency Status](https://gemnasium.com/gitlabhq/gitlabhq.png)](https://gemnasium.com/gitlabhq/gitlabhq)
-## Application details
+### Application details
* powered by Ruby on Rails
* its completely free and open source
* distributed under the MIT License
-## Requirements
+### Requirements
* Ubuntu/Debian
* ruby 1.9.3+
@@ -26,16 +37,14 @@ GitLab is a free project and repository management application
* gitlab-shell
* redis
-## Install
+### Install
Checkout [wiki](https://github.com/gitlabhq/gitlabhq/wiki) pages for installation information, migration, etc.
-## [Community](http://gitlab.org/community/)
+### [Community](http://gitlab.org/community/)
-## [Contact](http://gitlab.org/contact/)
+### [Contact](http://gitlab.org/contact/)
-## Contribute
+### [Issue Submission Guide](https://github.com/gitlabhq/gitlabhq/wiki/Issue-Submission-Guide)
-[Developer Guide](https://github.com/gitlabhq/gitlabhq/wiki/Developer-Guide)
-Want to help - send a pull request.
-We'll accept good pull requests.
+### [Developer Guide](https://github.com/gitlabhq/gitlabhq/wiki/Developer-Guide)