Mercurial > p > roundup > code
comparison doc/developers.txt @ 3643:ff234c87b28a
link to feature tracker
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 27 Jul 2006 22:54:05 +0000 |
| parents | 3e00e0110e64 |
| children | be9122d753c5 |
comparison
equal
deleted
inserted
replaced
| 3642:b18a6d67dcb3 | 3643:ff234c87b28a |
|---|---|
| 1 ================== | 1 ================== |
| 2 Developing Roundup | 2 Developing Roundup |
| 3 ================== | 3 ================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.15 $ | 5 :Version: $Revision: 1.16 $ |
| 6 | 6 |
| 7 .. note:: | 7 .. note:: |
| 8 The intended audience of this document is the developers of the core | 8 The intended audience of this document is the developers of the core |
| 9 Roundup code. If you just wish to alter some behaviour of your Roundup | 9 Roundup code. If you just wish to alter some behaviour of your Roundup |
| 10 installation, see `customising roundup`_. | 10 installation, see `customising roundup`_. |
| 25 https://sourceforge.net/tracker/?group_id=31577 | 25 https://sourceforge.net/tracker/?group_id=31577 |
| 26 | 26 |
| 27 Small Changes | 27 Small Changes |
| 28 ------------- | 28 ------------- |
| 29 | 29 |
| 30 Most small changes can be submitted through the Feature tracker, with patches | 30 Most small changes can be submitted through the `feature tracker`_, with |
| 31 attached that give context diffs of the affected source. | 31 patches attached that give context diffs of the affected source. |
| 32 | 32 |
| 33 | 33 |
| 34 CVS Access | 34 CVS Access |
| 35 ---------- | 35 ---------- |
| 36 | 36 |
| 469 .. _TALES: | 469 .. _TALES: |
| 470 .. _Template Attribute Language Expression Syntax: | 470 .. _Template Attribute Language Expression Syntax: |
| 471 http://dev.zope.org/Wikis/DevSite/Projects/ZPT/TALES%20Specification%201.3 | 471 http://dev.zope.org/Wikis/DevSite/Projects/ZPT/TALES%20Specification%201.3 |
| 472 .. _vim: http://www.vim.org/ | 472 .. _vim: http://www.vim.org/ |
| 473 .. _ZPTInternationalizationSupport: http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZPTInternationalizationSupport | 473 .. _ZPTInternationalizationSupport: http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZPTInternationalizationSupport |
| 474 .. _feature tracker: http://sourceforge.net/tracker/?group_id=31577&atid=402791 | |
| 475 |
