|
Revision 29298, 2.6 kB
(checked in by radek.qo, 3 years ago)
|
[0.9] added 0.9 tag
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<package packagerversion="1.4.1" version="2.0" 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" 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>sfWhoIsOnlinePlugin</name> |
|---|
| 4 |
<channel>plugins.symfony-project.org</channel> |
|---|
| 5 |
<summary>Shows number of online users.</summary> |
|---|
| 6 |
<description>sfWhoIsOnlinePlugin is a symfony plugin which enables showing count of currently online users direct on your website.</description> |
|---|
| 7 |
<lead> |
|---|
| 8 |
<name>Radek Petráň</name> |
|---|
| 9 |
<user>radek.qo</user> |
|---|
| 10 |
<email>radek.qo@gmail.com</email> |
|---|
| 11 |
<active>yes</active> |
|---|
| 12 |
</lead> |
|---|
| 13 |
<date>2010-04-28</date> |
|---|
| 14 |
<version> |
|---|
| 15 |
<release>0.9.0</release> |
|---|
| 16 |
<api>0.9.0</api> |
|---|
| 17 |
</version> |
|---|
| 18 |
<stability> |
|---|
| 19 |
<release>beta</release> |
|---|
| 20 |
<api>beta</api> |
|---|
| 21 |
</stability> |
|---|
| 22 |
<license uri="http://www.symfony-project.com/license">MIT license</license> |
|---|
| 23 |
<notes>-</notes> |
|---|
| 24 |
<contents> |
|---|
| 25 |
<dir name="/"> |
|---|
| 26 |
<file role="data" name="README" /> |
|---|
| 27 |
<file role="data" name="LICENSE" /> |
|---|
| 28 |
|
|---|
| 29 |
<dir name="config"> |
|---|
| 30 |
<!-- model --> |
|---|
| 31 |
<file role="data" name="schema.yml" /> |
|---|
| 32 |
</dir> |
|---|
| 33 |
|
|---|
| 34 |
<dir name="lib"> |
|---|
| 35 |
<dir name="filter"> |
|---|
| 36 |
<file role="data" name="sfWhoIsOnlineFilter.class.php" /> |
|---|
| 37 |
</dir> |
|---|
| 38 |
<dir name="model"> |
|---|
| 39 |
<dir name="doctrine"> |
|---|
| 40 |
<file role="data" name="PluginsfWhoIsOnlineUser.class.php" /> |
|---|
| 41 |
<file role="data" name="PluginsfWhoIsOnlineUserTable.class.php" /> |
|---|
| 42 |
</dir> |
|---|
| 43 |
<file role="data" name="sfWhoIsOnlineUserFacade.class.php" /> |
|---|
| 44 |
</dir> |
|---|
| 45 |
|
|---|
| 46 |
<dir name="modules"> |
|---|
| 47 |
<dir name="sfWhoIsOnline"> |
|---|
| 48 |
<file role="data" name="actions/components.class.php" /> |
|---|
| 49 |
<file role="data" name="templates/_codes.php" /> |
|---|
| 50 |
<file role="data" name="templates/_combined.php" /> |
|---|
| 51 |
<file role="data" name="templates/_online.php" /> |
|---|
| 52 |
<file role="data" name="templates/_users.php" /> |
|---|
| 53 |
</dir> |
|---|
| 54 |
</dir> |
|---|
| 55 |
</dir> |
|---|
| 56 |
</contents> |
|---|
| 57 |
|
|---|
| 58 |
<dependencies> |
|---|
| 59 |
</dependencies> |
|---|
| 60 |
|
|---|
| 61 |
<phprelease> |
|---|
| 62 |
</phprelease> |
|---|
| 63 |
|
|---|
| 64 |
<changelog> |
|---|
| 65 |
<release> |
|---|
| 66 |
<version> |
|---|
| 67 |
<release>0.9.0</release> |
|---|
| 68 |
<api>0.9.0</api> |
|---|
| 69 |
</version> |
|---|
| 70 |
<stability> |
|---|
| 71 |
<release>beta</release> |
|---|
| 72 |
<api>beta</api> |
|---|
| 73 |
</stability> |
|---|
| 74 |
<license uri="http://www.symfony-project.com/license">MIT license</license> |
|---|
| 75 |
<date>2010-04-28</date> |
|---|
| 76 |
<license>MIT</license> |
|---|
| 77 |
<notes>-</notes> |
|---|
| 78 |
</release> |
|---|
| 79 |
</changelog> |
|---|
| 80 |
</package> |
|---|