Development

/plugins/iaBotControlPlugin/trunk/package.xml

You must first sign up to be able to contribute.

root/plugins/iaBotControlPlugin/trunk/package.xml

Revision 22063, 4.3 kB (checked in by neothemachine, 2 months ago)

set sebastian back to active-state in package.xml so he appears in the developers list in the next release (bug?)

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.4.1" version="2.0" 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.0 http://pear.php.net/dtd/package-2.0.xsd">
3  <name>iaBotControlPlugin</name>
4  <channel>pear.symfony-project.com</channel>
5  <summary>iaBotControlPlugin is a simple approach to keep Bots from crawling certain pages.</summary>
6  <description>This Plugin combines sfDoctrinePlugin, sfDoctrineGuardPlugin and sfCryptoCaptchaPlugin but is not limited to the sfCryptoCaptchaPlugin. It tries to stop bots from crawling your pages while not affecting normal users.</description>
7  <lead>
8   <name>Sebastian Schulze</name>
9   <user>bascht</user>
10   <email>sebastian.schulze@inaudito.de</email>
11   <active>yes</active>
12  </lead>
13  <lead>
14   <name>Maik Riechert</name>
15   <user>neothemachine</user>
16   <email>maik.riechert@animey.net</email>
17   <active>yes</active>
18  </lead>
19  <date>2009-09-16</date>
20  <version>
21    <release>0.1.0</release>
22    <api>0.1.0</api>
23  </version>
24  <stability>
25   <release>alpha</release>
26   <api>alpha</api>
27  </stability>
28  <license uri="http://www.symfony-project.com/license">MIT</license>
29  <notes>-</notes>
30  <contents><dir name="/"><dir name="config"><file name="app_dist.yml" role="data"/><dir name="doctrine"><file name="schema.yml" role="data"/></dir></dir><dir name="lib"><dir name="filter"><dir name="doctrine"><file name="PluginiaBotControlRequestFormFilter.class.php" role="data"/></dir><file name="iaBotControlFilter.class.php" role="data"/></dir><dir name="form"><file name="aiBotControlAuthorizeForm.php" role="data"/><dir name="base"><file name="BaseaiBotControlAuthorizeForm.php" role="data"/></dir><dir name="doctrine"><file name="PluginiaBotControlRequestForm.class.php" role="data"/></dir></dir><dir name="model"><dir name="doctrine"><file name="PluginiaBotControlRequest.class.php" role="data"/><file name="PluginiaBotControlRequestTable.class.php" role="data"/></dir></dir></dir><file name="LICENSE" role="data"/><dir name="modules"><dir name="iaBotControl"><dir name="actions"><file name="actions.class.php" role="data"/></dir><dir name="config"><file name="security.yml" role="data"/></dir><dir name="lib"><file name="BaseiaBotControlActions.class.php" role="data"/></dir><dir name="templates"><file name="authorizeSuccess.php" role="data"/></dir></dir></dir><file name="package-iaBotControlPlugin.xml" role="data"/><file name="README" role="data"/></dir></contents>
31
32  <dependencies>
33   <required>
34    <php>
35     <min>5.1.0</min>
36    </php>
37    <pearinstaller>
38     <min>1.4.1</min>
39    </pearinstaller>
40    <package>
41       <name>symfony</name>
42       <channel>pear.symfony-project.com</channel>
43       <min>1.2.0</min>
44       <max>1.3.0</max>
45       <exclude>1.3.0</exclude>
46    </package>
47    <package>
48         <name>sfDoctrineGuardPlugin</name>
49         <channel>plugins.symfony-project.org</channel>
50         <min>3.0.0</min>
51         <max>4.0.0</max>
52         <exclude>4.0.0</exclude>
53   </package>
54   </required>
55   <optional>
56    <package>
57         <name>sfCryptoCaptchaPlugin</name>
58         <channel>plugins.symfony-project.org</channel>
59         <min>0.0.9</min>
60         <max>1.0.0</max>
61         <exclude>1.0.0</exclude>
62   </package>
63   </optional>
64  </dependencies>
65
66  <phprelease>
67  </phprelease>
68
69  <changelog>
70   <release>
71    <version>
72     <release>0.1.0</release>
73     <api>0.1.0</api>
74    </version>
75    <stability>
76     <release>alpha</release>
77     <api>alpha</api>
78    </stability>
79    <date>2009-09-16</date>
80    <license uri="http://www.symfony-project.com/license">MIT License</license>
81    <notes>
82  * complete rewrite for sf 1.2
83  * new default captcha plugin: sfCryptoCaptchaPlugin
84  * captcha form is fully customizable now
85  * new options to ignore signed-in users or those who already solved a captcha
86    </notes>
87   </release>
88   <release>
89    <version>
90     <release>0.0.1</release>
91     <api>0.0.1</api>
92    </version>
93    <stability>
94     <release>alpha</release>
95     <api>alpha</api>
96    </stability>
97    <date>2008-10-15</date>
98    <license uri="http://www.symfony-project.com/license">MIT License</license>
99    <notes>
100  * first release for sf 1.0
101  * default captcha plugin: sfCryptographpPlugin
102    </notes>
103   </release>
104
105  </changelog>
106 </package>
Note: See TracBrowser for help on using the browser.

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.