1 <?xml version="1.0" encoding="ISO-8859-1" ?>
2 <!DOCTYPE package SYSTEM "/usr/share/doc/pear/data/PEAR/package.dtd">
3 <package version="1.0">
4 <name>BIFE_Album</name>
5 <summary>BIFE Album Widget Set</summary>
12 <name>Leandro Lucarella</name>
13 <email>luca@lugmen.org.ar</email>
19 <version>0.11</version>
20 <date>2003-06-29</date>
22 <notes>Check http://bife.llucax.hn.org/ for details.</notes>
23 <provides type="class" name="BIFE_Album_Thumbs"/>
24 <provides type="class" name="BIFE_Album_Photo"/>
25 <provides type="class" name="BIFE_Album_Pager"/>
28 <dir name="/" baseinstalldir="BIFE/Album" role="php">
29 <file install-as="Thumbs.php">src/BIFE/Album/Thumbs.php</file>
30 <file install-as="Photo.php">src/BIFE/Album/Photo.php</file>
31 <file install-as="Pager.php">src/BIFE/Album/Pager.php</file>
34 <dir name="examples" role="doc">
35 <file>index.php</file>
36 <file>index.xbf</file>
37 <file>photo.xbf</file>
38 <dir name="templates">
39 <file>bife_page.tpl.html</file>
40 <file>bife_link.tpl.html</file>
41 <file>bife_title.tpl.html</file>
43 <file>item.tpl.html</file>
44 <file>empty.tpl.html</file>
45 <file>cell.tpl.html</file>
46 <file>row.tpl.html</file>
47 <file>photo.tpl.html</file>
48 <file>body.tpl.html</file>
55 <dep type="php" rel="ge">4.2.3</dep>
56 <dep type="pkg" rel="ge" version="1.0.0beta1">HTML_Template_HIT</dep>
57 <dep type="pkg" rel="ge" version="1.0.0beta1">BIFE</dep>
58 <dep type="pkg" rel="ge" version="0.11">BIFE_Basic</dep>