Changes between Version 201 and Version 202 of DeveloperGuidelines
- Timestamp:
- 11/28/12 04:16:17 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines
v201 v202 9 9 == Development Process == 10 10 * [wiki:Projects] 11 * '''[wiki:BluePrint sBluePrints]'''11 * '''[wiki:BluePrint BluePrints]''' 12 12 13 13 * [wiki:DeveloperGuidelines/Testing Testing] … … 19 19 * [wiki:DeveloperGuidelines/Optimisation Optimisation] 20 20 * [wiki:DeveloperGuidelines/Themes Themes] 21 * [wiki:DeveloperGuidelines Internationalisation Internationalization]21 * [wiki:DeveloperGuidelines/Internationalisation Internationalization] 22 22 23 23 == Development Enviroment == … … 59 59 * lxml (XML I/O): http://codespeak.net/lxml/tutorial.html 60 60 61 More details at: DeveloperGuidelines CodeConventions61 More details at: DeveloperGuidelines/CodeConventions 62 62 63 63 === Web2Py === … … 67 67 Web2Py can work at several different levels of abstraction.[[BR]] 68 68 The Sahana Eden framework (S3) is built on Web2Py's !Auth/Crud classes in {{{tools.py}}} (with some remnants of the older T2), however sometimes we need more control therefore need to drop down a level or two.[[BR]] 69 * http://web2py.com/examples/default/docs (recommend the 'New Cookbook' as well as the [http://web2py.com/book official book])69 * Web2Py recommends the [http://web2py.com/book official book]) 70 70 71 71 Recommend using the CLI to try out code snippets in the Web2Py environment (gluon, Model): … … 92 92 93 93 * ExtJS is used for some advanced widgets: 94 * http:// extjs.com/learn/Tutorial:Introduction_to_Ext_2.095 * http:// www.extjs.com/deploy/dev/examples/grid/row-editor.html94 * http://www.sencha.com 95 * http://dev.sencha.com/deploy/ext-4.0.0/examples/ 96 96 * API: http://www.extjs.com/deploy/dev/docs/ 97 97 … … 146 146 147 147 === Mobile === 148 * [wiki: MobileAndroid Android] - Android clients148 * [wiki:DeveloperGuidelines/Mobile/Android Android] - Android clients 149 149 150 150 === XSLT ===