Changes between Version 207 and Version 208 of DeveloperGuidelines
- Timestamp:
- 01/18/13 15:04:21 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines
v207 v208 3 3 4 4 == Getting Started == 5 * [wiki:DeveloperGuidelines/Basics The Basics] 6 * [wiki:Domain Understanding the Domain] 7 * [wiki:DeveloperGuidelines/Tutorial Tutorial] 8 * [wiki:DeveloperGuidelines/FAQ FAQ] 5 * [wiki:DeveloperGuidelines/Basics The Basics] 6 * [wiki:Domain Understanding the Domain] 7 * [wiki:DeveloperGuidelines/Tutorial Tutorial] 9 8 10 9 == Development Process == … … 24 23 25 24 == Development Enviroment == 26 27 25 * [wiki:InstallationGuidelines Install a Development Enviroment] 26 * [wiki:DeveloperGuidelines/Git Using git] Version Control 28 27 29 28 == Framework == 30 31 32 29 * [wiki:DeveloperGuidelinesS3Framework Sahana Eden Framework: S3] 30 * '''[wiki:S3 S3 API Guide]''' 31 * [wiki:DeveloperGuidelines/Templates Templates] 33 32 34 33 * [wiki:DeveloperGuidelinesNewModule How to add a new Module?] 35 34 36 * [wiki:DeveloperGuidelines/GIS GIS] - Mapping 37 * [wiki:DeveloperGuidelinesSVG SVG] - Charts 38 39 40 == Other Resources == 41 42 * [http://web2py.com/book Web2py Book] 43 44 * [wiki:DeveloperGuidelinesSahana2Migration Help for Developers Migrating from Sahana PHP] 45 * [wiki:DeveloperGuidelinesDjangoMigration Help for Developers Migrating from Django] 46 47 * [wiki:DeveloperGuidelines/Tips Tips] - useful links to explore 48 49 * [wiki:DeveloperGuidelines/Architecture Architecture] 50 * [wiki:DeveloperGuidelinesDocumentation Documentation] 35 * [wiki:DeveloperGuidelines/GIS GIS] - Mapping 36 * [wiki:DeveloperGuidelinesSVG SVG] - Charts 51 37 52 38 === Python === 53 54 39 Indentation matters (use 4 spaces instead of Tabs) 55 40 * http://diveintopython.net … … 64 49 65 50 === Web2Py === 66 67 51 This is an [http://en.wikipedia.org/wiki/Model-view-controller MVC] environment (like [http://web2py.com/AlterEgo/default/show/103 Rails] & [http://web2py.com/AlterEgo/default/show/101 Django]. [http://vimeo.com/6507384 Django polls tutorial conversion course]). 68 52 69 53 Web2Py can work at several different levels of abstraction.[[BR]] 70 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]]54 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. 71 55 * Web2Py recommends the [http://web2py.com/book official book]) 72 56 … … 82 66 83 67 Web2Py can be extended through [http://www.web2py.com/plugins Plugins] & also has a [http://web2pyslices.com recipes site]. 68 69 * [http://web2py.com/book Web2py Book] 84 70 85 71 === Javascript === … … 155 141 * [wiki:XsltTemplates XSLT] - Stylesheets for XML & JSON !Import/Export 156 142 143 == FAQ == 144 * [wiki:DeveloperGuidelines/FAQ FAQ] 145 146 == Other Resources == 147 * [http://web2py.com/book Web2py Book] 148 * [wiki:DeveloperGuidelinesSahana2Migration Help for Developers Migrating from Sahana PHP] 149 * [wiki:DeveloperGuidelinesDjangoMigration Help for Developers Migrating from Django] 150 * [wiki:DeveloperGuidelines/Tips Tips] - useful links to explore 151 * [wiki:DeveloperGuidelines/Architecture Architecture] 152 * [wiki:DeveloperGuidelinesDocumentation Documentation] 153 157 154 == Uncategorized == 158 155 These pages need to be sorted into their appropriate category on this page. ([wiki:DeveloperGuidelines])