Changeset 5650 for trunk/README.txt

Show
Ignore:
Timestamp:
11/03/08 15:53:23 (2 months ago)
Author:
mramm
Message:

Updated config to allow you to turn off more stuff without subclassing AppConfig?.

Updated tests.base.TestConfig? to call AppConfig?'s init so that changes to config defaults don't break the tests unessisarily.

Updated AppConfig? docstrings somewhat.

Updated README.txt to get rid of info that didn't belong.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/README.txt

    r4568 r5650  
    1 TurboGears2 
    2 =========== 
    3  
    4 Next generation Front-to-back web development megaframework built on Pylons. 
    5  
    6 TurboGears2, provides a comprehensive web development toolkit. 
    7 It is designed to help you create the basic outline of a database-driven 
    8 web application in minutes. 
    9  
    10 TurboGears provides you with sane default for designer friendly templates, 
    11 tools to make  AJAX, and dynamic Javascript driven pages easy on both the 
    12 browser side and the server side. 
    13  
    14 TurboGears is a project that is built upon a foundation of reuse and building up. 
    15 In retrospect, much of the code that was home grown in the TurboGears project 
    16 should have been released as independent projects that integrate with TurboGears. 
    17  
    181TurboGears is licensed under an MIT-style license (see LICENSE.txt). 
    192Other incorporated projects may be licensed under different licenses. 
    203All licenses allow for non-commercial and commercial use. 
    21  
    22 Working on TG2 
    23 -------------- 
    24  
    25 To be able to build TG2 packages or install it for development, you 
    26 need Paver:: 
    27  
    28   easy_install Paver 
    29  
    30 You can then run:: 
    31  
    32   paver develop 
    33  
    34 to start working with the development version of TG2.