Changeset - 39d9aca6e266
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 15 years ago 2010-10-10 18:00:54
marcin@python-works.com
added demo link to docs
1 file changed with 8 insertions and 0 deletions:
0 comments (0 inline, 0 general)
docs/index.rst
Show inline comments
 
.. _index:
 

	
 
Welcome to RhodeCode (RhodiumCode) documentation!
 
=================================================
 

	
 
``RhodeCode`` is Pylons based repository management and serving for mercurial. 
 
It's similar to github or bitbucket, but focuses more on closed access restrictions.
 
There's no default free access to RhodeCode You have to create an account in order
 
to use the application. 
 

	
 
**RhodeCode demo is available at**
 

	
 
http://hg.python-works.com
 

	
 
The default access is
 

	
 
- username: demo
 
- password: demo
 

	
 
RhodeCode uses `Semantic Versioning <http://semver.org/>`_
 

	
 
**Features**
 

	
 
- Has it's own middleware to handle mercurial protocol request. Each request can 
 
  be logged and authenticated. Runs on threads unlikely to hgweb You can make
 
  multiple pulls/pushes simultaneous
 
- Full permissions and authentication per project private/read/write/admin. 
 
  One account for web interface and mercurial push/pull/clone.
 
- Mako templates let's you customize look and feel of application.
 
- Beautiful diffs, annotations and source codes all colored by pygments.
0 comments (0 inline, 0 general)