]> git.pld-linux.org Git - packages/php-pear-HTML_Template_IT.git/blob - php-pear-HTML_Template_IT.spec
2d72587ef9bb7b8ce66c973ff47160f532ab1ce2
[packages/php-pear-HTML_Template_IT.git] / php-pear-HTML_Template_IT.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          HTML
3 %define         _subclass       Template
4 %define         _status         stable
5 %define         _pearname       %{_class}_%{_subclass}_IT
6 Summary:        %{_pearname} - Integrated Templates
7 Summary(pl):    %{_pearname} - zintegrowane szablony
8 Name:           php-pear-%{_pearname}
9 Version:        1.1
10 Release:        2
11 License:        PHP 2.02
12 Group:          Development/Languages/PHP
13 # Source0-md5:  6062a6b0cf6033b206bd62aaeb36c055
14 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
15 URL:            http://pear.php.net/package/HTML_Template_IT/
16 BuildRequires:  rpm-php-pearprov >= 4.0.2-98
17 Requires:       php-pear
18 Requires:       php-pear-PEAR
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 HTML_Template_IT: Simple template API. The Isotemplate API is somewhat
24 tricky for a beginner although it is the best one you can build.
25 template::parse() [phplib template = Isotemplate] requests you to name
26 a source and a target where the current block gets parsed into. Source
27 and target can be block names or even handler names. This API gives
28 you a maximum of fexibility but you always have to know what you do
29 which is quite unusual for php skripter like me. I noticed that I do
30 not any control on which block gets parsed into which one. If all
31 blocks are within one file, the script knows how they are nested and
32 in which way you have to parse them. IT knows that inner1 is a child
33 of block2, there's no need to tell him about this. Features:
34  - Nested blocks,
35  - Include external file,
36  - Custom tags format (default {mytag}).
37
38 HTML_Template_ITX: With this class you get the full power of the
39 phplib template class. You may have one file with blocks in it but you
40 have as well one main file and multiple files one for each block. This
41 is quite useful when you have user configurable websites. Using blocks
42 not in the main template allows you to modify some parts of your
43 layout easily.
44
45 In PEAR status of this package is: %{_status}.
46
47 %description -l pl
48 HTML_Template_IT - proste API do szablonów. API Isotemplate (template
49 z phplib) jest nieco zawi³e dla pocz±tkuj±cych, ale jest najlepszym
50 jakie mo¿na uzyskaæ. template::parse() wymaga nazwania ¼ród³a i celu,
51 do którego przetworzony bêdzie aktualny blok. ¬ród³o i cel mog± byæ
52 nazwami bloków lub nawet nazwami funkcji obs³uguj±cych. To API daje
53 maksymaln± elastyczno¶æ, ale wymaga zawsze wiedzy, co siê robi, co nie
54 jest normalnym stanem dla niektórych autorów skryptów PHP, takich jak
55 autor tego modu³u. Zauwa¿y³ on, ¿e nie potrzebuje ¿adnej kontroli,
56 który blok zostaje przetworzony na który. Je¿eli wszystkie bloki s± w
57 jednym pliku, skrypt wie, jak s± zagnie¿d¿one i w jaki sposób powinny
58 zostaæ przetworzone. IT wie, ¿e inner1 jest potomkiem block2, nie ma
59 potrzeby podawania mu tych informacji. Mo¿liwo¶ci:
60  - zagnie¿d¿one bloki,
61  - do³±czanie zewnêtrznych plików,
62  - w³asny format znaczników (domy¶lnie {mytag}).
63
64 HTML_Template_ITX - ta klasa daje ca³± si³ê klasy szablonów z phplib.
65 Mo¿na mieæ jeden plik z blokami, ale mo¿na tak¿e mieæ jeden g³ówny
66 plik i wiele plików zawieraj±cych po jednym bloku. Jest to przydatne,
67 aby pozwoliæ u¿ytkownikowi na konfigurowalne serwisy. Przez u¿ycie
68 bloków spoza g³ównego szablonu pozwala siê na ³atwe modyfikowanie
69 niektórych czê¶ci wygl±du.
70
71 Ta klasa ma w PEAR status: %{_status}.
72
73 %prep
74 %setup -q -c
75
76 %install
77 rm -rf $RPM_BUILD_ROOT
78 install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/%{_subclass}
79
80 install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/%{_subclass}
81
82 %clean
83 rm -rf $RPM_BUILD_ROOT
84
85 %files
86 %defattr(644,root,root,755)
87 %{php_pear_dir}/%{_class}/%{_subclass}/*.php
This page took 0.082041 seconds and 2 git commands to generate.