File: control

package info (click to toggle)
zope-scriptablefields 1.0-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 212 kB
  • ctags: 160
  • sloc: python: 600; makefile: 109; sh: 2
file content (23 lines) | stat: -rw-r--r-- 805 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
Source: zope-scriptablefields
Section: web
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: zope-debhelper (>= 0.3.2.7)
Standards-Version: 3.7.2

Package: zope-scriptablefields
Architecture: all
Depends: ${zope:Depends}
Description: Zope tool bundle for working with component Logic
 The bundle contains:
 .
  * TALESField
    A StringField like field you store a TALES expression in. 
    It gets evaluated on get and the result is returned.
  * PythonField
    A TextArea like field where you can store a whole Script (Python) in. 
    On get its evaluated and the result is returned. 
  * DTMLField and ZPTField
    Both fields working like PythonField but the given text is evaluated
    as DTML or Zope Page-Template.