Changes between Version 207 and Version 208 of DeveloperGuidelines


Ignore:
Timestamp:
01/18/13 15:04:21 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines

    v207 v208  
    33
    44== 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]
    98
    109== Development Process ==
     
    2423
    2524== Development Enviroment ==
    26  * [wiki:InstallationGuidelines Install a Development Enviroment]
    27  * [wiki:DeveloperGuidelines/Git Using git] Version Control
     25* [wiki:InstallationGuidelines Install a Development Enviroment]
     26* [wiki:DeveloperGuidelines/Git Using git] Version Control
    2827
    2928== Framework ==
    30  * [wiki:DeveloperGuidelinesS3Framework Sahana Eden Framework: S3]
    31   * '''[wiki:S3 S3 API Guide]'''
    32   * [wiki:DeveloperGuidelines/Templates Templates]
     29* [wiki:DeveloperGuidelinesS3Framework Sahana Eden Framework: S3]
     30 * '''[wiki:S3 S3 API Guide]'''
     31 * [wiki:DeveloperGuidelines/Templates Templates]
    3332
    34  * [wiki:DeveloperGuidelinesNewModule How to add a new Module?]
     33* [wiki:DeveloperGuidelinesNewModule How to add a new Module?]
    3534
    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
    5137
    5238=== Python ===
    53 
    5439Indentation matters (use 4 spaces instead of Tabs)
    5540 * http://diveintopython.net
     
    6449
    6550=== Web2Py ===
    66 
    6751This 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]).
    6852
    6953Web2Py 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]]
     54The 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.
    7155 * Web2Py recommends the [http://web2py.com/book official book])
    7256
     
    8266
    8367Web2Py 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]
    8470
    8571=== Javascript ===
     
    155141 * [wiki:XsltTemplates XSLT] - Stylesheets for XML & JSON !Import/Export
    156142
     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
    157154== Uncategorized ==
    158155These pages need to be sorted into their appropriate category on this page. ([wiki:DeveloperGuidelines])