Changes between Version 201 and Version 202 of DeveloperGuidelines


Ignore:
Timestamp:
11/28/12 04:16:17 (12 years ago)
Author:
Justin Potts
Comment:

Fixed a bunch of broken links.

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines

    v201 v202  
    99== Development Process ==
    1010 * [wiki:Projects]
    11  * '''[wiki:BluePrints BluePrints]'''
     11 * '''[wiki:BluePrint BluePrints]'''
    1212
    1313 * [wiki:DeveloperGuidelines/Testing Testing]
     
    1919 * [wiki:DeveloperGuidelines/Optimisation Optimisation]
    2020 * [wiki:DeveloperGuidelines/Themes Themes]
    21  * [wiki:DeveloperGuidelinesInternationalisation Internationalization]
     21 * [wiki:DeveloperGuidelines/Internationalisation Internationalization]
    2222
    2323== Development Enviroment ==
     
    5959 * lxml (XML I/O): http://codespeak.net/lxml/tutorial.html
    6060
    61 More details at: DeveloperGuidelinesCodeConventions
     61More details at: DeveloperGuidelines/CodeConventions
    6262
    6363=== Web2Py ===
     
    6767Web2Py can work at several different levels of abstraction.[[BR]]
    6868The 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])
    7070
    7171Recommend using the CLI to try out code snippets in the Web2Py environment (gluon, Model):
     
    9292
    9393 * ExtJS is used for some advanced widgets:
    94   * http://extjs.com/learn/Tutorial:Introduction_to_Ext_2.0
    95   * http://www.extjs.com/deploy/dev/examples/grid/row-editor.html
     94  * http://www.sencha.com
     95  * http://dev.sencha.com/deploy/ext-4.0.0/examples/
    9696  * API: http://www.extjs.com/deploy/dev/docs/
    9797
     
    146146
    147147=== Mobile ===
    148  * [wiki:MobileAndroid Android] - Android clients
     148 * [wiki:DeveloperGuidelines/Mobile/Android Android] - Android clients
    149149
    150150=== XSLT ===