SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

php-pear-HTML_Template_Flexy rpm build for : Mandriva 2006. For other distributions click php-pear-HTML_Template_Flexy.

Name : php-pear-HTML_Template_Flexy
Version : 1.2.2 Vendor : Mandriva
Release : 1mdk Date : 2005-09-21 13:29:58
Group : Development/Other Source RPM : php-pear-HTML_Template_Flexy-1.2.2-1mdk.src.rpm
Size : 0.63 MB
Packager : Oden Eriksson < oeriksson_mandriva_com>
Summary : HTML_Template_Flexy - 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).

In PEAR status of this package is: stable.

RPM found in directory: /vol/rzm6/linux-mandriva/official/2006.0/i586/media/contrib

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  php-pear-HTML_Template_Flexy-1.2.2-1mdk.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/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/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 :
rpmlib(CompressedFileNames) <= 3.0.4-1
pear(Date.php)
pear(Console/Getopt.php)
pear(Gtk/VarDump.php)
pear(HTML/Javascript/Convert.php)
php-pear
pear(Translation2.php)
pear(System.php)
php-cli
/bin/sh
pear(Translation2/Admin.php)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
pear(PEAR.php)


Content of RPM :
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/example.ini
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/smarty
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/smarty/smartytest.php
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/templates
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/templates/blocks.html
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/templates/bug_2959.html
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/templates/conditions.html
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/templates/error_foreach.html
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/templates/flexy_tojavascript.html
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/templates/forms.html
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/templates/function.html
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/templates/globals.html
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/templates/image_view.html
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/templates/include.html
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/templates/javascript.html
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/templates/looping.html
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/templates/methods.html
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/templates/namespaces.html
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/templates/plugin_modifiers.html
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/templates/raw_php.html
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/templates/raw_text.html
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/templates/style.html
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/templates/variables.html
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/test_blocks.html.phpt
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/test_bug_2959.html.phpt
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/test_conditions.html.phpt
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/test_error_foreach.html.phpt
/usr/share/doc/php-pear-HTML_Template_Flexy-1.2.2/tests/test_flexy_tojavascript.html.phpt
There is 64 files more in these RPM.

 
ICM