Size: 891
Comment: Added reference to a new fork for hgwebproxy / Use and manage mercurial repositories in django
|
Size: 936
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
<<Include(A:style)>> <<Include(A:stub)>> |
|
|
From the README at http://www.bitbucket.org/faheem/hg/src/tip/README.
hgwebproxy was written by Jesper Noehr ( jesper@noehr.org ), with minor modifications by Faheem Mitha ( faheem@email.unc.edu ). It uses code from https://bitbucket.org/jespern/cx/. Hgwebproxy uses Django as a proxy for hgweb. In other words, when the request is sent to hgweb, Django gets it and relays it to hgweb, and then intercepts the response from hgweb, and can do post-processing on it if necessary. This has two advantages. One, hgweb can be put behind Django auth. Secondly, this makes it possible to use Django templating with hgweb.
To try out this project, clone http://www.bitbucket.org/faheem/hg and read README at top level.
Is Available a new fork of faheem app, Django Hgwebproxy fully integrated to the django admin interfaces.