Changes between Version 86 and Version 87 of DeveloperGuidelines


Ignore:
Timestamp:
03/24/10 22:19:21 (15 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines

    v86 v87  
    11[[TOC]]
    22= Developer Guide =
    3 == Understand the Sahana mission ==
     3== Introduction ==
     4=== Understand the Sahana mission ===
    45Before you start on the Sahana project, understand clearly what the project is about and what it strives to accomplish. You can find most of this in the Sahana [http://www.sahana.lk/overview Overview and objectives]
    56
    6 == Join the Community ==
     7=== Join the Community ===
    78Sahana is developed and guided by a large community of people from around the world, with diverse expertise. As everyone is in different timezones, the heart of this community is the mailing lists, so it is important for you to join it and actively participate in the discussion. Please join a suitable [http://wiki.sahana.lk/doku.php?id=dev:mailing_list_policy mailing list] and we recommend you read the community mailing list [http://wiki.sahana.lk/doku.php/dev:community_etiquette etiquette]. Apart that you can find a lot of us on [http://www.sahana.lk/chat #Sahana IRC Chat]
    89
    9 == Install a Development Environment ==
     10=== Install a Development Environment ===
    1011InstallationGuidelinesDeveloper
    11 
    12 == Introduction ==
    1312
    1413=== Python ===
     
    7978 * http://www.postgresql.org/docs/8.1/static/sql-keywords-appendix.html
    8079
    81 == Other Guidelines ==
     80== Developer Guidelines ==
    8281
    8382 * WSGI likes print statements to go to {{{sys.stderr}}} not {{{sys.stdout}}}: http://code.google.com/p/modwsgi/wiki/DebuggingTechniques