From 734b7bc40b2ab60dc63a4a0d27effbd8dbbbd43a Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Tue, 7 Sep 2021 14:50:44 +0200 Subject: [PATCH] update .md files --- CHANGELOG | 63 ---------------------------------------------------- CHANGELOG.md | 58 +++++++++++++++++++++++++++++++++++++++++++++++ README.md | 17 +++++++++----- 3 files changed, 70 insertions(+), 68 deletions(-) delete mode 100644 CHANGELOG create mode 100644 CHANGELOG.md diff --git a/CHANGELOG b/CHANGELOG deleted file mode 100644 index 0858775..0000000 --- a/CHANGELOG +++ /dev/null @@ -1,63 +0,0 @@ -cinecturlink2 0.7 - 2013-11-03 -=========================================================== - * Switch to Dotclear 2.6 - * Add dashboard icon - * Clean up code - -cinecturlink2 0.6.3 - 2010-11-12 -=========================================================== - * Fixed install on nightly build - -cinecturlink2 0.6.2 - 2010-07-07 -=========================================================== - * Fixed error on non-existing repository (tks Geraldine) - -cinecturlink2 0.6.1 - 2010-06-11 -=========================================================== - * Removed rateIt behaviors (included in rateIt > 2.0) - -cinecturlink2 0.6 - 2010-06-06 -=========================================================== - * Switched to DC 2.2 - * Fixed minor bugs - * Changed admin interface - -cinecturlink2 0.5.4 - 2010-03-06 -=========================================================== - * Removed behavior when update only link_count - -cinecturlink2 0.5.3 - 2010-03-01 -=========================================================== - * Fixed bug with null values - * Cleaned add and update functions - -cinecturlink2 0.5.1 - 2010-01-27 -=========================================================== - * Fixed PostgreSQL compatibility on table creation - -cinecturlink2 0.5 - 2010-01-15 -=========================================================== - * Added a public page with navigation and categories - * Added RSS/Atom feeds - * Added new sort option on widget - * Added support of plugin sitemap - * Added support of plugin rateIt (first step) - * Fixed author note on new link - * Fixed typo - * Prepared DC 2.2 Break - -cinecturlink2 0.3 - 2009-10-26 -=========================================================== - * Removed option "open in new window" - * Added option "enable link" on widget - * Added option "random order" on widget - * Added reports to plugin activityReport - -cinecturlink2 0.2 - 2009-10-21 -=========================================================== - * Fixed cat_id in admin - * Added trigger to update public side - -cinecturlink2 0.1 - 2009-10-19 -=========================================================== - * First lab release \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0306813 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,58 @@ +0.7.1 - dev +- [ ] fix compatibility Dotclear v2.19 +- [ ] fix compatibility php7.3+, php8.0 +- [ ] fix license +- [ ] fix translation +- [ ] fix code style + +0.7 - 2013.11.03 +- Switch to Dotclear 2.6 +- Add dashboard icon +- Clean up code + +0.6.3 - 2010.11.12 +- Fixed install on nightly build + +0.6.2 - 2010.07.07 +- Fixed error on non-existing repository (tks Geraldine) + +0.6.1 - 2010.06.11 +- Removed rateIt behaviors (included in rateIt > 2.0) + +0.6 - 2010.06.06 +- Switched to DC 2.2 +- Fixed minor bugs +- Changed admin interface + +0.5.4 - 2010.03.06 +- Removed behavior when update only link_count + +0.5.3 - 2010.03.01 +- Fixed bug with null values +- Cleaned add and update functions + +0.5.1 - 2010.01.27 +- Fixed PostgreSQL compatibility on table creation + +0.5 - 2010.01.15 +- Added a public page with navigation and categories +- Added RSS/Atom feeds +- Added new sort option on widget +- Added support of plugin sitemap +- Added support of plugin rateIt (first step) +- Fixed author note on new link +- Fixed typo +- Prepared DC 2.2 Break + +0.3 - 2009.10.26 +- Removed option "open in new window" +- Added option "enable link" on widget +- Added option "random order" on widget +- Added reports to plugin activityReport + +0.2 - 2009.10.21 +- Fixed cat_id in admin +- Added trigger to update public side + +0.1 - 2009.10.19 +- First lab release \ No newline at end of file diff --git a/README.md b/README.md index df55825..ff1ecd7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## WHAT IS CINECTURLINK2 ? -cinecturlink2 is a plugin for the open-source +_cinecturlink2_ is a plugin for the open-source web publishing software called Dotclear. It help you to share books, musics and more with your visitor. @@ -11,20 +11,20 @@ by Tigroux and maintain by brol. ## REQUIREMENTS - cinecturlink2 requires: + _cinecturlink2_ requires: * admin perms for configuration * contentadmin permissions for management - * Dotclear 2.6 + * Dotclear 2.19 * A writable directory on public path to store picture * Note: it also creates dedicated database tables ## USAGE -First install cinecturlink2, manualy from a zip package or from +First install _cinecturlink2_, manualy from a zip package or from Dotaddict repository. (See Dotclear's documentation to know how do this) -Go to ''plugins manager'', expand cinecturlink2 information then +Go to ''plugins manager'', expand _cinecturlink2_ information then go to ''configure plugin'', fill in form. Once it's done you can manage your cinecturlink from menu @@ -34,3 +34,10 @@ There are templates for public page. These template is adapted to default Dotclear's theme. If you want to create your own template for your theme, copy files from cinecturlink2/default-templates to your theme tpl path and adapt them. + +## MORE + + * License : GNU GPL v2 + * Source & contribution : [GitHub Page](https://github.com/JcDenis/cinecturlink2) + * Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/cinecturlink2) + * Discuss and help : [Dotclear Forum](https://forum.dotclear.org/viewtopic.php?id=40893)