diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..54c58d0
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,5 @@
+simplyFavicon 2021.08.18
+ * update license
+
+simplyFavicon 2011.04.08
+ * first version
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4c0b9f9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,31 @@
+# README
+
+## WHAT IS simplyFavicon ?
+
+simplyFavicon is a plugin for the open-source
+web publishing software called Dotclear.
+
+.
+
+## REQUIREMENTS
+
+ simplyFavicon requires:
+
+ * Administrator permissions
+ * Dotclear 2.18
+ * A readable public directory.
+
+## USAGE
+
+First install simplyFavicon, manualy from a zip package or from
+Dotaddict repository. (See Dotclear's documentation to know how do this)
+
+Add un file called ''favicon.xxx'' where xxx could be ico, jpg, png,
+on your blog public root directory and
+simplyFavicon add required code to public page to show favicon on browser.
+
+## MORE
+
+ * License : GNU GPL v2
+ * Source & contribution : [GitHub Page](https://github.com/JcDenis/simplyFavicon)
+ * Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/simplyFavicon)
\ No newline at end of file
diff --git a/_admin.php b/_admin.php
index bfa4d1f..fe9b773 100644
--- a/_admin.php
+++ b/_admin.php
@@ -1,17 +1,18 @@
addBehavior('adminBlogPreferencesForm', ['adminSimplyFavicon', 'adminBlogPreferencesForm']);
@@ -19,21 +20,21 @@ $core->addBehavior('adminBeforeBlogSettingsUpdate', ['adminSimplyFavicon', 'admi
class adminSimplyFavicon
{
- public static function adminBlogPreferencesForm($core, $blog_settings)
- {
- echo
- '
Favicon
' .
- '' .
- '
' .
- __("You must place an image called favicon.png or .jpg or .ico into your blog's public directory.") .
- '
' .
- '
';
- }
-
- public static function adminBeforeBlogSettingsUpdate($blog_settings)
- {
- $blog_settings->system->put('simply_favicon', !empty($_POST['simply_favicon']));
- }
-}
+ public static function adminBlogPreferencesForm($core, $blog_settings)
+ {
+ echo
+ '
Favicon
' .
+ '' .
+ '
' .
+ __("You must place an image called favicon.png or .jpg or .ico into your blog's public directory.") .
+ '