##// END OF EJS Templates
doc fix
marcink -
r254:85cbe7ad default
parent child Browse files
Show More
@@ -1,9 +1,11 b''
1 ------------
1 -------------------------------------
2 2 Pylons based replacement for hgwebdir
3 ------------
3 -------------------------------------
4 4
5 5 Fully customizable, with authentication, permissions. Based on vcs library.
6 **Owerview**
6
7 **Overview**
8
7 9 - has it's own middleware to handle mercurial protocol request each request can
8 10 be logged and authenticated + threaded performance unlikely to hgweb
9 11 - mako templates let's you cusmotize look and feel of appplication.
@@ -16,8 +18,8 b' Fully customizable, with authentication,'
16 18 - future support for git
17 19 - based on pylons 1.0 / sqlalchemy 0.6
18 20
21 **Incoming**
19 22
20 **Incoming**
21 23 - full permissions per project
22 24 - setup project descriptions and info into db
23 25 - git support (when vcs can handle it)
General Comments 0
You need to be logged in to leave comments. Login now