]> git.llucax.com Git - software/bife/bife-all.git/blob - album/package.xml
Removed \n at the end of the file and added a VIM option to keep it as is.
[software/bife/bife-all.git] / album / 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. <!-- TODO -->
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.13</version>
20         <date>2003-06-29</date>
21         <state>alpha</state>
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"/>
26         <filelist>
27             <!-- PHP -->
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>
32             </dir>
33             <!-- DOC -->
34             <dir name="examples" role="doc">
35                 <file>index.php</file>
36                 <file>bife.php</file>
37                 <file>index.xbf</file>
38                 <file>photo.xbf</file>
39                 <dir name="dir">
40                     <file>index.xbf</file>
41                 </dir>
42                 <dir name="templates">
43                     <file>bife_page.tpl.html</file>
44                     <file>bife_link.tpl.html</file>
45                     <file>bife_title.tpl.html</file>
46                     <dir name="album">
47                         <file>item.tpl.html</file>
48                         <file>empty.tpl.html</file>
49                         <file>cell.tpl.html</file>
50                         <file>row.tpl.html</file>
51                         <file>photo.tpl.html</file>
52                         <file>body.tpl.html</file>
53                     </dir>
54                 </dir>
55             </dir>
56         </filelist>
57     </release>
58     <deps>
59         <dep type="php" rel="ge">4.2.3</dep>
60         <dep type="pkg" rel="ge" version="1.0.0beta1">HTML_Template_HIT</dep>
61         <dep type="pkg" rel="ge" version="1.0.0beta1">BIFE</dep>
62         <dep type="pkg" rel="ge" version="1.0.0beta3">BIFE_Basic</dep>
63     </deps>
64 </package>