-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage_compatible.xml
84 lines (83 loc) · 3.9 KB
/
package_compatible.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8"?>
<package version="2.1" xmlns="http://pear.php.net/dtd/package-2.1" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.1 http://pear.php.net/dtd/package-2.1.xsd">
<name>Spider</name>
<channel>pearhub.org</channel>
<summary>Package Spider summary.
</summary>
<description>
Package detailed description here (found in README)
</description>
<lead>
<name>Brett Bieber</name>
<user>saltybeagle</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2010-01-21</date>
<time>08:56:17</time>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>Package PEAR2_Spider release notes for version 0.1.0.
Package PEAR2_Spider API release notes for version 0.1.0.</notes>
<contents>
<dir name="/">
<file role="php" name="php/Spider/UriIterator.php"/>
<file role="php" name="php/Spider/UriFilterInterface.php"/>
<file role="php" name="php/Spider/TidyParser.php"/>
<file role="php" name="php/Spider/StyleSheetLogger.php"/>
<file role="php" name="php/Spider/ParserInterface.php"/>
<file role="php" name="php/Spider/Parser.php"/>
<file role="php" name="php/Spider/PageLogger.php"/>
<file role="php" name="php/Spider/MailtoFilter.php"/>
<file role="php" name="php/Spider/LoggerAbstract.php"/>
<file role="php" name="php/Spider/Logger.php"/>
<file role="php" name="php/Spider/JavaScriptLogger.php"/>
<file role="php" name="php/Spider/Downloader.php"/>
<file role="php" name="php/Spider/DbLogger.php"/>
<file role="php" name="php/Spider/AnchorFilter.php"/>
<file role="php" name="php/Spider.php"/>
<file role="doc" name="doc/Spider/pearhub.org/examples/examples/results.db"/>
<file role="doc" name="doc/Spider/pearhub.org/examples/examples/batch_validator.php"/>
<file role="doc" name="doc/Spider/pearhub.org/examples/examples/basic.php"/>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.2.0</min>
</php>
<pearinstaller>
<min>1.4.8</min>
</pearinstaller>
</required>
</dependencies>
<phprelease>
<filelist>
<install name="doc/Spider/pearhub.org/examples/examples/basic.php" as="pearhub.org/examples/examples/basic.php"/>
<install name="doc/Spider/pearhub.org/examples/examples/batch_validator.php" as="pearhub.org/examples/examples/batch_validator.php"/>
<install name="doc/Spider/pearhub.org/examples/examples/results.db" as="pearhub.org/examples/examples/results.db"/>
<install name="php/Spider.php" as="Spider.php"/>
<install name="php/Spider/AnchorFilter.php" as="Spider/AnchorFilter.php"/>
<install name="php/Spider/DbLogger.php" as="Spider/DbLogger.php"/>
<install name="php/Spider/Downloader.php" as="Spider/Downloader.php"/>
<install name="php/Spider/JavaScriptLogger.php" as="Spider/JavaScriptLogger.php"/>
<install name="php/Spider/Logger.php" as="Spider/Logger.php"/>
<install name="php/Spider/LoggerAbstract.php" as="Spider/LoggerAbstract.php"/>
<install name="php/Spider/MailtoFilter.php" as="Spider/MailtoFilter.php"/>
<install name="php/Spider/PageLogger.php" as="Spider/PageLogger.php"/>
<install name="php/Spider/Parser.php" as="Spider/Parser.php"/>
<install name="php/Spider/ParserInterface.php" as="Spider/ParserInterface.php"/>
<install name="php/Spider/StyleSheetLogger.php" as="Spider/StyleSheetLogger.php"/>
<install name="php/Spider/TidyParser.php" as="Spider/TidyParser.php"/>
<install name="php/Spider/UriFilterInterface.php" as="Spider/UriFilterInterface.php"/>
<install name="php/Spider/UriIterator.php" as="Spider/UriIterator.php"/>
</filelist>
</phprelease>
</package>