File: control

package info (click to toggle)
templayer 1.4-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 164 kB
  • ctags: 181
  • sloc: python: 964; makefile: 16
file content (28 lines) | stat: -rw-r--r-- 1,405 bytes parent folder | download
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: templayer
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Paul Wise <pabs@debian.org>, Ian Ward <ian@excess.org>
Build-Depends: python-support (>= 0.3), debhelper (>= 5.0.37.2), cdbs (>= 0.4.42), python
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/templayer/trunk/

Package: python-templayer
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Replaces: python2.1-templayer, python2.2-templayer, python2.3-templayer, python2.4-templayer
Conflicts: python2.1-templayer, python2.2-templayer, python2.3-templayer, python2.4-templayer
Provides: ${python:Provides}
Description: layered template library for Python
 Templayer currently supports only HTML generation, but its simple design
 is easily extended to support other file formats.
 .
 Templayer was created to offer an alternative to the more common ways
 of generating dynamic HTML: embedding code within the HTML (PHP etc.),
 or embedding HTML within code (traditional CGI). Neither of these
 methods allow for a clean separation of the form, or layout, of a page
 and the function of page generation. Instead of mixing HTML and Python,
 two rich and extremely expressive languages, we can add a small amount
 of syntax to each and keep the two separate and coherent.
 .
  Homepage: http://excess.org/templayer/