##// END OF EJS Templates
- Further corrections to the setup page.
- Further corrections to the setup page.

File last commit:

r1071:bdc438fb default
r1090:de86a087 default
Show More
README.rst
125 lines | 4.5 KiB | text/x-rst | RstLexer
more docs update
r572
docs update
r796 =================================================
Welcome to RhodeCode (RhodiumCode) documentation!
=================================================
more docs update
r572
docs update
r796 ``RhodeCode`` (formerly hg-app) is Pylons framework based Mercurial repository
Fixes for release 1.1.4...
r1071 browser/management tool with build in push/pull server and full text search.
It works on http/https, has build in permission/authentication system with
ability to auth via LDAP. It's similar in some parts to github or bitbucket,
but it's suppose to run as standalone hosted application, it's open source
and donation ware and focuses more on providing customized, self administered
interface for Mercurial(and soon GIT) repositories. It's powered by vcs_
library that me and Lukasz Balcerzak created to handle many various version
control systems.
more docs update
r572
RhodeCode uses `Semantic Versioning <http://semver.org/>`_
RhodeCode demo
--------------
http://hg.python-works.com
updated readme
r847 The default access is anonymous but You can login to administrative account
using those credentials
doc fix
r254
more docs update
r572 - username: demo
- password: demo
Source code
-----------
updated readme
r847 The most up to date sources can be obtained from my own RhodeCode instance
https://rhodecode.org
doc fix
r254
updated readme
r847 Rarely updated source code and issue tracker is available at bitbcuket
http://bitbucket.org/marcinkuzminski/rhodecode
more docs update
r572
docs update
r796 Installation
------------
more docs update
r572
fixed backlinks and fixed target to docs
r576 Please visit http://packages.python.org/RhodeCode/installation.html
more docs update
r572
Features
--------
updated readme
r847 - Has it's own middleware to handle mercurial_ protocol request.
docs update, setup libs version bumps
r676 Each request can be logged and authenticated. Runs on threads unlikely to
updated readme
r847 hgweb. You can make multiple pulls/pushes simultaneous. Supports http/https
Fixes for release 1.1.4...
r1071 and LDAP
updated readme
r847 - Full permissions (private/read/write/admin) and authentication per project.
One account for web interface and mercurial_ push/pull/clone operations.
refactor codes and setup for python 2.5...
r564 - Mako templates let's you customize look and feel of application.
- Beautiful diffs, annotations and source codes all colored by pygments.
more docs update
r572 - Mercurial_ branch graph and yui-flot powered graphs with zooming and statistics
updated readme
r847 - Admin interface with user/permission management. Admin activity journal, logs
pulls, pushes, forks, registrations and other actions made by all users.
refactor codes and setup for python 2.5...
r564 - Server side forks, it's possible to fork a project and hack it free without
updated readme
r847 breaking the main repository.
- Full text search powered by Whoosh on source codes, and file names.
Build in indexing daemons, with optional incremental index build
version bump, small readme update
r498 (no external search servers required all in one application)
updated readme
r847 - Setup project descriptions and info inside built in db for easy, non
file-system operations
Fixes for release 1.1.4...
r1071 - Intelligent cache with invalidation after push or project change, provides high
updated readme
r847 performance and always up to date data.
- Rss / atom feeds, gravatar support, download sources as zip/tar/gz
more docs update
r572 - Async tasks for speed and performance using celery_ (works without them too)
refactor codes and setup for python 2.5...
r564 - Backup scripts can do backup of whole app and send it over scp to desired
updated readme
r847 location
- Based on pylons / sqlalchemy / sqlite / whoosh / vcs
docs update, developments serves statics as default
r253
docs update
r796 .. include:: ./docs/screenshots.rst
docs update, setup libs version bumps
r676 Incoming / Plans
----------------
docs update, developments serves statics as default
r253
updated readme
r847 - project grouping
- User groups/teams
Fixes for release 1.1.4...
r1071 - ssh based authentication with server side key management
more docs update
r572 - code review (probably based on hg-review)
docs update
r796 - full git_ support, with push/pull server (currently in beta tests)
readme update and fixed whoosh version 1.3.3 has error
r727 - redmine integration
updated readme
r847 - public accessible activity feeds
more docs update
r572 - commit based build in wiki system
Fixes for release 1.1.4...
r1071 - clone points and cloning from remote repositories into RhodeCode
docs update, setup libs version bumps
r676 - more statistics and graph (global annotation + some more statistics)
more docs update
r572 - other cools stuff that i can figure out (or You can help me figure out)
removed egg info, update files for distutils build...
r552
more docs update
r572 License
-------
Fixes for release 1.1.4...
r1071 ``RhodeCode`` is released under GPL_ license.
more docs update
r572
docs update, setup libs version bumps
r676 Mailing group Q&A
-----------------
docs update
r796 join the `Google group <http://groups.google.com/group/rhodecode>`_
docs update, setup libs version bumps
r676
docs update
r796 open an issue at `issue tracker <http://bitbucket.org/marcinkuzminski/rhodecode/issues>`_
docs update, setup libs version bumps
r676
docs update
r796 join #rhodecode on FreeNode (irc.freenode.net)
or use http://webchat.freenode.net/?channels=rhodecode for web access to irc.
Online documentation
--------------------
more docs update
r572
Online documentation for current version is available at
fixed backlinks and fixed target to docs
r576 http://packages.python.org/RhodeCode/.
more docs update
r572 You may also build documentation for yourself - go into ``docs/`` and run::
make html
Fixes for release 1.1.4...
r1071 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
.. _python: http://www.python.org/
.. _django: http://www.djangoproject.com/
.. _mercurial: http://mercurial.selenic.com/
.. _subversion: http://subversion.tigris.org/
.. _git: http://git-scm.com/
.. _celery: http://celeryproject.org/
.. _Sphinx: http://sphinx.pocoo.org/
.. _GPL: http://www.gnu.org/licenses/gpl.html
.. _vcs: http://pypi.python.org/pypi/vcs