aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2010-07-14 12:38:01 +0200
committerMarcin Kuzminski <marcin@python-works.com>2010-07-14 12:38:01 +0200
commitd34db2774f720b3ab701c9014106d6b2e3ac308c (patch)
tree7e5fb45ebce3a72ba90a3967ef62338d36fbc76a /README.rst
parentcd2926f110d3fee751904f267d0c76cc27b457d8 (diff)
updated requirements and readme
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 1031949e..1efdba7c 100644
--- a/README.rst
+++ b/README.rst
@@ -13,14 +13,14 @@ Fully customizable, with authentication, permissions. Based on vcs library.
- diffs annotations and source code all colored by pygments.
- mercurial branch graph
- admin interface for performing user/permission managments as well as repository
- managment
+ managment. Additionall settings for mercurial web, (hooks editable from admin
+ panel !)
- backup scripts can do backup of whole app and send it over scp to desired location
- setup project descriptions and info inside built in db for easy, non
file-system operations
- added cache with invalidation on push/repo managment for high performance and
always upto date data.
- rss /atom feed customizable
-- future support for git
- based on pylons 1.0 / sqlalchemy 0.6
**Incoming**
@@ -28,6 +28,7 @@ Fully customizable, with authentication, permissions. Based on vcs library.
- code review based on hg-review (when it's stable)
- git support (when vcs can handle it)
- other cools stuff that i can figure out
+- manage hg ui() per repo, add hooks settings, per repo, and not globally
.. note::
This software is still in beta mode. I don't guarantee that it'll work.
@@ -45,8 +46,8 @@ Installation
- download hg app from default (not demo) branch from bitbucket and run
'python setup.py install' this will install all required dependencies needed
- run paster setup-app production.ini it should create all needed tables
- and an admin account. Also it will create repositories.config for mercurial
- commands, remember that the given path for mercurial repositories must be write
+ and an admin account.
+- remember that the given path for mercurial repositories must be write
accessible for the application
- run paster serve development.ini - or you can use manage-hg_app script.
the app should be available at the 127.0.0.1:5000