Changes between Version 168 and Version 169 of DeveloperGuidelines


Ignore:
Timestamp:
03/24/11 07:51:31 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines

    v168 v169  
    1919 * [wiki:DeveloperGuidelinesReleaseProcess Release Process]
    2020  * [wiki:DeveloperGuidelinesDataMigration Data Migration]
     21
    2122=== Development Enviroment ===
    2223
     
    7273
    7374Web2Py can work at several different levels of abstraction.[[BR]]
    74 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]]
     75The 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]]
    7576 * http://web2py.com/examples/default/docs (recommend the 'New Cookbook' as well as the [http://web2py.com/book official book])
    7677
     
    126127There is also a convenience wrapper for Windows to run this & also move results into their respective locations: {{{static/scripts/tools/build.cmd}}}
    127128
    128 You must have an internet connection to run the build script.
     129You must have an internet connection to run the build script unless you have a local version of the Compiler.
    129130
    130131Need to remove the '@' from '@requires' in header of {{{/static/scripts/S3/jquery.form.js}}} as we need to compress this without the main file.