File: control

package info (click to toggle)
php-html-template-it 1%3A1.2.1-3
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 196 kB
  • ctags: 289
  • sloc: php: 1,058; xml: 195; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 794 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: php-html-template-it
Section: php
Priority: optional
Maintainer: Federico Gimenez Nieto <fgimenez@coit.es>
Build-Depends: debhelper (>= 5), dh-make-php (>= 0.2.3), cdbs
Standards-Version: 3.8.3
Homepage: http://pear.php.net/package/HTML_Template_IT/

Package: php-html-template-it
Architecture: all
Depends: php-pear, ${misc:Depends}
Description: PEAR HTML Isotemplate API
 This package allows you to manage previously defined HTML templates 
 in an object-oriented fashion. A template consists of text and special 
 labeled blocks and placeholders. The content of blocks can be re-used 
 and parsed multiple times with different placeholder values, filled 
 from PHP code with content.
 .
 The Isotemplate API gives you a maximum of flexibility, allowing any 
 level of block nesting.