2014-07-05 03:24:57 -04:00
|
|
|
%div
|
|
|
|
%h1
|
2013-10-27 11:06:02 -04:00
|
|
|
GitLab
|
2013-02-16 07:42:22 -05:00
|
|
|
%span= Gitlab::VERSION
|
|
|
|
%small= Gitlab::REVISION
|
2015-03-10 15:51:46 -04:00
|
|
|
- if current_application_settings.version_check_enabled
|
|
|
|
= version_status_badge
|
2013-10-27 11:06:02 -04:00
|
|
|
%p.slead
|
|
|
|
GitLab is open source software to collaborate on code.
|
|
|
|
%br
|
2014-02-07 11:06:32 -05:00
|
|
|
Manage git repositories with fine grained access controls that keep your code secure.
|
2013-10-27 11:06:02 -04:00
|
|
|
%br
|
2014-02-07 11:06:32 -05:00
|
|
|
Perform code reviews and enhance collaboration with merge requests.
|
|
|
|
%br
|
|
|
|
Each project can also have an issue tracker and a wiki.
|
|
|
|
%br
|
2014-04-14 07:50:31 -04:00
|
|
|
Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises.
|
2014-02-07 11:06:32 -05:00
|
|
|
%br
|
2014-10-07 07:16:19 -04:00
|
|
|
Read more about GitLab at #{link_to promo_host, promo_url, target: '_blank'}.
|
2012-01-22 07:25:43 -05:00
|
|
|
|
2014-07-05 03:24:57 -04:00
|
|
|
%hr
|
|
|
|
|
2013-01-05 17:30:38 -05:00
|
|
|
.row
|
2014-07-05 03:24:57 -04:00
|
|
|
.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
|
|
|
|
|
2013-12-30 16:55:15 -05:00
|
|
|
.col-md-4
|
2014-05-29 11:42:44 -04:00
|
|
|
.panel.panel-default
|
2014-05-29 11:43:21 -04:00
|
|
|
.panel-heading
|
2013-07-13 13:36:21 -04:00
|
|
|
Quick help
|
2013-01-05 17:30:38 -05:00
|
|
|
%ul.well-list
|
|
|
|
%li
|
2014-04-04 02:05:09 -04:00
|
|
|
See our website for
|
2014-10-07 07:16:19 -04:00
|
|
|
= link_to 'getting help', promo_url + '/getting-help/'
|
2013-01-18 19:35:16 -05:00
|
|
|
%li
|
|
|
|
Use the
|
2014-08-21 04:14:31 -04:00
|
|
|
= link_to 'search bar', '#', onclick: 'Shortcuts.focusSearch(event)'
|
2013-01-18 19:35:16 -05:00
|
|
|
on the top of this page
|
2013-07-09 11:34:44 -04:00
|
|
|
%li
|
|
|
|
Use
|
2014-08-21 04:14:31 -04:00
|
|
|
= link_to 'shortcuts', '#', onclick: 'Shortcuts.showHelp(event)'
|
2015-02-14 22:11:45 -05:00
|
|
|
%li
|
2015-02-16 00:51:23 -05:00
|
|
|
Get a support
|
|
|
|
= link_to 'subscription', 'https://about.gitlab.com/pricing/'
|
2015-02-14 22:11:45 -05:00
|
|
|
%li
|
|
|
|
= link_to 'Compare', 'https://about.gitlab.com/features/#compare'
|
|
|
|
GitLab editions
|