Пакет pear-HTML_Template_IT: Информация

    Исходный пакет: pear-HTML_Template_IT
    Версия: 1.2.1-alt3
    Собран:  20 июня 2008 г. 4:06
    Сообщить об ошибке в пакете
    Домашняя страница: http://pear.php.net/package/HTML_Template_IT

    Лицензия: Modified BSD license
    О пакете: Integrated Templates
    Описание: 
    HTML_Template_IT:
    Simple template API.
    The Isotemplate API is somewhat tricky for a beginner although it is the
    best
    one you can build. template::parse() [phplib template = Isotemplate]
    requests
    you to name a source and a target where the current block gets parsed
    into.
    Source and target can be block names or even handler names. This API gives
    you
    a maximum of fexibility but you always have to know what you do which is
    quite unusual for php skripter like me.
    
    I noticed that I do not any control on which block gets parsed into which
    one.
    If all blocks are within one file, the script knows how they are nested
    and in
    which way you have to parse them. IT knows that inner1 is a child of
    block2, there's
    no need to tell him about this.
    Features :
      * Nested blocks
      * Include external file
      * Custom tags format (default {mytag})
    
    HTML_Template_ITX :
    With this class you get the full power of the phplib template class.
    You may have one file with blocks in it but you have as well one main file
    and multiple files one for each block. This is quite usefull when you have
    user configurable websites. Using blocks not in the main template allows
    you to modify some parts of your layout easily.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    pear-HTML_Template_IT (noarch)

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Vitaly Lipatov

      1. rpm-build-pear
      2. pear-core

    Последнее изменение


    20 июня 2008 г. Vitaly Lipatov 1.2.1-alt3
    - autorebuild for correct requires(pre) (see bug #16086)
    10 января 2008 г. Vitaly Lipatov 1.2.1-alt2
    - update according to rpm-build-pear 0.3
    5 января 2008 г. Vitaly Lipatov 1.2.1-alt1
    - initial build for ALT Linux Sisyphus