forked from cmb69/realblog_xh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteplad.xml
122 lines (117 loc) · 6.34 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
118
119
120
121
122
<?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/cmb69/realblog_xh/master/teplad.xml</xml_url>
<!-- Attribute type for Data type: plugin, template or addon -->
<!-- the name of the Plugin -->
<name type="plugin">Realblog_XH</name>
<!-- Date this xml-file was updated, yyyy.mm.dd -->
<date_update>2021.01.23</date_update>
<!-- version of Plugin -->
<version>3.0beta9</version>
<!-- date of publication, yyyy.mm.dd -->
<date_version>2017.07.08</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>content</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/realblog_xh/releases/3.0beta9</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.6</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.3.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">
Realblog_XH facilitates presenting a blog on your CMSimple_XH website.
It offers the basic blogging features, such as an displaying a chronological
overview of the posts, an optional yearly archive, automatic scheduled
publishing and archiving of posts, searching contents, an RSS feed and very
simplistic categorization.
Separately written teasers are supported.
Teasers and articles may contain arbitrary CMSimple_XH scripting.
Each blog post can be made commentable individually, what requires a compatible comments plugin.
For multilingual websites, each language will have its own blog;
besides that, Realblog_XH doesn't have any multilingual capabilities.
</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">
Realblog_XH ermöglicht die Präsentation eines Blogs auf Ihrer CMSimple_XH Website.
Das Plugin bietet die grundlegenden Blog-Funktionalitäten, wie die
Anzeige einer chronologisch geordneten Übersicht der Beiträge, ein optionales
jährliches Archiv, automatisches zeitgesteuertes Veröffentlichen und
Archivieren von Beiträgen, die Suche in den Blog-Inhalten, einen RSS-Feed und
eine sehr einfache Kategorisierung.
Separat geschriebene Teaser werden unterstützt.
Teaser und Artikel können beliebiges CMSimple_XH Skripting enthalten.
Jeder Blog-Beitrag kann individuell kommentierbar gemacht werden,
was ein kompatibles Kommentar-Plugin erfordert.
Auf mehrsprachigen Websites hat jede Sprache ihren eigenen Blog;
darüber hinaus hat Realblog_XH keine mehrsprachigen Fähigkeiten.
</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/realblog_xh/master/realblog.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. -->