BigW Consortium Gitlab

index.html.haml 2.19 KB
Newer Older
randx committed
1
%h3.page_title
2
  GITLAB
3
  .pull-right
4 5
    %span= Gitlab::VERSION
    %small= Gitlab::REVISION
6
%hr
randx committed
7 8 9
%p.lead
  Self Hosted Git Management
  %br
10
  Fast, secure and stable solution based on Ruby on Rails.
11

12 13 14
%br

.row
15
  .span4
16 17
    .ui-box
      .title
18
        %h5 Quick help
19 20
      %ul.well-list
        %li
21 22 23 24
          Email your
          = mail_to Gitlab.config.gitlab.support_email, "support contact"
        %li
          Use the
25
          = link_to "search bar", '#', onclick: "$('#search').focus();"
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
          on the top of this page
        %li
          Ask in our
          = link_to "support forum", "https://groups.google.com/forum/#!forum/gitlabhq"
        %li
          Browse our
          = link_to "issue tracker", "https://github.com/gitlabhq/gitlabhq/issues"
  .span4
    .ui-box
      .title
        %h5 User documentation
      %ul.well-list
        %li
          %strong= link_to "Workflow", help_workflow_path
          %p Learn how to use Git and GitLab together.
41

42
        %li
43 44
          %strong= link_to "SSH keys", help_ssh_path
          %p Setup secure access to your projects.
45

46
        %li
47 48
          %strong= link_to "GitLab Markdown", help_markdown_path
          %p Learn what you can do with GitLab's advanced formatting system.
49

50
        %li
51 52
          %strong= link_to "Permissions", help_permissions_path
          %p Get familiar with GitLab's permission levels.
randx committed
53

54
        %li
55 56
          %strong= link_to "API", help_api_path
          %p Explore how you can access GitLab via a simple and powerful API.
randx committed
57

58
        %li
59 60
          %strong= link_to "Web Hooks", help_web_hooks_path
          %p Let GitLab notify you when new code has been pushed to your project.
61

62
  .span4
63 64
    .ui-box
      .title
65
        %h5 Admin documentation
66
      %ul.well-list
randx committed
67

68
        %li
69 70
          %strong= link_to "Rake Tasks", help_raketasks_path
          %p Explore what GitLab has in store for you to make administration easier.
71

72
        %li
73 74
          %strong= link_to "System Hooks", help_system_hooks_path
          %p Let GitLab notify you when certain management tasks need to be carried out.
75

76
        %li
77 78
          %strong= link_to "Public Access", help_public_access_path
          %p Learn how you can allow public access to a project.