|
Revision 1337, 1.3 kB
(checked in by Torben Brodt, 2 years ago)
|
|
begin retweet extension: This plugin will show a box of users under the content they retweeted
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <package name="de.easy-coding.wcf.twitter.retweet" xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com/XSD/package.xsd"> |
|---|
| 3 | <packageinformation> |
|---|
| 4 | <packagename><![CDATA[Twitter: Retweet Extension]]></packagename> |
|---|
| 5 | <packagedescription><![CDATA[This plugin will show a box of users under the content they retweeted.]]></packagedescription> |
|---|
| 6 | <version>1.0.0 Beta 1</version> |
|---|
| 7 | <date>DATE</date> |
|---|
| 8 | <isunique>1</isunique> |
|---|
| 9 | <standalone>0</standalone> |
|---|
| 10 | <plugin>com.woltlab.wcf</plugin> |
|---|
| 11 | </packageinformation> |
|---|
| 12 | |
|---|
| 13 | <authorinformation> |
|---|
| 14 | <author><![CDATA[Torben Brodt]]></author> |
|---|
| 15 | <authorURL><![CDATA[http://trac.easy-coding.de/trac/wcf]]></authorURL> |
|---|
| 16 | </authorinformation> |
|---|
| 17 | |
|---|
| 18 | <requiredpackages> |
|---|
| 19 | <requiredpackage minversion="1.1.2">com.woltlab.wcf</requiredpackage> |
|---|
| 20 | <requiredpackage minversion="2.1.0">de.easy-coding.wcf.twitter</requiredpackage> |
|---|
| 21 | </requiredpackages> |
|---|
| 22 | |
|---|
| 23 | <instructions type="install"> |
|---|
| 24 | <!-- files --> |
|---|
| 25 | <files>files.tar</files> |
|---|
| 26 | <templates>templates.tar</templates> |
|---|
| 27 | <sql>install.sql</sql> |
|---|
| 28 | |
|---|
| 29 | <!-- config --> |
|---|
| 30 | <eventlistener>eventlistener.xml</eventlistener> |
|---|
| 31 | </instructions> |
|---|
| 32 | <instructions type="update" fromversion="2.0.0"> |
|---|
| 33 | <files>files.tar</files> |
|---|
| 34 | </instructions> |
|---|
| 35 | </package> |
|---|