|
Revision 157, 0.8 kB
(checked in by d0nut, 5 years ago)
|
|
statistics for display in signature as image
|
| Rev | Line | |
|---|
| [157] | 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.wbb.imagestats"> |
|---|
| 4 | <packageinformation> |
|---|
| 5 | <packagename>Image Stats</packagename> |
|---|
| 6 | <packagedescription>Image Stats</packagedescription> |
|---|
| 7 | <version>0.1.0</version> |
|---|
| 8 | <date>DATE</date> |
|---|
| 9 | <plugin>com.woltlab.wbb</plugin> |
|---|
| 10 | </packageinformation> |
|---|
| 11 | |
|---|
| 12 | <authorinformation> |
|---|
| 13 | <author>Torben Brodt</author> |
|---|
| 14 | <authorurl>http://www.easy-coding.de/trac/wcf</authorurl> |
|---|
| 15 | </authorinformation> |
|---|
| 16 | |
|---|
| 17 | <requiredpackages> |
|---|
| 18 | <requiredpackage minversion="1.0.0">com.woltlab.wcf</requiredpackage> |
|---|
| 19 | <requiredpackage minversion="1.0.2">de.wbb3mods.wbb.stats</requiredpackage> |
|---|
| 20 | </requiredpackages> |
|---|
| 21 | |
|---|
| 22 | <instructions type="install"> |
|---|
| 23 | <files>files.tar</files> |
|---|
| 24 | </instructions> |
|---|
| 25 | </package> |
|---|