Commit 89ed1e09bba6c0fe5d259510f2b91de730c9675d

Authored by Sytse Sijbrandij
1 parent f31f101d

Clean up the readme.

Showing 1 changed file with 18 additions and 8 deletions   Show diff stats
README.md
1 1 # GitLab
2 2  
3   -## Self hosted Git management software
  3 +## Open source software to collaborate on code
4 4  
5 5 ![logo](https://gitlab.com/gitlab-org/gitlab-ce/raw/master/public/gitlab_logo.png)
6 6  
7 7 ![animated-screenshots](https://gist.github.com/fnkr/2f9badd56bfe0ed04ee7/raw/4f48806fbae97f556c2f78d8c2d299c04500cb0d/compiled.gif)
8 8  
9   -## Open source software to collaborate on code
10   -
11 9 - Manage Git repositories with fine grained access controls that keep your code secure
12 10 - Perform code reviews and enhance collaboration with merge requests
13 11 - Each project can also have an issue tracker and a wiki
... ... @@ -29,15 +27,27 @@
29 27  
30 28 - [![PullReview stats](https://www.pullreview.com/gitlab/gitlab-org/gitlab-ce/badges/master.svg?)](https://www.pullreview.com/gitlab.gitlab.com/gitlab-org/gitlab-ce/reviews/master)
31 29  
32   -### Resources
  30 +## Website
  31 +
  32 +On [www.gitlab.com](https://www.gitlab.com/) you can find more information about:
33 33  
34   -- [www.gitlab.com](https://www.gitlab.com/) includes information about [subscriptions](https://www.gitlab.com/subscription/), [consultancy](https://www.gitlab.com/consultancy/), the [community](https://www.gitlab.com/community/) and the [hosted GitLab.com](https://www.gitlab.com/gitlab-com/).
  34 +- [Subscriptions](https://www.gitlab.com/subscription/)
  35 +- [Consultancy](https://www.gitlab.com/consultancy/)
  36 +- [Community](https://www.gitlab.com/community/)
  37 +- [Hosted GitLab.com](https://www.gitlab.com/gitlab-com/) use GitLab as a free service
  38 +- [GitLab Enterprise Edition](https://www.gitlab.com/gitlab-ee/) with additional features aimed at larger organizations.
  39 +- [GitLab CI](https://www.gitlab.com/gitlab-ci/) a continuous integration (CI) server that is easy to integrate with GitLab.
35 40  
36   -- [GitLab Enterprise Edition](https://www.gitlab.com/gitlab-ee/) offers additional features aimed at larger organizations.
  41 +## Third-party applications
37 42  
38   -- [GitLab CI](https://www.gitlab.com/gitlab-ci/) is a continuous integration (CI) server that is easy to integrate with GitLab.
  43 +Access GitLab from multiple platforms with applications below.
  44 +These applications are maintained by contributors, GitLab B.V. does not offer support for them.
39 45  
40   -- Unofficial third-party [iPhone app](http://gitlabcontrol.com/), [Android app](https://play.google.com/store/apps/details?id=com.bd.gitlab&hl=en), [command line client](https://github.com/drewblessing/gitlab-cli), [Ruby API wrapper](https://github.com/NARKOZ/gitlab) and [Chrome app](https://chrome.google.com/webstore/detail/chrome-gitlab-notifier/eageapgbnjicdjjihgclpclilenjbobi) for GitLab.
  46 +- [iPhone app](http://gitlabcontrol.com/)
  47 +- [Android app](https://play.google.com/store/apps/details?id=com.bd.gitlab&hl=en)
  48 +- [Chrome app](https://chrome.google.com/webstore/detail/chrome-gitlab-notifier/eageapgbnjicdjjihgclpclilenjbobi)
  49 +- [Command line client](https://github.com/drewblessing/gitlab-cli)
  50 +- [Ruby API wrapper](https://github.com/NARKOZ/gitlab)
41 51  
42 52 ## Requirements
43 53  
... ...