Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource php-pear-HTML_Template_Xipe

The template engine is a compiling engine, all templates are compiled into PHP-files. This will make the delivery of the files faster on the next request, since the template doesn't need to be compiled again. If the template changes it will be recompiled. There is no new template language to learn. Beside the default mode, there is a set of constructs since version 1.6 which allow you to edit your templates with WYSIWYG editors. By default the template engine uses indention for building blocks (you can turn that off). This feature was inspired by Python and by the need I felt to force myself to write proper HTML-code, using proper indentions, to make the code better readable. Every template is customizable in multiple ways. You can configure each template or an entire directory to use different delimiters, caching parameters, etc. via either an XML-file or a XML-chunk which you simply write anywhere inside the tpl-code. Using the Cache the final file can also be cached (i.e. a resulting HTML-file). The caching options can be customized as needed. The cache can reduce the server load by very much, since the entire php-file doesn't need to be processed again, the resulting client-readable data are simply delivered right from the cache (the data are saved using php's output buffering). The template engine is prepared to be used for multi-language applications too. If you i.e. use the PEAR::I18N for translating the template, the compiled templates need to be saved under a different name for each language. The template engine is prepared for that too, it saves the compiled template including the language code if required (i.e. a compiled index.tpl which is saved for english gets the filename index.tpl.en.php).

Found 1 sites for php-pear-HTML_Template_Xipe

Found 4 RPM for php-pear-HTML_Template_Xipe

PackageSummaryDistributionDownload
php-pear-HTML_Template_Xipe-1.7.6-20.mga8.noarch.htmlA simple, fast and powerful template engineMageia 8 for aarch64php-pear-HTML_Template_Xipe-1.7.6-20.mga8.noarch.rpm
php-pear-HTML_Template_Xipe-1.7.6-20.mga8.noarch.htmlA simple, fast and powerful template engineMageia 8 for x86_64php-pear-HTML_Template_Xipe-1.7.6-20.mga8.noarch.rpm
php-pear-HTML_Template_Xipe-1.7.6-20.mga8.noarch.htmlA simple, fast and powerful template engineMageia 8 for armv7hlphp-pear-HTML_Template_Xipe-1.7.6-20.mga8.noarch.rpm
php-pear-HTML_Template_Xipe-1.7.6-20.mga8.noarch.htmlA simple, fast and powerful template engineMageia 8 for i586php-pear-HTML_Template_Xipe-1.7.6-20.mga8.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet