aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2010-08-06 02:03:22 +0200
committerMarcin Kuzminski <marcin@python-works.com>2010-08-06 02:03:22 +0200
commit9d6876d04660684cce45bc49291e1306977ae6cd (patch)
tree775da0f17558f843dd0a7d8b7eeee20160d6c4da /README.rst
parentc907cf85c7a5dba276403bcc4822925af8658d1f (diff)
Implemented hooks system,
Added repo size hook, and active flag on ui settings in the database to able to toggle them.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 2a996bb9..2efb440c 100644
--- a/README.rst
+++ b/README.rst
@@ -9,17 +9,18 @@ Fully customizable, with authentication, permissions. Based on vcs library.
- has it's own middleware to handle mercurial protocol request each request can
be logged and authenticated + threaded performance unlikely to hgweb
- full permissions per project read/write/admin access even on mercurial request
-- mako templates let's you cusmotize look and feel of appplication.
+- mako templates let's you cusmotize look and feel of application.
- diffs annotations and source code all colored by pygments.
- mercurial branch graph and yui-flot powered graphs
- admin interface for performing user/permission managments as well as repository
- managment. Additionall settings for mercurial web, (hooks editable from admin
- panel !)
+ managment.
+- Additionall settings for mercurial web, (hooks editable from admin
+ panel !) also paths,archive,remote messages
- 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.
+ always upto date data.
- rss /atom feed customizable
- based on pylons 1.0 / sqlalchemy 0.6
@@ -28,10 +29,12 @@ 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
+- full text search of source codes
- 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.
+ This software is still in beta mode.
+ I don't guarantee that it'll work correctly.
-------------