diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..8ac0183
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,61 @@
+comListe 0.3 - 03-03-2015 - Pierre Van Glabeke
+===========================================================
+* correction localisation
+* ajout info sur widget
+
+comListe 0.2 - 19-12-2014 - Pierre Van Glabeke
+===========================================================
+* compatibilité dc2.7
+* suppression dossier .settings + fichiers .buildpath et .project
+* modification tpl
+* modification localisation
+* modification icône
+
+comListe 0.1.9 - 2013-10-13 - Pierre Van Glabeke
+===========================================================
+* compatibilité dc2.6
+
+comListe 0.1.8 - 2009-07-20
+===========================================================
+* correction sur le calcul du nombre de commentaires
+
+comListe 0.1.7 - 2009-07-20
+===========================================================
+* mise à niveau pour la compatibilité Dotclear 2.2
+* mise à niveau pour la compatibilité php 5.3.0
+* Ticket #272 : coquille anglais corrigée
+* Ticket #271 : texte localisé corrigé dans les templates
+* mise à niveau de la licence de l'extension
+
+comListe 0.1.6 - 2009-10-07
+===========================================================
+* correction d'une erreur dans la pagination
+* utilisation du plugin translater pour la traduction
+
+comListe 0.1.5
+* correction des termes de la licence
+* mise aux normes structurelles de Dotclear des fichiers
+* Ticket #132 : ajout du titre du post dans le template par défaut
+
+comListe 0.1.4
+* creation de templates personnalisés dans le repertoire adapt-themes
+* remplacement de la méthode de traduction
+
+comListe 0.1.3
+* correction du template comListe.html
+
+comListe 0.1.2
+* suppression du fichier _install.php pour supprimer le bug d'affichage dans la partie admin
+
+comListe 0.1.1
+* ajout de l'initialisation des paramètres par défaut
+* ajout de l'aide dans la partie admin
+* ajout d'une icone pour la partie admin
+
+comListe 0.1.0
+* mise aux normes de codage dotclear
+* nettoyage du code
+* ajout de la pagination
+* creation de la partie publique
+* creation du widget
+* creation de la partie admin
diff --git a/_admin.php b/_admin.php
new file mode 100644
index 0000000..6975643
--- /dev/null
+++ b/_admin.php
@@ -0,0 +1,20 @@
+addItem(__('List of comments'),'plugin.php?p=comListe','index.php?pf=comListe/icon.png',
+ preg_match('/plugin.php\?p=comListe(&.*)?$/',$_SERVER['REQUEST_URI']),
+ $core->auth->check('admin',$core->blog->id));
\ No newline at end of file
diff --git a/_define.php b/_define.php
new file mode 100644
index 0000000..5a19c65
--- /dev/null
+++ b/_define.php
@@ -0,0 +1,28 @@
+registerModule(
+ /* Name */ "ComListe",
+ /* Description*/ "Display a list of all comments and trackbacks of a blog in a public page",
+ /* Author */ "Benoit de Marne, Pierre Van Glabeke",
+ /* Version */ '0.3',
+ /* Properties */
+ array(
+ 'permissions' => 'admin',
+ 'type' => 'plugin',
+ 'dc_min' => '2.7',
+ 'support' => 'http://lab.dotclear.org/wiki/plugin/comListe/fr',
+ 'details' => 'http://plugins.dotaddict.org/dc2/details/comListe'
+ )
+);
\ No newline at end of file
diff --git a/_prepend.php b/_prepend.php
new file mode 100644
index 0000000..f8c7fd7
--- /dev/null
+++ b/_prepend.php
@@ -0,0 +1,15 @@
+url->register('comListe','comListe','^comListe(?:/(.+))?$',array('urlcomListe','comListe'));
+
+$core->tpl->addValue('ComListeURL',array('tplComListe','comListeURL'));
+$core->tpl->addValue('ComListePageTitle',array('tplComListe','comListePageTitle'));
+$core->tpl->addValue('ComListeNbComments',array('tplComListe','comListeNbComments'));
+$core->tpl->addValue('ComListeNbCommentsPerPage',array('tplComListe','comListeNbCommentsPerPage'));
+$core->tpl->addBlock('ComListeCommentsEntries',array('tplComListe','comListeCommentsEntries'));
+$core->tpl->addValue('ComListePaginationLinks',array('tplComListe','comListePaginationLinks'));
+$core->tpl->addValue('ComListeOpenPostTitle',array('tplComListe','comListeOpenPostTitle'));
\ No newline at end of file
diff --git a/_widgets.php b/_widgets.php
new file mode 100644
index 0000000..09ba35a
--- /dev/null
+++ b/_widgets.php
@@ -0,0 +1,37 @@
+addBehavior('initWidgets',array('comListeWidgets','initWidgets'));
+
+class comListeWidgets
+{
+ public static function initWidgets($w)
+ {
+ $w->create('comListe',__('ComListe'),array('tplComListe','comListeWidget'),
+ null,
+ __('List of comments'));
+ $w->comListe->setting('title',__('Title:'),__('ComListe'));
+ $w->comListe->setting('link_title',__('Link title:'),__('List of comments'));
+ $w->comListe->setting('homeonly',__('Display on:'),0,'combo',
+ array(
+ __('All pages') => 0,
+ __('Home page only') => 1,
+ __('Except on home page') => 2
+ )
+ );
+ $w->comListe->setting('content_only',__('Content only'),0,'check');
+ $w->comListe->setting('class',__('CSS class:'),'');
+ $w->comListe->setting('offline',__('Offline'),0,'check');
+ }
+}
\ No newline at end of file
diff --git a/adapt-themes/Notepad-Chaos-1.2.comListe.html b/adapt-themes/Notepad-Chaos-1.2.comListe.html
new file mode 100644
index 0000000..85ce351
--- /dev/null
+++ b/adapt-themes/Notepad-Chaos-1.2.comListe.html
@@ -0,0 +1,100 @@
+
+
+
This plugin displays a list of comments and trackbacks in the public part of your blog.
+
+
Plugin configuration
+
+
Activate the plugin
+
Check this box to activate the plugin.
+
+
General Options
+
+
Page Title : definition of title.
+
Number of comments per page : choose the number of comments to display per page.
+
Sort order : choose the sort order for displaying the list of comments.
+
+
+
+
\ No newline at end of file
diff --git a/locales/en/resources.php b/locales/en/resources.php
new file mode 100644
index 0000000..96aa196
--- /dev/null
+++ b/locales/en/resources.php
@@ -0,0 +1,15 @@
+
+
+ comListe
+
+
+
+
+
Ce plugin permet d'afficher la liste des commentaires et rétroliens dans la partie publique de votre blog.
+
+
Configuration du plugin
+
+
Activation du plugin
+
Cocher cette case pour activer le plugin.
+
+
Options générales
+
+
Titre de la page : définition du titre.
+
Nombre de commentaires par page : choisissez le nombre de commentaires à afficher par page.
+
Sens de tri : choisissez l'ordre de tri pour l'affichage de la liste des commentaires.
+
+
+
+
\ No newline at end of file
diff --git a/locales/fr/main.po b/locales/fr/main.po
new file mode 100644
index 0000000..90dfa4d
--- /dev/null
+++ b/locales/fr/main.po
@@ -0,0 +1,78 @@
+msgid ""
+msgstr ""
+"Content-Type: text/plain; charset=UTF-8\n"
+"Project-Id-Version: comListe 0.2\n"
+"POT-Creation-Date: \n"
+"PO-Revision-Date: 2014-12-18T09:16:42+00:00\n"
+"Last-Translator: Pierre Van Glabeke\n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: _admin.php:18
+#: _widgets.php:22
+#: index.php:99
+#: index.php:111
+msgid "ComListe"
+msgstr "ComListe"
+
+#: _widgets.php:21
+#: _widgets.php:23
+#: inc/class.dc.comListe.php:321
+#: index.php:48
+msgid "List of comments"
+msgstr "Liste des commentaires"
+
+#: inc/class.dc.comListe.php:91
+msgid "Number of comments:"
+msgstr "Nombres de commentaires :"
+
+#: inc/class.dc.comListe.php:295
+msgid "open post"
+msgstr "ouvrir le billet"
+
+#: index.php:68
+msgid "No page title."
+msgstr "Pas de titre de page."
+
+#: index.php:123
+msgid "Plugin activation"
+msgstr "Activation du plugin"
+
+#: index.php:126
+msgid "Enable comListe"
+msgstr "Activer comListe"
+
+#: index.php:128
+msgid "General options"
+msgstr "Options générales"
+
+#: index.php:129
+msgid "Title page"
+msgstr "Titre de la page"
+
+#: index.php:132
+msgid "Number of comments per page:"
+msgstr "Nombre de commentaires par page :"
+
+#: index.php:135
+msgid "Comments order"
+msgstr "Sens de tri pour les commentaires"
+
+msgid "Display a list of all comments and trackbacks of a blog in a public page"
+msgstr "Afficher la liste de tous les commentaires et rétroliens d'un blog dans une page publique"
+
+msgid "Save configuration successful"
+msgstr "Sauvegarde de la configuration réussie"
+
+msgid "Message:"
+msgstr "Message :"
+
+msgid "Setting have been successfully updated."
+msgstr "Configuration mise à jour avec succès."
+
+msgid "Current page"
+msgstr "Page courante"
+
+msgid "source:"
+msgstr "source :"
\ No newline at end of file
diff --git a/locales/fr/resources.php b/locales/fr/resources.php
new file mode 100644
index 0000000..96aa196
--- /dev/null
+++ b/locales/fr/resources.php
@@ -0,0 +1,15 @@
+
+
{{tpl:CommentOrderNumber}} + {{tpl:lang From}} {{tpl:CommentAuthorLink}} - {{tpl:CommentDate format="%d"}}/{{tpl:CommentDate format="%m"}}/{{tpl:CommentDate format="%Y"}}, {{tpl:CommentTime}} +
+({{tpl:lang source:}} {{tpl:CommentEntryTitle}}) +
+ {{tpl:ComListePaginationLinks}} +
+