Changeset - 702c7e565c56
[Not reviewed]
Marcin Kuzminski - 15 years ago 2010-06-23 00:34:22
marcin@python-works.com
docs update, version bump
2 files changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
README.rst
Show inline comments
 
@@ -10,8 +10,11 @@ Fully customizable, with authentication,
 
  be logged and authenticated + threaded performance unlikely to hgweb
 
- mako templates let's you cusmotize look and feel of appplication.
 
- diffs annotations and source code all colored by pygments.
 
- mercurial branch graph
 
- admin interface for performing user/permission managments as well as repository
 
  managment
 
- 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
 
@@ -21,7 +24,6 @@ Fully customizable, with authentication,
 
**Incoming**
 

	
 
- full permissions per project
 
- setup project descriptions and info into db
 
- git support (when vcs can handle it)
 

	
 
.. note::
pylons_app/__init__.py
Show inline comments
 
@@ -24,7 +24,7 @@ Hg app, a web based mercurial repository
 
@author: marcink
 
"""
 

	
 
VERSION = (0, 7, 7, 'beta')
 
VERSION = (0, 7, 8, 'beta')
 

	
 
__version__ = '.'.join((str(each) for each in VERSION[:4]))
 

	
0 comments (0 inline, 0 general)