-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathteplad.xml
117 lines (111 loc) · 6.01 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
110
111
112
113
114
115
116
117
<?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 >
]>
<!-- You can test this xml on https://www.xmlvalidation.com/documentation.html -->
<!-- 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/cmb69/advancedform_xh/master/teplad.xml</xml_url>
<!-- Attribute type for Data type: plugin, template or addon -->
<!-- the name of the Plugin -->
<name type="plugin">Advancedform_XH</name>
<!-- Date this xml-file was updated, yyyy.mm.dd -->
<date_update>2021-11-06</date_update>
<!-- version of Plugin -->
<version>2.3</version>
<!-- date of publication, yyyy.mm.dd -->
<date_version>2021-11-06</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>form</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/cmb69/advancedform_xh/releases/2.3</download_url>
<!-- URL of the programmer's website -->
<!-- If there no Website, enter this follows! - <coder_url></coder_url> -->
<coder_url>https://3-magi.net</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.0</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>≥ 5.5.4</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">
Advancedform_XH facilitates to create your own mail forms for
integration into CMSimple_XH. Its possible usage ranges from customized
contact forms to complex ordering or booking forms. Even complex forms
can be constructed by using the form editor, so you do not have to write
any HTML, CSS or PHP, if the basic form functionality is enough for your
needs. Advanced customization is available through the template and
hook system, respectively.
</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">
Advancedform_XH ermöglicht es Ihnen Ihre eigenen E-Mail-Formulare zur
Integration in CMSimple_XH zu erstellen. Die Möglichkeiten reichen von
angepassten Kontaktformularen bis zu komplexen Bestell- oder
Buchungsformularen. Selbst komplexe Formulare können im Formular-Editor
konstruiert werden, so dass Sie kein HTML, CSS oder PHP schreiben
müssen, wenn Ihnen die grundlegende Formular-Funktionalität genügt.
Weitergehende Anpassungen sind durch das Template- bzw. Hook-System
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/cmb69/advancedform_xh/master/advancedform.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. -->