Commit 2f82035f2ced27ce43f74ec2819153c9c48e71cb
Exists in
spb-stable
and in
3 other branches
Merge branch 'better-description-and-50k' into 'master'
Better Description And 50k
Showing
2 changed files
with
16 additions
and
13 deletions
Show diff stats
README.md
... | ... | @@ -4,17 +4,14 @@ |
4 | 4 | |
5 | 5 |  |
6 | 6 | |
7 | -### GitLab allows you to | |
8 | - * keep your code secure on your own server | |
9 | - * manage repositories, users and access permissions | |
10 | - * communicate through issues, line-comments and wiki pages | |
11 | - * perform code review with merge requests | |
12 | - | |
13 | -### GitLab is | |
14 | - | |
15 | -* powered by Ruby on Rails | |
16 | -* completely free and open source (MIT license) | |
17 | -* used by more than 25.000 organizations to keep their code secure | |
7 | +### Gitlab is open source software to collaborate on code | |
8 | + | |
9 | +* Manage git repositories with fine grained access controls that keep your code secure | |
10 | +* Perform code reviews and enhance collaboration with merge requests | |
11 | +* Each project can also have an issue tracker and a wiki | |
12 | +* Used by than 50,000 organizations, GitLab is the most popular solution to manage git repositories on-premises | |
13 | +* Completely free and open source (MIT Expat license) | |
14 | +* Powered by Ruby on Rails | |
18 | 15 | |
19 | 16 | ### Code status |
20 | 17 | ... | ... |
app/views/help/index.html.haml
... | ... | @@ -6,9 +6,15 @@ |
6 | 6 | %p.slead |
7 | 7 | GitLab is open source software to collaborate on code. |
8 | 8 | %br |
9 | - Create projects and repositories, manage access and do code reviews. | |
9 | + Manage git repositories with fine grained access controls that keep your code secure. | |
10 | 10 | %br |
11 | - Read more about GitLab at #{link_to "gitlab.org", "http://gitlab.org/", target: "_blank"}. | |
11 | + Perform code reviews and enhance collaboration with merge requests. | |
12 | + %br | |
13 | + Each project can also have an issue tracker and a wiki. | |
14 | + %br | |
15 | + Used by than 50,000 organizations, GitLab is the most popular solution to manage git repositories on-premises. | |
16 | + %br | |
17 | + Read more about GitLab at #{link_to "www.gitlab.com", "https://www.gitlab.com/", target: "_blank"}. | |
12 | 18 | |
13 | 19 | .row |
14 | 20 | .col-md-4 | ... | ... |