-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
69 lines (69 loc) · 4.17 KB
/
package.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
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE contaopackage>
<extension name="xtended_comments" date="20110811">
<author user="webstar" name="David Molineus" website="http://www.netzmacht.de" />
<copyright>&copy 2010-2011 David Molineus</copyright>
<license>LGPL</license>
<classification type="free" category="plugin" />
<release version="30006" build="7" date="20100929" />
<contao minversion="20090009" maxversion="20090049" />
<language code="de">
<translator user="webstar" name="David Molineus" website="http://www.netzmacht.de" />
<searchtags>Kommentar,Kommentare,Gravatar,Avatar</searchtags>
<title>Erweitertes Kommentarmodul</title>
<teaser>Erweitertes Kommentarmodul mit (globalen) Avataren (www.gravatar.com) und Hervorhebung von Autoren-Kommentaren</teaser>
<description><p>Mit dieser Erweiterung wird die Funktionalit&auml;t des Kommentarmoduls
erweitert. So werden sowohl globale Avatare (www.gravatar.com) als auch
Avatare der Avatarerweiterung unters&uuml;tzt. Au&szlig;erdem k&ouml;nnen Beitr&auml;ge des
Autors hervorgehoben werden.</p>
<p>&Uuml;ber Anregungen, Vorschl&auml;ge w&uuml;rde ich mich freuen.</p></description>
<releasenotes><h3>0.3.0 beta1</h3>
<p>Kompatibilit&auml;t mit Contao 2.9</p>
<h3>0.2.0 rc 1</h3>
<p>Unterst&uuml;tzung der Avatar-Erweiterung wurde hinzugef&uuml;gt. Wird ein
Kommentar von einem registrierten und angemeldeten Nutzer geschrieben,
so kann seine Einstellungen zum lokalen Avatar ber&uuml;cksichtigt werden.
Dabei wird auch die Option das Gravatar nutze zu wollen (Erweiterung
Gravatar) ber&uuml;cksichtigt.</p>
<p><strong>Wichtig:</strong> Das Template com_gravatar.tpl wurde angepasst. Eigene Templates m&uuml;ssen ggf. auch angepasst werden.</p>
<h3>0.1.0. rc 1:</h3>
<ul>
<li>Hervorhebung der Kommentare des Autors</li>
<li>Globale Avatere f&uuml;r Inhaltselement Kommentare, Modul Kommentare,
Kommentarfunktion des Nachrichtenlesers sowie Kommentarfunktion des
Nachrichtenlesers der Tag-Erweiterung
</li>
</ul></releasenotes>
<manual link="http://www.netzmacht.de/lesen/items/anleitung-kommentarmodul.html" />
</language>
<language code="en">
<translator user="webstar" name="David Molineus" website="http://www.netzmacht.de" />
<searchtags>Comment,Comments,Gravatar,Avatar</searchtags>
<title>Extended comments module</title>
<teaser>Extended comments module with global avatares (www.gravatar.com) and Highlighting of comments of the author</teaser>
<description><p>This modules extends the comments of TYPOlights comments module. The
support of global avatars (www.gravatar.com) and avatars of the avatar
extensions is added. Also there is the option to highlight comments of
the news oder article author.</p>
<p>I would like to hear about any suggestions, bug reports or feature requests.</p></description>
<releasenotes><h3>0.3.0 beta1</h3>
<p>compatibility with Contao 2.9</p>
<h3>0.2.0 rc 1</h3>
<p>Integration of the avatar extension. If the option 'use avatar
extension' is selected and a comment is posted by a loggedin user, his
avatar settings will be checked. There is also the support of the
gravatar extension. So if a user decides to prefer the gravatar the
gravatar will be shown instead of the local one. </p>
<p><strong>Important:</strong> Template com_gravatar.tpl has been modified.</p>
<h3>0.1.0. rc 1:</h3>
<ul>
<li>Highlighting of the comments of the news author or article author.</li>
<li>Globale Avaters for ContentElement comments, Module comments,
comments feature of the newsreader, comments feature of the newsreader
of the tag cloud extension.</li>
</ul>
<p>
You can find a German tutorial at my website.</p></releasenotes>
<manual link="http://www.netzmacht.de/lesen/items/anleitung-kommentarmodul.html" />
</language>
</extension>