Show More
@@ -0,0 +1,11 b'' | |||||
|
1 | .. _changelog: | |||
|
2 | ||||
|
3 | Changelog | |||
|
4 | ========= | |||
|
5 | ||||
|
6 | ||||
|
7 | 1.0.0rc2 (**tip**) | |||
|
8 | ||||
|
9 | - Disabled dirsize in file browser, it's causing nasty bug when dir renames | |||
|
10 | occure. After vcs is fixed it'll be put back again. | |||
|
11 | - templating/css rewrites, optimized css. |
@@ -1,117 +1,118 b'' | |||||
1 | .. _index: |
|
1 | .. _index: | |
2 |
|
2 | |||
3 | Welcome to RhodeCode (RhodiumCode) documentation! |
|
3 | Welcome to RhodeCode (RhodiumCode) documentation! | |
4 | ================================================= |
|
4 | ================================================= | |
5 |
|
5 | |||
6 | ``RhodeCode`` (formerly hg-app) is Pylons based repository management and |
|
6 | ``RhodeCode`` (formerly hg-app) is Pylons based repository management and | |
7 | serving for mercurial_. It's similar to github or bitbucket, but it's suppose to run |
|
7 | serving for mercurial_. It's similar to github or bitbucket, but it's suppose to run | |
8 | as standalone app, it's open source and focuses more on restricted access to repositories |
|
8 | as standalone app, it's open source and focuses more on restricted access to repositories | |
9 | There's no default free access to RhodeCode You have to create an account in order |
|
9 | There's no default free access to RhodeCode You have to create an account in order | |
10 | to use the application. It's powered by vcs_ library that we created to handle |
|
10 | to use the application. It's powered by vcs_ library that we created to handle | |
11 | many various version control systems. |
|
11 | many various version control systems. | |
12 |
|
12 | |||
13 | RhodeCode uses `Semantic Versioning <http://semver.org/>`_ |
|
13 | RhodeCode uses `Semantic Versioning <http://semver.org/>`_ | |
14 |
|
14 | |||
15 |
|
15 | |||
16 | RhodeCode demo |
|
16 | RhodeCode demo | |
17 | -------------- |
|
17 | -------------- | |
18 |
|
18 | |||
19 | http://hg.python-works.com |
|
19 | http://hg.python-works.com | |
20 |
|
20 | |||
21 | The default access is |
|
21 | The default access is | |
22 |
|
22 | |||
23 | - username: demo |
|
23 | - username: demo | |
24 | - password: demo |
|
24 | - password: demo | |
25 |
|
25 | |||
26 | Source code |
|
26 | Source code | |
27 | ----------- |
|
27 | ----------- | |
28 |
|
28 | |||
29 | Source code is along with issue tracker is available at |
|
29 | Source code is along with issue tracker is available at | |
30 | http://bitbucket.org/marcinkuzminski/rhodecode |
|
30 | http://bitbucket.org/marcinkuzminski/rhodecode | |
31 |
|
31 | |||
32 | Also a source codes can be obtained from demo rhodecode instance |
|
32 | Also a source codes can be obtained from demo rhodecode instance | |
33 | http://hg.python-works.com/rhodecode/summary |
|
33 | http://hg.python-works.com/rhodecode/summary | |
34 |
|
34 | |||
35 | Features |
|
35 | Features | |
36 | -------- |
|
36 | -------- | |
37 |
|
37 | |||
38 | - Has it's own middleware to handle mercurial_ protocol request. Each request can |
|
38 | - Has it's own middleware to handle mercurial_ protocol request. Each request can | |
39 | be logged and authenticated. Runs on threads unlikely to hgweb You can make |
|
39 | be logged and authenticated. Runs on threads unlikely to hgweb You can make | |
40 | multiple pulls/pushes simultaneous |
|
40 | multiple pulls/pushes simultaneous | |
41 | - Full permissions and authentication per project private/read/write/admin. |
|
41 | - Full permissions and authentication per project private/read/write/admin. | |
42 | One account for web interface and mercurial_ push/pull/clone. |
|
42 | One account for web interface and mercurial_ push/pull/clone. | |
43 | - Mako templates let's you customize look and feel of application. |
|
43 | - Mako templates let's you customize look and feel of application. | |
44 | - Beautiful diffs, annotations and source codes all colored by pygments. |
|
44 | - Beautiful diffs, annotations and source codes all colored by pygments. | |
45 | - Mercurial_ branch graph and yui-flot powered graphs with zooming and statistics |
|
45 | - Mercurial_ branch graph and yui-flot powered graphs with zooming and statistics | |
46 | - Admin interface with user/permission management. User activity journal logs |
|
46 | - Admin interface with user/permission management. User activity journal logs | |
47 | pulls, pushes, forks,registrations. Possible to disable built in hooks |
|
47 | pulls, pushes, forks,registrations. Possible to disable built in hooks | |
48 | - Server side forks, it's possible to fork a project and hack it free without |
|
48 | - Server side forks, it's possible to fork a project and hack it free without | |
49 | breaking the main. |
|
49 | breaking the main. | |
50 | - Full text search on source codes, search on file names. All powered by whoosh |
|
50 | - Full text search on source codes, search on file names. All powered by whoosh | |
51 | and build in indexing daemons |
|
51 | and build in indexing daemons | |
52 | (no external search servers required all in one application) |
|
52 | (no external search servers required all in one application) | |
53 | - Rss / atom feeds, gravatar support, download sources as zip/tarballs |
|
53 | - Rss / atom feeds, gravatar support, download sources as zip/tarballs | |
54 | - Async tasks for speed and performance using celery_ (works without them too) |
|
54 | - Async tasks for speed and performance using celery_ (works without them too) | |
55 | - Backup scripts can do backup of whole app and send it over scp to desired |
|
55 | - Backup scripts can do backup of whole app and send it over scp to desired | |
56 | location |
|
56 | location | |
57 | - Setup project descriptions and info inside built in db for easy, non |
|
57 | - Setup project descriptions and info inside built in db for easy, non | |
58 | file-system operations |
|
58 | file-system operations | |
59 | - Added cache with invalidation on push/repo management for high performance and |
|
59 | - Added cache with invalidation on push/repo management for high performance and | |
60 | always up to date data. |
|
60 | always up to date data. | |
61 | - Based on pylons 1.0 / sqlalchemy 0.6 / sqlite |
|
61 | - Based on pylons 1.0 / sqlalchemy 0.6 / sqlite | |
62 |
|
62 | |||
63 |
|
63 | |||
64 | .. figure:: images/screenshot1_main_page.png |
|
64 | .. figure:: images/screenshot1_main_page.png | |
65 | :align: left |
|
65 | :align: left | |
66 |
|
66 | |||
67 | Main page of RhodeCode |
|
67 | Main page of RhodeCode | |
68 |
|
68 | |||
69 | .. figure:: images/screenshot2_summary_page.png |
|
69 | .. figure:: images/screenshot2_summary_page.png | |
70 | :align: left |
|
70 | :align: left | |
71 |
|
71 | |||
72 | Summary page |
|
72 | Summary page | |
73 |
|
73 | |||
74 |
|
74 | |||
75 | Incoming |
|
75 | Incoming | |
76 | -------- |
|
76 | -------- | |
77 |
|
77 | |||
78 | - code review (probably based on hg-review) |
|
78 | - code review (probably based on hg-review) | |
79 | - git_ support (when vcs_ can handle it - it's almost there !) |
|
79 | - git_ support (when vcs_ can handle it - it's almost there !) | |
80 | - commit based build in wiki system |
|
80 | - commit based build in wiki system | |
81 | - clone points and cloning from remote repositories into rhodecode (git_ and mercurial_) |
|
81 | - clone points and cloning from remote repositories into rhodecode (git_ and mercurial_) | |
82 | - some cache optimizations |
|
82 | - some cache optimizations | |
83 | - other cools stuff that i can figure out (or You can help me figure out) |
|
83 | - other cools stuff that i can figure out (or You can help me figure out) | |
84 |
|
84 | |||
85 | License |
|
85 | License | |
86 | ------- |
|
86 | ------- | |
87 |
|
87 | |||
88 | ``rhodecode`` is released under GPL_ license. |
|
88 | ``rhodecode`` is released under GPL_ license. | |
89 |
|
89 | |||
90 |
|
90 | |||
91 | Documentation |
|
91 | Documentation | |
92 | ------------- |
|
92 | ------------- | |
93 |
|
93 | |||
94 | **Installation:** |
|
94 | **Installation:** | |
95 |
|
95 | |||
96 | .. toctree:: |
|
96 | .. toctree:: | |
97 | :maxdepth: 1 |
|
97 | :maxdepth: 1 | |
98 |
|
98 | |||
99 | installation |
|
99 | installation | |
100 | setup |
|
100 | setup | |
|
101 | changelog | |||
101 |
|
102 | |||
102 | Other topics |
|
103 | Other topics | |
103 | ------------ |
|
104 | ------------ | |
104 |
|
105 | |||
105 | * :ref:`genindex` |
|
106 | * :ref:`genindex` | |
106 | * :ref:`search` |
|
107 | * :ref:`search` | |
107 |
|
108 | |||
108 | .. _virtualenv: http://pypi.python.org/pypi/virtualenv |
|
109 | .. _virtualenv: http://pypi.python.org/pypi/virtualenv | |
109 | .. _python: http://www.python.org/ |
|
110 | .. _python: http://www.python.org/ | |
110 | .. _django: http://www.djangoproject.com/ |
|
111 | .. _django: http://www.djangoproject.com/ | |
111 | .. _mercurial: http://mercurial.selenic.com/ |
|
112 | .. _mercurial: http://mercurial.selenic.com/ | |
112 | .. _subversion: http://subversion.tigris.org/ |
|
113 | .. _subversion: http://subversion.tigris.org/ | |
113 | .. _git: http://git-scm.com/ |
|
114 | .. _git: http://git-scm.com/ | |
114 | .. _celery: http://celeryproject.org/ |
|
115 | .. _celery: http://celeryproject.org/ | |
115 | .. _Sphinx: http://sphinx.pocoo.org/ |
|
116 | .. _Sphinx: http://sphinx.pocoo.org/ | |
116 | .. _GPL: http://www.gnu.org/licenses/gpl.html |
|
117 | .. _GPL: http://www.gnu.org/licenses/gpl.html | |
117 | .. _vcs: http://pypi.python.org/pypi/vcs |
|
118 | .. _vcs: http://pypi.python.org/pypi/vcs |
@@ -1,35 +1,35 b'' | |||||
1 | #!/usr/bin/env python |
|
1 | #!/usr/bin/env python | |
2 | # encoding: utf-8 |
|
2 | # encoding: utf-8 | |
3 | # RhodeCode, a web based repository management based on pylons |
|
3 | # RhodeCode, a web based repository management based on pylons | |
4 | # Copyright (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
4 | # Copyright (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
5 | # |
|
5 | # | |
6 | # This program is free software; you can redistribute it and/or |
|
6 | # This program is free software; you can redistribute it and/or | |
7 | # modify it under the terms of the GNU General Public License |
|
7 | # modify it under the terms of the GNU General Public License | |
8 | # as published by the Free Software Foundation; version 2 |
|
8 | # as published by the Free Software Foundation; version 2 | |
9 | # of the License or (at your opinion) any later version of the license. |
|
9 | # of the License or (at your opinion) any later version of the license. | |
10 | # |
|
10 | # | |
11 | # This program is distributed in the hope that it will be useful, |
|
11 | # This program is distributed in the hope that it will be useful, | |
12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 | # GNU General Public License for more details. |
|
14 | # GNU General Public License for more details. | |
15 | # |
|
15 | # | |
16 | # You should have received a copy of the GNU General Public License |
|
16 | # You should have received a copy of the GNU General Public License | |
17 | # along with this program; if not, write to the Free Software |
|
17 | # along with this program; if not, write to the Free Software | |
18 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
18 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | |
19 | # MA 02110-1301, USA. |
|
19 | # MA 02110-1301, USA. | |
20 | """ |
|
20 | """ | |
21 | Created on April 9, 2010 |
|
21 | Created on April 9, 2010 | |
22 | RhodeCode, a web based repository management based on pylons |
|
22 | RhodeCode, a web based repository management based on pylons | |
23 | versioning implementation: http://semver.org/ |
|
23 | versioning implementation: http://semver.org/ | |
24 | @author: marcink |
|
24 | @author: marcink | |
25 | """ |
|
25 | """ | |
26 |
|
26 | |||
27 |
VERSION = (1, 0, 0, 'rc |
|
27 | VERSION = (1, 0, 0, 'rc2') | |
28 |
|
28 | |||
29 | __version__ = '.'.join((str(each) for each in VERSION[:4])) |
|
29 | __version__ = '.'.join((str(each) for each in VERSION[:4])) | |
30 |
|
30 | |||
31 | def get_version(): |
|
31 | def get_version(): | |
32 | """ |
|
32 | """ | |
33 | Returns shorter version (digit parts only) as string. |
|
33 | Returns shorter version (digit parts only) as string. | |
34 | """ |
|
34 | """ | |
35 | return '.'.join((str(each) for each in VERSION[:3])) |
|
35 | return '.'.join((str(each) for each in VERSION[:3])) |
General Comments 0
You need to be logged in to leave comments.
Login now