##// END OF EJS Templates
docs/readme: remove more references to Bitbucket
Thomas De Schampheleire -
r8405:5a3417b6 stable
parent child Browse files
Show More
@@ -135,9 +135,8 b' Get in touch with the rest of the commun'
135
135
136 - Follow Kallithea on Twitter, **@KallitheaSCM**.
136 - Follow Kallithea on Twitter, **@KallitheaSCM**.
137
137
138 - The `old issue tracker <https://bitbucket.org/conservancy/kallithea/issues>`_
138 - Please report issues on the mailing list. An archive of the old issue tracker
139 is defunct after it was deleted by Bitbucket_. For now, please report issues
139 is available at: https://kallithea-scm.org/bitbucket-archive/issues/index.html
140 on the mailing list.
141
140
142 .. note::
141 .. note::
143
142
@@ -15,9 +15,7 b' The main repository is hosted on Our Own'
15 https://kallithea-scm.org/repos/kallithea/, our self-hosted instance
15 https://kallithea-scm.org/repos/kallithea/, our self-hosted instance
16 of Kallithea.
16 of Kallithea.
17
17
18 For now, we use Bitbucket_ for `pull requests`_ and `issue tracking`_. The
18 Please use the `mailing list`_ to send patches or report issues.
19 issue tracker is for tracking bugs, not for support, discussion, or ideas --
20 please use the `mailing list`_ or :ref:`IRC <readme>` to reach the community.
21
19
22 We use Weblate_ to translate the user interface messages into languages other
20 We use Weblate_ to translate the user interface messages into languages other
23 than English. Join our project on `Hosted Weblate`_ to help us.
21 than English. Join our project on `Hosted Weblate`_ to help us.
@@ -42,11 +40,6 b' To get started with Kallithea developmen'
42 gearbox serve -c my.ini --reload &
40 gearbox serve -c my.ini --reload &
43 firefox http://127.0.0.1:5000/
41 firefox http://127.0.0.1:5000/
44
42
45 If you plan to use Bitbucket_ for sending contributions, you can also fork
46 Kallithea on Bitbucket_ first (https://bitbucket.org/conservancy/kallithea) and
47 then replace the clone step above by a clone of your fork. In this case, please
48 see :ref:`contributing-guidelines` below for configuring your fork correctly.
49
50
43
51 Contribution flow
44 Contribution flow
52 -----------------
45 -----------------
@@ -73,8 +66,7 b' Before submitting any changes, run the c'
73 ./scripts/run-all-cleanup
66 ./scripts/run-all-cleanup
74
67
75 When you are completely ready, you can send your changes to the community for
68 When you are completely ready, you can send your changes to the community for
76 review and inclusion. Most commonly used methods are sending patches to the
69 review and inclusion, via the mailing list (via ``hg email``).
77 mailing list (via ``hg email``) or by creating a pull request on Bitbucket_.
78
70
79 .. _contributing-tests:
71 .. _contributing-tests:
80
72
@@ -155,18 +147,9 b' committer/contributor and under GPLv3 un'
155 lot about preservation of copyright and license information for existing code
147 lot about preservation of copyright and license information for existing code
156 that is brought into the project.
148 that is brought into the project.
157
149
158 Contributions will be accepted in most formats -- such as pull requests on
150 Contributions will be accepted in most formats -- such as commits hosted on your own Kallithea instance, or patches sent by
159 Bitbucket, something hosted on your own Kallithea instance, or patches sent by
160 email to the `kallithea-general`_ mailing list.
151 email to the `kallithea-general`_ mailing list.
161
152
162 When contributing via Bitbucket, please make your fork of
163 https://bitbucket.org/conservancy/kallithea/ `non-publishing`_ -- it is one of
164 the settings on "Repository details" page. This ensures your commits are in
165 "draft" phase and makes it easier for you to address feedback and for project
166 maintainers to integrate your changes.
167
168 .. _non-publishing: https://www.mercurial-scm.org/wiki/Phases#Publishing_Repository
169
170 Make sure to test your changes both manually and with the automatic tests
153 Make sure to test your changes both manually and with the automatic tests
171 before posting.
154 before posting.
172
155
@@ -300,26 +283,14 b' To enable DebugBar, install ``tgext.debu'
300 ``pip``) and restart Kallithea (in debug mode).
283 ``pip``) and restart Kallithea (in debug mode).
301
284
302
285
303 "Roadmap"
304 ---------
305
306 We do not have a road map but are waiting for your contributions. Refer to the
307 wiki_ for some ideas of places we might want to go -- contributions in these
308 areas are very welcome.
309
310
311 Thank you for your contribution!
286 Thank you for your contribution!
312 --------------------------------
287 --------------------------------
313
288
314
289
315 .. _Weblate: http://weblate.org/
290 .. _Weblate: http://weblate.org/
316 .. _issue tracking: https://bitbucket.org/conservancy/kallithea/issues?status=new&status=open
317 .. _pull requests: https://bitbucket.org/conservancy/kallithea/pull-requests
318 .. _bitbucket: http://bitbucket.org/
319 .. _mailing list: http://lists.sfconservancy.org/mailman/listinfo/kallithea-general
291 .. _mailing list: http://lists.sfconservancy.org/mailman/listinfo/kallithea-general
320 .. _kallithea-general: http://lists.sfconservancy.org/mailman/listinfo/kallithea-general
292 .. _kallithea-general: http://lists.sfconservancy.org/mailman/listinfo/kallithea-general
321 .. _Hosted Weblate: https://hosted.weblate.org/projects/kallithea/kallithea/
293 .. _Hosted Weblate: https://hosted.weblate.org/projects/kallithea/kallithea/
322 .. _wiki: https://bitbucket.org/conservancy/kallithea/wiki/Home
323 .. _DebugBar: https://github.com/TurboGears/tgext.debugbar
294 .. _DebugBar: https://github.com/TurboGears/tgext.debugbar
324 .. _Quick Start: https://www.mercurial-scm.org/wiki/QuickStart
295 .. _Quick Start: https://www.mercurial-scm.org/wiki/QuickStart
325 .. _Beginners Guide: https://www.mercurial-scm.org/wiki/BeginnersGuides
296 .. _Beginners Guide: https://www.mercurial-scm.org/wiki/BeginnersGuides
@@ -81,7 +81,6 b' Developer guide'
81 .. _python: http://www.python.org/
81 .. _python: http://www.python.org/
82 .. _django: http://www.djangoproject.com/
82 .. _django: http://www.djangoproject.com/
83 .. _mercurial: https://www.mercurial-scm.org/
83 .. _mercurial: https://www.mercurial-scm.org/
84 .. _bitbucket: http://bitbucket.org/
85 .. _subversion: http://subversion.tigris.org/
84 .. _subversion: http://subversion.tigris.org/
86 .. _git: http://git-scm.com/
85 .. _git: http://git-scm.com/
87 .. _celery: http://celeryproject.org/
86 .. _celery: http://celeryproject.org/
General Comments 0
You need to be logged in to leave comments. Login now