]> git.llucax.com Git - software/bife/album.git/blob - package.xml
Fixed name in package.xml.
[software/bife/album.git] / package.xml
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>
6     <description>TBD.
7     </description>
8     <license>GPL</license>
9     <maintainers>
10         <maintainer>
11             <user>luca</user>
12             <name>Leandro Lucarella</name>
13             <email>luca@lugmen.org.ar</email>
14             <role>lead</role>
15         </maintainer>
16     </maintainers>
17
18     <release>
19         <version>0.11</version>
20         <date>2003-06-29</date>
21         <state>alpha</state>
22         <notes>Check http://www.llucax.hn.org/desarrollo/bife/ for details.</notes>
23         <filelist>
24             <!-- PHP -->
25             <file role="php">BIFE/Album/Thumbs.php</file>
26             <file role="php">BIFE/Album/Photo.php</file>
27             <file role="php">BIFE/Album/Pager.php</file>
28             <!-- DOC -->
29             <file role="doc">examples/index.php</file>
30             <file role="doc">examples/index.xbf</file>
31             <file role="doc">examples/photo.xbf</file>
32             <file role="doc">examples/templates/album/item.tpl.html</file>
33             <file role="doc">examples/templates/album/empty.tpl.html</file>
34             <file role="doc">examples/templates/album/cell.tpl.html</file>
35             <file role="doc">examples/templates/album/row.tpl.html</file>
36             <file role="doc">examples/templates/album/photo.tpl.html</file>
37             <file role="doc">examples/templates/album/body.tpl.html</file>
38             <file role="doc">examples/templates/bife_page.tpl.html</file>
39             <file role="doc">examples/templates/bife_link.tpl.html</file>
40             <file role="doc">examples/templates/bife_title.tpl.html</file>
41         </filelist>
42     </release>
43     <deps>
44         <dep type="php" rel="ge">4.2.3</dep>
45         <dep type="pkg" rel="ge" version="1.0.0beta">HTML_Template_HIT</dep>
46         <dep type="pkg" rel="ge" version="0.11">BIFE</dep>
47     </deps>
48 </package>