From: ber Date: Thu, 17 Sep 2009 09:54:49 +0000 (+0000) Subject: Minor update of doc/developers.txt to point to the new resources on www.roundup-track... X-Git-Url: https://git.tokkee.org/?p=roundup.git;a=commitdiff_plain;h=c9665a38401f86a6c2101bede02484ce780e498b Minor update of doc/developers.txt to point to the new resources on roundup-tracker.org: - pointed to the new tracker - removed references to CVS - removed "macros": _Roundup CVS, _feature tracker - hinted at http://www.roundup-tracker.org/code.html and the mailinglist instead of duplicating information git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4358 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/CHANGES.txt b/CHANGES.txt index c8458c0..2078365 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,8 @@ are given with the most recent entry first. 2009-xx-xx 1.4.X Fixes: +- Minor update of doc/developers.txt to point to the new resources + on www.roundup-tracker.org (Bernhard Reiter) - Small CSS improvements regaring the search box (thanks Thomas Arendsan Hein) (issue 2550589) - Indexers behaviour made more consistent regarding length of indexed words diff --git a/doc/developers.txt b/doc/developers.txt index 6698616..c30f721 100644 --- a/doc/developers.txt +++ b/doc/developers.txt @@ -19,8 +19,8 @@ All development is coordinated through two resources: - roundup-dev mailing list at http://lists.sourceforge.net/mailman/listinfo/roundup-devel -- Sourceforge's issue trackers at - https://sourceforge.net/tracker/?group_id=31577 +- The issue tracker running at + http://issues.roundup-tracker.org/ Website, wiki, issue tracker ---------------------------- @@ -33,14 +33,15 @@ Website, wiki, issue tracker Small Changes ------------- -Most small changes can be submitted through the `feature tracker`_, with +Most small changes can be submitted through the issue tracker, with patches attached that give context diffs of the affected source. SVN Access ---------- -To get SVN access, contact richard@users.sourceforge.net. +See http://www.roundup-tracker.org/code.html. +For all other questions ask on the development mailinglist. Project Rules @@ -51,7 +52,7 @@ relaxed sometimes). In short: - 80 column width code - 4-space indentations -- All modules must have a CVS Id line near the top +- All modules must have an Id line near the top Other project rules: @@ -59,7 +60,7 @@ Other project rules: where there's missing documentation) and changes to tracker configuration must be logged in the upgrading document. - subscribe to roundup-checkins to receive checkin notifications from the - other developers with CVS access + other developers with write access to the source-code repository. - discuss any changes with the other developers on roundup-dev. If nothing else, this makes sure there's no rude shocks - write unit tests for changes you make (where possible), and ensure that @@ -109,8 +110,8 @@ How stuff works: message translators. 4. Translated Message Files are compiled into binary form (_`MO` files) - and stored in ``locale`` directory (but not kept in the `Roundup - CVS`_ repository, as they may be easily made from PO files). + and stored in ``locale`` directory (but not kept in the source code + repository, as they may be easily made from PO files). See `Compiling Message Catalogs`_ section. 5. Roundup installer creates runtime locale structure on the file @@ -311,8 +312,9 @@ Roundup overcomes these limitations by using both of these utilities. This means that you need both `GNU gettext`_ tools and `PO utilities`_ to build the Message Template File yourself. -Latest Message Template File is kept in `Roundup CVS`_ and distributed -with `Roundup Source`_. If you wish to rebuild the template yourself, +Latest Message Template File is kept in the source code repository +and distributed with `Roundup Source`_. +If you wish to rebuild the template yourself, make sure that you have both ``xpot`` and ``xgettext`` installed and just run ``gmake`` (or ``make``, if you are on a `GNU`_ system like `linux`_ or `cygwin`_) in the ``locale`` directory. @@ -416,7 +418,6 @@ At run time, Roundup automatically compiles message catalogs whenever http://vim.sourceforge.net/scripts/script.php?script_id=695 .. _PO utilities: http://po-utils.progiciels-bpi.ca/ .. _poEdit: http://poedit.sourceforge.net/ -.. _Roundup CVS: http://sourceforge.net/cvs/?group_id=31577 .. _Roundup Source: .. _Roundup source distribution: .. _Roundup binary distribution: @@ -429,5 +430,4 @@ At run time, Roundup automatically compiles message catalogs whenever http://dev.zope.org/Wikis/DevSite/Projects/ZPT/TALES%20Specification%201.3 .. _vim: http://www.vim.org/ .. _ZPTInternationalizationSupport: http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZPTInternationalizationSupport -.. _feature tracker: http://sourceforge.net/tracker/?group_id=31577&atid=402791