Changes between Version 198 and Version 199 of DeveloperGuidelines
- Timestamp:
- 06/23/12 14:44:13 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines
v198 v199 16 16 * [wiki:DeveloperGuidelines/Usability Usability] 17 17 * [wiki:DeveloperGuidelines/CodeConventions Code Conventions] 18 * [wiki:DeveloperGuidelines/Tips#Pythondebugging Debugging] 19 * [wiki:DeveloperGuidelines/Optimisation Optimisation] 20 * [wiki:DeveloperGuidelines/Themes Themes] 21 * [wiki:DeveloperGuidelinesInternationalisation Internationalization] 18 22 19 * [wiki:DeveloperGuidelines/Tips#Pythondebugging Debugging]20 21 * [wiki:DeveloperGuidelines/Optimisation Optimisation]22 23 == Development Enviroment == 23 24 * [wiki:InstallationGuidelines Install a Development Enviroment] 24 25 * [wiki:DeveloperGuidelines/Git Using git] Version Control 26 25 27 == Framework == 26 28 * [wiki:DeveloperGuidelinesS3Framework Sahana Eden Framework: S3] … … 33 35 * [wiki:DeveloperGuidelinesSVG SVG] - Charts 34 36 37 38 == Other Resources == 39 35 40 * [http://web2py.com/book Web2py Book] 36 41 … … 38 43 * [wiki:DeveloperGuidelinesDjangoMigration Help for Developers Migrating from Django] 39 44 40 == User Interface == 41 * [wiki:DeveloperGuidelinesCSS CSS] & Themes 42 43 * [wiki:DeveloperGuidelinesInternationalisation Internationalization] 44 45 == Other Resources == 46 47 * [wiki:DeveloperGuidelinesTips Tips] - useful links to explore 45 * [wiki:DeveloperGuidelines/Tips Tips] - useful links to explore 48 46 49 47 * [wiki:DeveloperGuidelinesArchitecture Architecture] … … 112 110 Can test out the performance of different options to achieve a task using: 113 111 * http://jsperf.com 112 114 113 ==== Deployment ==== 115 114 … … 129 128 }}} 130 129 131 There is also a convenience wrapper for Windows to run this & also move results into their respective locations: {{{static/scripts/tools/build.cmd}}}130 There is also a convenience wrapper for Windows to run this: {{{static/scripts/tools/build.cmd}}} 132 131 133 132 You must have an internet connection to run the build script unless you have a local version of the Compiler.