BigW Consortium Gitlab

index.html.haml 1.63 KB
Newer Older
Dmitriy Zaporozhets committed
1 2
%div
  %h1
3
    GitLab
4 5
    %span= Gitlab::VERSION
    %small= Gitlab::REVISION
6 7
    - if current_application_settings.version_check_enabled
      = version_status_badge
8 9 10
  %p.slead
    GitLab is open source software to collaborate on code.
    %br
11
    Manage git repositories with fine grained access controls that keep your code secure.
12
    %br
13 14 15 16
    Perform code reviews and enhance collaboration with merge requests.
    %br
    Each project can also have an issue tracker and a wiki.
    %br
dosire committed
17
    Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises.
18
    %br
19
    Read more about GitLab at #{link_to promo_host, promo_url, target: '_blank'}.
20

Dmitriy Zaporozhets committed
21 22
%hr

23
.row
Dmitriy Zaporozhets committed
24 25 26 27 28 29 30 31
  .col-md-8
    .documentation-index
      = preserve do
        - readme_text = File.read(Rails.root.join("doc", "README.md"))
        - text = readme_text.dup
        - readme_text.scan(/\]\(([^(]+)\)/) { |match| text.gsub!(match.first, "help/#{match.first}") }
        = markdown text

32
  .col-md-4
33
    .panel.panel-default
34
      .panel-heading
35
        Quick help
36 37
      %ul.well-list
        %li
38
          See our website for
39
          = link_to 'getting help', promo_url + '/getting-help/'
40 41
        %li
          Use the
42
          = link_to 'search bar', '#', onclick: 'Shortcuts.focusSearch(event)'
43
          on the top of this page
44 45
        %li
          Use
46
          = link_to 'shortcuts', '#', onclick: 'Shortcuts.showHelp(event)'
47
        %li
48 49
          Get a support
          = link_to 'subscription', 'https://about.gitlab.com/pricing/'
50 51 52
        %li
          = link_to 'Compare', 'https://about.gitlab.com/features/#compare'
          GitLab editions