Mercurial > p > roundup > code
comparison doc/developers.txt @ 2386:8214560941f4
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 30 May 2004 00:28:43 +0000 |
| parents | bf3f75134e03 |
| children | 096063697f77 |
comparison
equal
deleted
inserted
replaced
| 2385:85cbfc4a5946 | 2386:8214560941f4 |
|---|---|
| 1 ================== | 1 ================== |
| 2 Developing Roundup | 2 Developing Roundup |
| 3 ================== | 3 ================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.9 $ | 5 :Version: $Revision: 1.10 $ |
| 6 | 6 |
| 7 Note: the intended audience of this document is the developers of the core | 7 Note: the intended audience of this document is the developers of the core |
| 8 Roundup code. If you just wish to alter some behaviour of your Roundup | 8 Roundup code. If you just wish to alter some behaviour of your Roundup |
| 9 installation, see `customising roundup`_. | 9 installation, see `customising roundup`_. |
| 10 | 10 |
| 193 of translation completeness. For example, string ``</ol></body></html>`` | 193 of translation completeness. For example, string ``</ol></body></html>`` |
| 194 (in ``index()`` method of the request handler in ``roundup_server`` | 194 (in ``index()`` method of the request handler in ``roundup_server`` |
| 195 script) has no human readable parts at all, and needs no translations. | 195 script) has no human readable parts at all, and needs no translations. |
| 196 Such strings are left untranslated in PO files, and are reported | 196 Such strings are left untranslated in PO files, and are reported |
| 197 as such by PO status checkers (e.g. ``msgfmt --statistics``). | 197 as such by PO status checkers (e.g. ``msgfmt --statistics``). |
| 198 | |
| 199 Need some note about i18n in TAL here... this link has good info: | |
| 200 | |
| 201 http://plone.org/documentation/howto/I18nForDevelopers | |
| 202 | |
| 198 | 203 |
| 199 Command Line Interfaces | 204 Command Line Interfaces |
| 200 ~~~~~~~~~~~~~~~~~~~~~~~ | 205 ~~~~~~~~~~~~~~~~~~~~~~~ |
| 201 | 206 |
| 202 Scripts and routines run from the command line use "static" language | 207 Scripts and routines run from the command line use "static" language |
