SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

php-pear-HTML_Template_Flexy rpm build for : Mandrake Other. For other distributions click php-pear-HTML_Template_Flexy.

Name : php-pear-HTML_Template_Flexy
Version : 1.3.12 Vendor : Mandriva
Release : 4 Date : 2011-12-16 11:19:39
Group : Development/PHP Source RPM : php-pear-HTML_Template_Flexy-1.3.12-4.src.rpm
Size : 0.68 MB
Packager : Oden Eriksson < oeriksson_mandriva_com>
Summary : A flexible caching template engine based on SimpleTemplate
Description :
HTML_Template_Flexy started its life as a simplification of
HTML_Template_Xipe, however in version 0.2, it became one of the first
template engine to use a real Lexer, rather than regexes, making it
possible to do things like ASP.net or Cold Fusion tags. However, it
still has a very simple set of goals.
- Very Simple API,
- easy to learn...
- prevents to much logic going in templates
- Easy to write documentable code
- By using object vars for a template rather than \'assign\',
you can use PHPDoc comments to list what variable you use.
- Editable in WYSIWYG editors
- you can create full featured templates, that don\'t get
broken every time you edit with Dreamweaver(tm) or Mozilla
editor
- Uses namespaced attributes to add looping/conditionals
- Extremely Fast
- runtime is at least 4 time smaller than most other template
engines (eg. Smarty)
- uses compiled templates, as a result it is many times faster
on blocks and loops than than Regex templates (eg.
IT/phplib)
- Safer (for cross-site scripting attacks)
- All variables default to be output as HTML escaped
(overridden with the :h modifier)
- Multilanguage support
- Parses strings out of template, so you can build translation
tools
- Compiles language specific templates (so translation is only
done once, not on every request)
- Full dynamic element support (like ASP.NET), so you can pick
elements to replace at runtime

The long term plan for Flexy is to be integrated as a backend for the
Future Template Package (A BC wrapper will be made available - as the
author needs to use it too).

RPM found in directory: /vol/rzm6/linux-mandriva/devel/cooker/i586/media/main/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  php-pear-HTML_Template_Flexy-1.3.12-4-mdv2012.0.noarch.rpm
ftp.icm.edu.pl  php-pear-HTML_Template_Flexy-1.3.12-4-mdv2012.0.noarch.rpm
     

Provides :
pear(HTML/Template/Flexy.php)
pear(HTML/Template/Flexy/Assign.php)
pear(HTML/Template/Flexy/Compiler.php)
pear(HTML/Template/Flexy/Compiler/Flexy.php)
pear(HTML/Template/Flexy/Compiler/Flexy/CustomFlexyAttributes.php)
pear(HTML/Template/Flexy/Compiler/Flexy/Flexy.php)
pear(HTML/Template/Flexy/Compiler/Flexy/Tag.php)
pear(HTML/Template/Flexy/Compiler/Regex.php)
pear(HTML/Template/Flexy/Compiler/Regex/BodyOnly.php)
pear(HTML/Template/Flexy/Compiler/Regex/Mail.php)
pear(HTML/Template/Flexy/Compiler/Regex/Math.php)
pear(HTML/Template/Flexy/Compiler/Regex/Php.php)
pear(HTML/Template/Flexy/Compiler/Regex/RtfSimpleTags.php)
pear(HTML/Template/Flexy/Compiler/Regex/SimpleTags.php)
pear(HTML/Template/Flexy/Compiler/Regex/Xml.php)
pear(HTML/Template/Flexy/Compiler/SmartyConvertor.php)
pear(HTML/Template/Flexy/Compiler/Standard.php)
pear(HTML/Template/Flexy/Compiler/Standard/Flexy.php)
pear(HTML/Template/Flexy/Compiler/Standard/Tag.php)
pear(HTML/Template/Flexy/Element.php)
pear(HTML/Template/Flexy/Element/Xul.php)
pear(HTML/Template/Flexy/Factory.php)
pear(HTML/Template/Flexy/Plugin.php)
pear(HTML/Template/Flexy/Plugin/Savant.php)
pear(HTML/Template/Flexy/SmartyAPI.php)
pear(HTML/Template/Flexy/Test.php)
pear(HTML/Template/Flexy/Token.php)
pear(HTML/Template/Flexy/Token/Cdata.php)
pear(HTML/Template/Flexy/Token/Else.php)
pear(HTML/Template/Flexy/Token/End.php)
pear(HTML/Template/Flexy/Token/EndTag.php)
pear(HTML/Template/Flexy/Token/Foreach.php)
pear(HTML/Template/Flexy/Token/If.php)
pear(HTML/Template/Flexy/Token/Method.php)
pear(HTML/Template/Flexy/Token/Processing.php)
pear(HTML/Template/Flexy/Token/Tag.php)
pear(HTML/Template/Flexy/Token/Text.php)
pear(HTML/Template/Flexy/Token/Var.php)
pear(HTML/Template/Flexy/Tokenizer.php)
pear(HTML/Template/Flexy/Translator.php)
pear(HTML/Template/Flexy/Tree.php)
pear(HTML/Template/Flexy/compileAll.php)
php-pear-HTML_Template_Flexy

