Mercurial > p > roundup > code
diff doc/developers.txt @ 5941:29d428927362
prep for 2.0.0alpha0 release.
Initial set of changes for the release.
Still a few files to change.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 22 Oct 2019 14:30:52 -0400 |
| parents | 048ff467add9 |
| children | c757a6a14c8d |
line wrap: on
line diff
--- a/doc/developers.txt Mon Oct 21 22:46:54 2019 -0400 +++ b/doc/developers.txt Tue Oct 22 14:30:52 2019 -0400 @@ -62,6 +62,19 @@ The configuration is in the "website/issues" section of Roundup's Mercurical SCM repository and copied manually to the live tracker. + * get a working copy of roundup/website/issues from the SCM, either via + hg clone https://hg.code.sf.net/p/roundup/code + or download a snapshot: + https://sourceforge.net/p/roundup/code/ci/default/tarball + + * check the differences + diff -ur /srv/roundup/trackers/roundup/ roundup/website/issues/ + +Copy differences using 'sudo -u roundup ...'. + +Getting a user account +~~~~~~~~~~~~~~~~~~~~~~ + To get access to the host, submit a pull request for: https://github.com/python/psf-salt @@ -166,7 +179,7 @@ .. _GNU gettext: GNU gettext package -^^^^^^^^^^^^^^^^^^^ +~~~~~~~~~~~~~~~~~~~ This chapter is full of references to GNU `gettext package`_. GNU gettext is a "must have" for nearly all steps of internationalizing @@ -185,7 +198,7 @@ are usually distributed in separate package named ``gettext-devel``. Marking Strings for Translation -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Strings that need translation must be marked in the source code. Following subsections explain how this is done in different cases.
