1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: turbogears2-doc
Section: doc
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends:
debhelper (>= 9),
python-sphinx,
python-babel,
python-turbogears2 (>= 2.3.5),
python-crank
Standards-Version: 3.9.6
Homepage: http://turbogears.org/documentation.html
#Vcs-Svn: svn://svn.debian.org/python-modules/packages/turbogears2-doc/trunk/
#Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/turbogears2-doc/trunk/
Package: python-turbogears2-doc
Architecture: all
Depends: ${misc:Depends}, libjs-jquery, libjs-underscore
Description: documentation for the TurboGears2 web framework
TurboGears2 is a framework to develop web applications in Python,
following a model-view-controller architecture.
.
The main TurboGears2 package is python-turbogears2. This package
contains the framework documentation (architecture description,
tutorials, references, howtos and recipes, ...)
.
The documentation shipped by this package corresponds to what is
usually available on the TG2 documentation website.
|