|
Revision 215, 1.3 kB
(checked in by d0nut, 5 years ago)
|
|
first commit of buddyloo - friendship system for wcf
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <!DOCTYPE package SYSTEM "http://www.woltlab.com/DTDs/package.dtd"> |
|---|
| 3 | <package name="de.easy-coding.wcf.buddyloo"> |
|---|
| 4 | <packageinformation> |
|---|
| 5 | <packagename>Buddyloo</packagename> |
|---|
| 6 | <packagedescription>Friendship system for wcf. Friendships can be accepted/declined.</packagedescription> |
|---|
| 7 | <packagedescription languagecode="de"><![CDATA[Buddy System fÃŒr das WCF. Freundschaften funktionieren nur in beide Richtungen. Das GegenÃŒber hat die Wahl zum ablehnen/akzeptieren der Freunschafts-Einladung.]]></packagedescription> |
|---|
| 8 | <version>0.9.0</version> |
|---|
| 9 | <date>DATE</date> |
|---|
| 10 | <plugin>com.woltlab.wcf</plugin> |
|---|
| 11 | </packageinformation> |
|---|
| 12 | |
|---|
| 13 | <authorinformation> |
|---|
| 14 | <author>Torben Brodt</author> |
|---|
| 15 | <authorurl>http://www.easy-coding.de/trac/wcf</authorurl> |
|---|
| 16 | </authorinformation> |
|---|
| 17 | |
|---|
| 18 | <requiredpackages> |
|---|
| 19 | <requiredpackage minversion="1.0.0">com.woltlab.wcf</requiredpackage> |
|---|
| 20 | <requiredpackage minversion="1.0.0">com.woltlab.wcf.page.user.profile</requiredpackage> |
|---|
| 21 | </requiredpackages> |
|---|
| 22 | |
|---|
| 23 | <instructions type="install"> |
|---|
| 24 | <files>files.tar</files> |
|---|
| 25 | <templates>templates.tar</templates> |
|---|
| 26 | <eventlistener>eventlistener.xml</eventlistener> |
|---|
| 27 | <sql>install.sql</sql> |
|---|
| 28 | <languages languagecode="de">de.xml</languages> |
|---|
| 29 | <languages languagecode="de-informal">de-informal.xml</languages> |
|---|
| 30 | <languages languagecode="en">en.xml</languages> |
|---|
| 31 | </instructions> |
|---|
| 32 | </package> |
|---|