root/trunk/README.txt

Revision 4568, 1.1 kB (checked in by kevin, 3 months ago)

Sets up (and documents) Paver-based build for TG2. (Note that sdists
and bdists of TG2 do not require Paver. Only people working with
TG2 from svn will need Paver.)

Line 
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
18 TurboGears is licensed under an MIT-style license (see LICENSE.txt).
19 Other incorporated projects may be licensed under different licenses.
20 All 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.
Note: See TracBrowser for help on using the browser.