File: control

package info (click to toggle)
html-template 0.16-2.1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 128 kB
  • ctags: 111
  • sloc: ruby: 869; makefile: 41
file content (20 lines) | stat: -rw-r--r-- 722 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: html-template
Section: interpreters
Priority: optional
Maintainer: Pablo Lorenzzoni <spectra@debian.org>
Build-Depends-Indep: ruby
Build-Depends: debhelper (>= 4)
Standards-Version: 3.6.1

Package: libhtml-template-ruby
Architecture: all
Depends: libruby
Description: A Ruby Class to use HTML Templates
 This implements a HTML::Template class similar to Perl's one. Its
 main goal is to implement a complete selectivity between design
 and logic easily. The HTML files are known as templates with
 prospective variables to be replaced by their values by the Ruby
 CGI script. Also, you can deal with a nested block, a loop and a
 conditional expression.
 .
 The URL for this project is http://shebang.jp/src/ruby/