Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1484283
 поиск   регистрация   авторизация 
 
Группа :: Разработка/Perl
Пакет: perl-HTML-Template-Pro

 Главная   Изменения   Спек   Патчи   Загрузить   Bugs and FR 

Текущая версия: 0.63-alt0.M24.1
Время сборки: 18 апреля 2006, 22:26 ( 940.1 недели назад )
Размер архива: 116.43 Kb

Домашняя страница:   http://sourceforge.net/projects/html-tmpl-pro/

Лицензия: GPL or Artistic
О пакете: Perl+C/XS module to produce HTML from HTML Template files.
Описание:

HTML::Template::Pro is a fast lightweight C/Perl+XS reimplementation
of HTML::Template and HTML::Template::Expr. It is not intended
to be a complete replacement, but to be a fast implementation
of HTML::Template if you don't need quering, the extended facility
of HTML::Template.
Designed for heavy upload, resource limitations, abcence of mod_perl.

HTML::Template module attempts make using HTML templates simple and natural.
It extends standard HTML with a few new HTML-esque tags - <TMPL_VAR>,
<TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF> and <TMPL_ELSE>.  The file
written with HTML and these new tags is called a template.  It is
usually saved separate from your script - possibly even created by
someone else!  Using this module you fill in the values for the
variables, loops and branches declared in the template.  This allows
you to seperate design - the HTML - from the data, which you generate
in the Perl script.

Текущий майнтейнер: Igor Vlasenko

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • perl-HTML-Template-Pro
 
design & coding: Vladimir Lettiev aka crux © 2004-2005