##// END OF EJS Templates
small docs update
marcink -
r624:60a4aabf default
parent child Browse files
Show More
@@ -40,9 +40,9 b' Instalation'
40 Features
40 Features
41 --------
41 --------
42
42
43 - Has it's own middleware to handle mercurial_ protocol request. Each request can
43 - Has it's own middleware to handle mercurial_ protocol request. Each request
44 be logged and authenticated. Runs on threads unlikely to hgweb You can make
44 can be logged and authenticated. Runs on threads unlikely to hgweb You can
45 multiple pulls/pushes simultaneous
45 make multiple pulls/pushes simultaneous. Supports http/https
46 - Full permissions and authentication per project private/read/write/admin.
46 - Full permissions and authentication per project private/read/write/admin.
47 One account for web interface and mercurial_ push/pull/clone.
47 One account for web interface and mercurial_ push/pull/clone.
48 - Mako templates let's you customize look and feel of application.
48 - Mako templates let's you customize look and feel of application.
@@ -70,9 +70,10 b' Incoming'
70 --------
70 --------
71
71
72 - code review (probably based on hg-review)
72 - code review (probably based on hg-review)
73 - git_ support (when vcs_ can handle it - it's almost there !)
73 - full git_ support, with push/pull server
74 - commit based build in wiki system
74 - commit based build in wiki system
75 - clone points and cloning from remote repositories into rhodecode (git_ and mercurial_)
75 - clone points and cloning from remote repositories into rhodecode
76 (git_ and mercurial_)
76 - some cache optimizations
77 - some cache optimizations
77 - other cools stuff that i can figure out (or You can help me figure out)
78 - other cools stuff that i can figure out (or You can help me figure out)
78
79
@@ -35,9 +35,9 b' http://hg.python-works.com/rhodecode/sum'
35 Features
35 Features
36 --------
36 --------
37
37
38 - Has it's own middleware to handle mercurial_ protocol request. Each request can
38 - Has it's own middleware to handle mercurial_ protocol request. Each request
39 be logged and authenticated. Runs on threads unlikely to hgweb You can make
39 can be logged and authenticated. Runs on threads unlikely to hgweb You can
40 multiple pulls/pushes simultaneous
40 make multiple pulls/pushes simultaneous. Supports http/https
41 - Full permissions and authentication per project private/read/write/admin.
41 - Full permissions and authentication per project private/read/write/admin.
42 One account for web interface and mercurial_ push/pull/clone.
42 One account for web interface and mercurial_ push/pull/clone.
43 - Mako templates let's you customize look and feel of application.
43 - Mako templates let's you customize look and feel of application.
@@ -76,9 +76,10 b' Incoming'
76 --------
76 --------
77
77
78 - code review (probably based on hg-review)
78 - code review (probably based on hg-review)
79 - git_ support (when vcs_ can handle it - it's almost there !)
79 - full git_ support, with push/pull server
80 - commit based build in wiki system
80 - commit based build in wiki system
81 - clone points and cloning from remote repositories into rhodecode (git_ and mercurial_)
81 - clone points and cloning from remote repositories into rhodecode
82 (git_ and mercurial_)
82 - some cache optimizations
83 - some cache optimizations
83 - other cools stuff that i can figure out (or You can help me figure out)
84 - other cools stuff that i can figure out (or You can help me figure out)
84
85
General Comments 0
You need to be logged in to leave comments. Login now