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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: albatross
Section: web
Priority: optional
Maintainer: Fabian Fagerholm <fabbe@debian.org>
Build-Depends: debhelper (>= 5.0.37.1)
Build-Depends-Indep: python-central (>= 0.5), python (>= 2.3.5-7), python-all-dev, docbook-to-man, tetex-bin (>= 2.0.2-15), tetex-extra (>= 2.0.2-9), dia (>= 0.94.0), gs-gpl (>= 8.01), fakeroot
Standards-Version: 3.7.2
XS-Python-Version: all
Package: python-albatross
Architecture: all
Depends: ${python:Depends}
Suggests: python-albatross-common
Conflicts: python2.3-albatross (<< 1.33-3), python2.4-albatross (<< 1.33-3)
Replaces: python2.3-albatross (<< 1.33-3), python2.4-albatross (<< 1.33-3)
XB-Python-Version: ${python:Versions}
Description: Toolkit for Stateful Web Applications
Albatross is a small and flexible Python toolkit for developing highly
stateful web applications. It includes, among other things:
* An extensible HTML templating system similar to DTML that promotes
separation of presentation and implementation.
* The ability to place Python code for each page in a dynamically loaded
module, or to place each page in its own class.
* Optional sessions: browser-based or server-based.
* Deployment as CGI programs, mod_python modules or as standalone web
applications.
.
Homepage: http://www.object-craft.com.au/projects/albatross/
Package: python-albatross-common
Architecture: all
Depends: ${python:Depends}, python-albatross, adduser
XB-Python-Version: ${python:Versions}
Description: Toolkit for Stateful Web Applications (common files)
Albatross is a small and flexible Python toolkit for developing highly
stateful web applications.
.
This package contains the Albatross session server and standalone
web application server.
.
Homepage: http://www.object-craft.com.au/projects/albatross/
Package: python-albatross-doc
Architecture: all
Section: doc
Description: documentation for the Albatross Web Toolkit
Albatross is a small and flexible Python toolkit for developing highly
stateful web applications. It includes, among other things:
* An extensible HTML templating system similar to DTML that promotes
separation of presentation and implementation.
* The ability to place Python code for each page in a dynamically loaded
module, or to place each page in its own class.
* Optional sessions: browser-based or server-based.
* Deployment as CGI programs, mod_python modules or as standalone web
applications.
.
This package contains the Albatross documentation in PDF format.
.
Homepage: http://www.object-craft.com.au/projects/albatross/
|