Changes between Version 57 and Version 58 of DeveloperGuidelinesS3Framework


Ignore:
Timestamp:
01/17/11 08:39:20 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesS3Framework

    v57 v58  
    11[[TOC]]
    22= Sahana Eden Framework =
     3
    34We have built an S3 framework as a higher level of abstraction on top of Web2Py.[[BR]]
    45This should be used by modules where possible, but if more power is needed then drop down a level of two (to T2, to base Web2Py or to raw Python).
    56
     7== Overview ==
     8
     9  - [http://pub.nursix.org/eden/s3 S3 API Documentation (Epydocs)]
     10
     11  - [wiki:S3AAA Authentication, Authorization and Accounting (S3AAA)]
     12  - [wiki:S3XRC Extensible Resource Controller (S3XRC)]
     13
    614== REST Controller ==
     15
    716We extend Web2Py's CRUD with a [wiki:RESTController REST Controller] & [wiki:S3XRC S3XRC].[[BR]]
    817This provides details on how to configure your Model & Controllers. Views may not be required, other than index.html
     
    1726Patches to the framework should be done here.[[BR]]
    1827If they're generic enough then they can be suggested to Massimo for moving upstream to Web2Py.
    19 
    2028
    2129=== Custom Methods Plugged into REST ===