Requires :
php-pear
pear(Console/Getopt.php)
pear(Date.php)
pear(HTML/Javascript/Convert.php)
pear(PEAR.php)
pear(System.php)
pear(Translation2.php)
pear(Translation2/Admin.php)
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/share/doc/php-pear-HTML_Template_Flexy
/usr/share/doc/php-pear-HTML_Template_Flexy/ChangeLog
/usr/share/doc/php-pear-HTML_Template_Flexy/TODO
/usr/share/pear/HTML
/usr/share/pear/HTML/Template
/usr/share/pear/HTML/Template/Flexy
/usr/share/pear/HTML/Template/Flexy.php
/usr/share/pear/HTML/Template/Flexy/Assign.php
/usr/share/pear/HTML/Template/Flexy/Compiler
/usr/share/pear/HTML/Template/Flexy/Compiler.php
/usr/share/pear/HTML/Template/Flexy/Compiler/Flexy
/usr/share/pear/HTML/Template/Flexy/Compiler/Flexy.php
/usr/share/pear/HTML/Template/Flexy/Compiler/Flexy/CustomFlexyAttributes.php
/usr/share/pear/HTML/Template/Flexy/Compiler/Flexy/Flexy.php
/usr/share/pear/HTML/Template/Flexy/Compiler/Flexy/Tag.php
/usr/share/pear/HTML/Template/Flexy/Compiler/Regex
/usr/share/pear/HTML/Template/Flexy/Compiler/Regex.php
/usr/share/pear/HTML/Template/Flexy/Compiler/Regex/BodyOnly.php
/usr/share/pear/HTML/Template/Flexy/Compiler/Regex/Mail.php
/usr/share/pear/HTML/Template/Flexy/Compiler/Regex/Math.php
/usr/share/pear/HTML/Template/Flexy/Compiler/Regex/Php.php
/usr/share/pear/HTML/Template/Flexy/Compiler/Regex/RtfSimpleTags.php
/usr/share/pear/HTML/Template/Flexy/Compiler/Regex/SimpleTags.php
/usr/share/pear/HTML/Template/Flexy/Compiler/Regex/Xml.php
/usr/share/pear/HTML/Template/Flexy/Compiler/SmartyConvertor.php
/usr/share/pear/HTML/Template/Flexy/Compiler/Standard
/usr/share/pear/HTML/Template/Flexy/Compiler/Standard.php
/usr/share/pear/HTML/Template/Flexy/Compiler/Standard/Flexy.php
/usr/share/pear/HTML/Template/Flexy/Compiler/Standard/Tag.php
/usr/share/pear/HTML/Template/Flexy/Element
There is 26 files more in these RPM.

 
ICM