##// END OF EJS Templates
docs: small improvements on main page.
marcink -
r1119:0d648914 default
parent child Browse files
Show More
@@ -1,85 +1,87 b''
1 |RCM|
1 |RCM|
2 =====
2 =====
3
3
4 |RCM| is a high-performance source code management and collaboration system.
4 |RCM| is a high-performance source code management and collaboration system.
5 It enables you to develop projects securely behind the firewall while
5 It enables you to develop projects securely behind the firewall while
6 providing collaboration tools that work with |git|, |hg|,
6 providing collaboration tools that work with |git|, |hg|,
7 and |svn| |repos|. The user interface allows you to create, edit,
7 and |svn| |repos|. The user interface allows you to create, edit,
8 and commit files and |repos| while managing their security permissions.
8 and commit files and |repos| while managing their security permissions.
9
9
10 |RCM| provides the following features:
10 |RCM| provides the following features:
11
11
12 * Source code management.
12 * Source code management.
13 * Extended permissions management.
13 * Extended permissions management.
14 * Integrated code collaboration tools.
14 * Integrated code collaboration tools.
15 * Integrated code review and notifications.
15 * Integrated code review and notifications.
16 * Scalability provided by multi-node setup.
16 * Scalability provided by multi-node setup.
17 * Fully programmable automation API.
17 * Fully programmable automation API.
18 * Web-based hook management.
18 * Web-based hook management.
19 * Native |svn| support.
19 * Native |svn| support.
20 * Migration from existing databases.
20 * Migration from existing databases.
21 * |RCM| SDK.
21 * |RCM| SDK.
22 * Built-in analytics
22 * Built-in analytics
23 * Built in integrations including: Slack, Jenkins, Webhooks, Jira, Redmine, Hipchat
23 * Pluggable authentication system.
24 * Pluggable authentication system.
24 * Support for |LDAP|, Crowd, CAS, PAM.
25 * Support for AD, |LDAP|, Crowd, CAS, PAM.
26 * Support for external authentication via Oauth Google, Github, Bitbucket, Twitter.
25 * Debug modes of operation.
27 * Debug modes of operation.
26 * Private and public gists.
28 * Private and public gists.
27 * Gists with limited lifetimes and within instance only sharing.
29 * Gists with limited lifetimes and within instance only sharing.
28 * Fully integrated code search function.
30 * Fully integrated code search function.
29 * Always on SSL connectivity.
31 * Always on SSL connectivity.
30
32
31 .. only:: html
33 .. only:: html
32
34
33 Table of Contents
35 Table of Contents
34 -----------------
36 -----------------
35
37
36 .. toctree::
38 .. toctree::
37 :maxdepth: 1
39 :maxdepth: 1
38 :caption: Admin Documentation
40 :caption: Admin Documentation
39
41
40 install/quick-start
42 install/quick-start
41 install/install-database
43 install/install-database
42 install/install-steps
44 install/install-steps
43 admin/system-overview
45 admin/system-overview
44 nix/default-env
46 nix/default-env
45 admin/system-admin
47 admin/system-admin
46 admin/user-admin
48 admin/user-admin
47 admin/setting-repo-perms
49 admin/setting-repo-perms
48 admin/security-tips
50 admin/security-tips
49 auth/auth
51 auth/auth
50 issue-trackers/issue-trackers
52 issue-trackers/issue-trackers
51 admin/lab-settings
53 admin/lab-settings
52
54
53 .. toctree::
55 .. toctree::
54 :maxdepth: 1
56 :maxdepth: 1
55 :caption: Feature Documentation
57 :caption: Feature Documentation
56
58
57 collaboration/collaboration
59 collaboration/collaboration
58 collaboration/review-notifications
60 collaboration/review-notifications
59 collaboration/pull-requests
61 collaboration/pull-requests
60 code-review/code-review
62 code-review/code-review
61 integrations/integrations
63 integrations/integrations
62
64
63 .. toctree::
65 .. toctree::
64 :maxdepth: 1
66 :maxdepth: 1
65 :caption: Developer Documentation
67 :caption: Developer Documentation
66
68
67 api/api
69 api/api
68 tools/rhodecode-tools
70 tools/rhodecode-tools
69 extensions/extensions-hooks
71 extensions/extensions-hooks
70 contributing/contributing
72 contributing/contributing
71
73
72 .. toctree::
74 .. toctree::
73 :maxdepth: 1
75 :maxdepth: 1
74 :caption: User Documentation
76 :caption: User Documentation
75
77
76 usage/basic-usage
78 usage/basic-usage
77 tutorials/tutorials
79 tutorials/tutorials
78
80
79 .. toctree::
81 .. toctree::
80 :maxdepth: 1
82 :maxdepth: 1
81 :caption: About
83 :caption: About
82
84
83 known-issues/known-issues
85 known-issues/known-issues
84 release-notes/release-notes
86 release-notes/release-notes
85 admin/glossary
87 admin/glossary
General Comments 0
You need to be logged in to leave comments. Login now