forked from cmb69/tablesorter_xh
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathteplad.xml
109 lines (104 loc) · 5.45 KB
/
teplad.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE teplad [
<!ELEMENT teplad (xml_url,name,date_update,version,date_version,coder,tags,url,compatibility,php_ver,license,descriptions,screenshots,logo) >
<!ELEMENT url (download_url,coder_url,demo_url) >
<!ELEMENT descriptions (description+) >
<!ELEMENT screenshots (screenshot*) >
<!ELEMENT xml_url (#PCDATA) >
<!ELEMENT name (#PCDATA) >
<!ELEMENT date_update (#PCDATA) >
<!ELEMENT version (#PCDATA) >
<!ELEMENT date_version (#PCDATA) >
<!ELEMENT coder (#PCDATA) >
<!ELEMENT tags (#PCDATA) >
<!ELEMENT compatibility (#PCDATA) >
<!ELEMENT php_ver (#PCDATA) >
<!ELEMENT license (#PCDATA) >
<!ELEMENT logo (#PCDATA) >
<!ELEMENT download_url (#PCDATA) >
<!ELEMENT coder_url (#PCDATA) >
<!ELEMENT demo_url (#PCDATA) >
<!ELEMENT description (#PCDATA|br|ol|ul|li|i|b)* >
<!ELEMENT br EMPTY >
<!ELEMENT ol (li+) >
<!ELEMENT ul (li+) >
<!ELEMENT li (#PCDATA) >
<!ELEMENT i (#PCDATA) >
<!ELEMENT b (#PCDATA) >
<!ELEMENT screenshot (#PCDATA) >
<!ATTLIST teplad version CDATA #REQUIRED >
<!ATTLIST name type (plugin|template|addon) #REQUIRED >
<!ATTLIST description lang NMTOKEN #REQUIRED >
<!ATTLIST screenshot view CDATA #REQUIRED >
]>
<!-- Do note change the Element teplad! -->
<teplad version="1.1">
<!-- the URL form this xml-file -->
<!-- full URL with http(s) -->
<xml_url>https://raw.githubusercontent.com/cmsimple-xh/tablesorter_xh/master/teplad.xml</xml_url>
<!-- Attribute type for Data type: plugin, template or addon -->
<!-- the name of the Plugin -->
<name type="plugin">Tablesorter_XH</name>
<!-- Date this xml-file was updated, yyyy.mm.dd -->
<date_update>2025.01.28</date_update>
<!-- version of Plugin -->
<version>1.0beta2</version>
<!-- date of publication, yyyy.mm.dd -->
<date_version>2025.01.28</date_version>
<!-- the name of the programmer -->
<coder>Christoph M. Becker</coder>
<!-- Categories must be written in lower case. More than one possible, separated by comma without spaces. -->
<!-- Plugin Categories, i.e. audio,video,datenschutz,socialmedia,system,admin,backup,calendar,form,seo. -->
<!-- Template Categories, i.e. cssonly,onepage. -->
<!-- You can currently define your own tags. These are displayed, but not filtered. -->
<!-- All available categories can be found on the website. -->
<tags></tags>
<!-- full URLs with http(s) -->
<url>
<!-- URL where you can download the plugin -->
<!-- If there no Download-URL, enter this follows! - <download_url></download_url> -->
<download_url>https://github.com/cmsimple-xh/tablesorter_xh/releases</download_url>
<!-- URL of the programmer's website -->
<!-- If there no Website, enter this follows! - <coder_url></coder_url> -->
<coder_url>https://www.cmsimple-xh.org/</coder_url>
<!-- URL where find a demo -->
<!-- If there no Demo-Website, enter this follows! - <demo_url></demo_url> -->
<demo_url></demo_url>
</url>
<!-- compatibility with versions of XH, i.e. 1.6, 1.6.7 - 1.7.2, ≥ 1.7, ... -->
<compatibility>≥ 1.7.3</compatibility>
<!-- minimum version of PHP that is required, i.e. 5.3, 5.6, 7, ≥ 5.6, ... -->
<!-- If there no specification, e.g. for templates, enter this follows! - <php_ver></php_ver> -->
<php_ver>≥ 7.4.0</php_ver>
<!-- the License for the Plugin, GPLv3, AGPL, LGPL, GPLv2 ... -->
<license>GPLv3</license>
<!-- Description in English is mandatory -->
<descriptions>
<!-- description of the plugin, ca. 200 characters, you can use <br/>, <ol></ol>, <ul></ul>, <li></li>, <b></b>, <i></i>. -->
<description lang="en">
Tablesorter_XH facilitates semi-automatic enhancement of tables in browsers
which support somewhat contemporary JavaScript. Sorting by single columns in
ascending and descending order, hiding of predefined columns which can
be expanded, and pagination are supported.
</description>
<!-- Beschreibung des Plugins, ca. 200 Zeichen, es können <br/>, <ol></ol>, <ul></ul>, <li></li>, <b></b>, <i></i> genutzt werden. -->
<description lang="de">
Tablesorter_XH ermöglicht die halbautomatische Verbesserung von Tabellen in
Browsern, die einigermaßen zeitgemäßes JavaScript unterstützen. Sortieren
nach einzelnen Spalten in auf- und absteigender Reihenfolge, verstecken
vordefinierter Spalten, die erweitert werden können, sowie Paginierung sind
möglich.
</description>
<!-- additional languages are possible, i.e. da, fr, pl, ... -->
<!-- The use of this language is limited by the website where the repository is hosted. -->
</descriptions>
<!-- If there no screenshots, enter this follows! - <screenshots></screenshots> -->
<screenshots/>
<!-- full URL with http(s) -->
<!-- , use only .gif, .jpg, .jpeg, .png or .svg! -->
<!-- The use of this different image formats is dependent on the configuration of the repository. -->
<!-- If there no logo, enter this follows! - <logo></logo> -->
<logo>https://raw.githubusercontent.com/cmsimple-xh/tablesorter_xh/master/tablesorter.png</logo>
</teplad>
<!-- Ich versichere, dass ich für alle angegebenen Texte und / oder Bilder die Urheberrechte besitze, oder eine entsprechende Nutzungsgenehmigung vorweisen kann. -->
<!-- I guarantee, that I have the copyright for all texts and / or pictures, or can show a corresponding permission for their use. -->