root/sharethis/package.xml @ 181

Revision 181, 1.2 kB (checked in by d0nut, 5 years ago)

initial release of share this plugin

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.wbb.sharethis">
4        <packageinformation>
5                <packagename>ShareThis</packagename>
6                <packagedescription>One button for all social networks.</packagedescription>
7                <version>0.9.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="3.0.0">com.woltlab.wbb</requiredpackage>
20                <requiredpackage minversion="1.0.0" file="requirements/de.easy-coding.wbb.footscript.tar.gz">de.easy-coding.wbb.footscript</requiredpackage>
21        </requiredpackages>
22
23        <instructions type="install">
24                <files>files.tar</files>
25                <templates>templates.tar</templates>
26                <eventlistener>eventlistener.xml</eventlistener>
27                <languages languagecode="de">de.xml</languages>
28                <languages languagecode="de-informal">de-informal.xml</languages>
29                <languages languagecode="en">en.xml</languages>
30                <options>options.xml</options>
31        </instructions>
32</package>
Note: See TracBrowser for help on using the browser.