##// END OF EJS Templates
Change bitbucket and hosting URL
Bradley M. Kuhn -
r4179:010e9532 kallithea-2.2.5-r...
parent child Browse files
Show More
@@ -50,19 +50,15 b' using the following credentials:'
50 Source code
50 Source code
51 -----------
51 -----------
52
52
53 The latest sources can be obtained from official RhodeCode instance
53 The latest sources can be obtained from https://kallithea-scm.org/repos/kallithea
54 https://secure.rhodecode.org
55
54
56
55
57 MIRRORS:
56 MIRRORS:
58
57
59 Issue tracker and sources at bitbucket_
58 Issue tracker and sources at bitbucket_
60
59
61 http://bitbucket.org/marcinkuzminski/rhodecode
60 https://bitbucket.org/conservancy/kallithea
62
61
63 Sources at github_
64
65 https://github.com/marcinkuzminski/rhodecode
66
62
67
63
68 RhodeCode Features
64 RhodeCode Features
@@ -143,7 +139,7 b' Listed bellow are various support resour'
143 - Join the `Google group <http://groups.google.com/group/rhodecode>`_ and ask
139 - Join the `Google group <http://groups.google.com/group/rhodecode>`_ and ask
144 any questions.
140 any questions.
145
141
146 - Open an issue at `issue tracker <http://bitbucket.org/marcinkuzminski/rhodecode/issues>`_
142 - Open an issue at `issue tracker <https://bitbucket.org/conservancy/kallithea/issues>`_
147
143
148 - Join #rhodecode on FreeNode (irc.freenode.net)
144 - Join #rhodecode on FreeNode (irc.freenode.net)
149 or use http://webchat.freenode.net/?channels=rhodecode for web access to irc.
145 or use http://webchat.freenode.net/?channels=rhodecode for web access to irc.
@@ -237,7 +237,7 b' default_encoding = utf8'
237 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
237 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
238
238
239 ## issue tracker for RhodeCode (leave blank to disable, absent for default)
239 ## issue tracker for RhodeCode (leave blank to disable, absent for default)
240 #bugtracker = http://bitbucket.org/marcinkuzminski/rhodecode/issues
240 #bugtracker = https://bitbucket.org/conservancy/kallithea/issues
241
241
242 ## issue tracking mapping for commits messages
242 ## issue tracking mapping for commits messages
243 ## comment out issue_pat, issue_server, issue_prefix to enable
243 ## comment out issue_pat, issue_server, issue_prefix to enable
@@ -9,7 +9,7 b' greatly appreciated!'
9
9
10 Could I request that you make your source contributions by first forking the
10 Could I request that you make your source contributions by first forking the
11 RhodeCode repository on bitbucket_
11 RhodeCode repository on bitbucket_
12 https://bitbucket.org/marcinkuzminski/rhodecode and then make your changes to
12 https://bitbucket.org/conservancy/kallithea and then make your changes to
13 your forked repository. Please post all fixes into **dev** bookmark since your
13 your forked repository. Please post all fixes into **dev** bookmark since your
14 change might be already fixed there and i try to merge all fixes from dev into
14 change might be already fixed there and i try to merge all fixes from dev into
15 stable, and not the other way. Finally, when you are finished with your changes,
15 stable, and not the other way. Finally, when you are finished with your changes,
@@ -18,7 +18,7 b' please send me a pull request.'
18 To run RhodeCode in a development version you always need to install the latest
18 To run RhodeCode in a development version you always need to install the latest
19 required libs. Simply clone rhodecode and switch to beta branch::
19 required libs. Simply clone rhodecode and switch to beta branch::
20
20
21 hg clone -u dev https://secure.rhodecode.org/rhodecode
21 hg clone https://kallithea-scm.org/repos/kallithea
22
22
23 after downloading/pulling RhodeCode make sure you run::
23 after downloading/pulling RhodeCode make sure you run::
24
24
@@ -732,7 +732,7 b' Other configuration files'
732
732
733 Some example init.d scripts can be found in init.d directory::
733 Some example init.d scripts can be found in init.d directory::
734
734
735 https://secure.rhodecode.org/rhodecode/files/beta/init.d
735 https://kallithea-scm.org/repos/kallithea/files/tip/init.d/
736
736
737 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
737 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
738 .. _python: http://www.python.org/
738 .. _python: http://www.python.org/
@@ -742,5 +742,5 b' Some example init.d scripts can be found'
742 .. _python-ldap: http://www.python-ldap.org/
742 .. _python-ldap: http://www.python-ldap.org/
743 .. _mercurial-server: http://www.lshift.net/mercurial-server.html
743 .. _mercurial-server: http://www.lshift.net/mercurial-server.html
744 .. _PublishingRepositories: http://mercurial.selenic.com/wiki/PublishingRepositories
744 .. _PublishingRepositories: http://mercurial.selenic.com/wiki/PublishingRepositories
745 .. _Issues tracker: https://bitbucket.org/marcinkuzminski/rhodecode/issues
745 .. _Issues tracker: https://bitbucket.org/conservancy/kallithea/issues
746 .. _google group rhodecode: http://groups.google.com/group/rhodecode
746 .. _google group rhodecode: http://groups.google.com/group/rhodecode
@@ -78,5 +78,5 b' For further questions search the `Issues'
78 .. _python-ldap: http://www.python-ldap.org/
78 .. _python-ldap: http://www.python-ldap.org/
79 .. _mercurial-server: http://www.lshift.net/mercurial-server.html
79 .. _mercurial-server: http://www.lshift.net/mercurial-server.html
80 .. _PublishingRepositories: http://mercurial.selenic.com/wiki/PublishingRepositories
80 .. _PublishingRepositories: http://mercurial.selenic.com/wiki/PublishingRepositories
81 .. _Issues tracker: https://bitbucket.org/marcinkuzminski/rhodecode/issues
81 .. _Issues tracker: https://bitbucket.org/conservancy/kallithea/issues
82 .. _google group rhodecode: http://groups.google.com/group/rhodecode
82 .. _google group rhodecode: http://groups.google.com/group/rhodecode
@@ -237,7 +237,7 b' default_encoding = utf8'
237 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
237 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
238
238
239 ## issue tracker for RhodeCode (leave blank to disable, absent for default)
239 ## issue tracker for RhodeCode (leave blank to disable, absent for default)
240 #bugtracker = http://bitbucket.org/marcinkuzminski/rhodecode/issues
240 #bugtracker = https://bitbucket.org/conservancy/kallithea/issues
241
241
242 ## issue tracking mapping for commits messages
242 ## issue tracking mapping for commits messages
243 ## comment out issue_pat, issue_server, issue_prefix to enable
243 ## comment out issue_pat, issue_server, issue_prefix to enable
@@ -241,7 +241,7 b' default_encoding = utf8'
241 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
241 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
242
242
243 <%text>## issue tracker for RhodeCode (leave blank to disable, absent for default)</%text>
243 <%text>## issue tracker for RhodeCode (leave blank to disable, absent for default)</%text>
244 #bugtracker = http://bitbucket.org/marcinkuzminski/rhodecode/issues
244 #bugtracker = https://bitbucket.org/conservancy/kallithea/issues
245
245
246 <%text>## issue tracking mapping for commits messages</%text>
246 <%text>## issue tracking mapping for commits messages</%text>
247 <%text>## comment out issue_pat, issue_server, issue_prefix to enable</%text>
247 <%text>## comment out issue_pat, issue_server, issue_prefix to enable</%text>
@@ -237,7 +237,7 b' default_encoding = utf8'
237 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
237 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
238
238
239 ## issue tracker for RhodeCode (leave blank to disable, absent for default)
239 ## issue tracker for RhodeCode (leave blank to disable, absent for default)
240 #bugtracker = http://bitbucket.org/marcinkuzminski/rhodecode/issues
240 #bugtracker = https://bitbucket.org/conservancy/kallithea/issues
241
241
242 ## issue tracking mapping for commits messages
242 ## issue tracking mapping for commits messages
243 ## comment out issue_pat, issue_server, issue_prefix to enable
243 ## comment out issue_pat, issue_server, issue_prefix to enable
@@ -109,7 +109,7 b' def make_map(config):'
109 "http://docutils.sourceforge.net/docs/user/rst/quickref.html",
109 "http://docutils.sourceforge.net/docs/user/rst/quickref.html",
110 _static=True)
110 _static=True)
111 rmap.connect('rhodecode_official', "https://rhodecode.com", _static=True)
111 rmap.connect('rhodecode_official', "https://rhodecode.com", _static=True)
112 rmap.connect('rc_issue_tracker', 'https://rhodecode.com/help/', _static=True)
112 rmap.connect('rc_issue_tracker', 'https://bitbucket.org/conservancy/kallithea/issues', _static=True)
113
113
114 #ADMIN REPOSITORY ROUTES
114 #ADMIN REPOSITORY ROUTES
115 with rmap.submapper(path_prefix=ADMIN_PREFIX,
115 with rmap.submapper(path_prefix=ADMIN_PREFIX,
General Comments 0
You need to be logged in to leave comments. Login now