diff --git a/CHANGELOG b/CHANGELOG.md similarity index 65% rename from CHANGELOG rename to CHANGELOG.md index 717fae8..dfb7dc8 100644 --- a/CHANGELOG +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ +periodical 2021.08.xx + * update license + periodical 2013.11.11 -=========================================================== * Switch to Dotclear 2.6 periodical 2013.06.30 -=========================================================== * Small fix and typo periodical 0.5 - 2011-01-30 -=========================================================== * Fixed install on nightly buid * Fixed call to blog object on prepend * Removed mesenger fonctions (this is to another plugin to do that) @@ -16,30 +16,25 @@ periodical 0.5 - 2011-01-30 * New year copyright periodical 0.4 - 2010-09-09 -=========================================================== * Removed old Twitter functions * Added StatusNet small functions (Identica) * Required plugin Tac for Twitter ability periodical 0.3.1 - 2010-06-25 -=========================================================== * Fixed postgreSQL compatibility * Fixed php 5.3 compatibility on post action combo * Fixed admin crash on non DC 2.2 * Fixed users rights periodical 0.3 - 2010-06-08 -=========================================================== * Switched to DC 2.2 * Fixed simultaneous updates (uses flock) * Added twitter option when posts are published periodical 0.2 - 2010-04-11 -=========================================================== * Fixed some bugs * Added DC 2.2 compatibility (new setting) * closes #415 periodical 0.1 - 2010-04-05 -=========================================================== * First lab release \ No newline at end of file diff --git a/README.md b/README.md index 62d91be..010dbdd 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,10 @@ When you edit a post you have a new sidebar option called "Periodical" to link this post to a period. You can also add or remove period to multiple posts from posts actions page. + +## MORE + + * License : GNU GPL v2 + * Source & contribution : [GitHub Page](https://github.com/JcDenis/periodical) + * Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/periodical) + * Discuss & help: [Dotclear Forum](https://forum.dotclear.org/viewtopic.php?id=42289) diff --git a/_admin.php b/_admin.php index 9f2d9c5..61b752a 100644 --- a/_admin.php +++ b/_admin.php @@ -3,8 +3,7 @@ # # This file is part of periodical, a plugin for Dotclear 2. # -# Copyright (c) 2009-2013 Jean-Christian Denis and contributors -# contact@jcdenis.fr http://jcd.lv +# Copyright (c) 2009-2021 Jean-Christian Denis and contributors # # Licensed under the GPL version 2.0 license. # A copy of this license is available in LICENSE file or at diff --git a/_config.php b/_config.php index 561f9c1..2d2c461 100644 --- a/_config.php +++ b/_config.php @@ -3,8 +3,7 @@ # # This file is part of periodical, a plugin for Dotclear 2. # -# Copyright (c) 2009-2013 Jean-Christian Denis and contributors -# contact@jcdenis.fr http://jcd.lv +# Copyright (c) 2009-2021 Jean-Christian Denis and contributors # # Licensed under the GPL version 2.0 license. # A copy of this license is available in LICENSE file or at diff --git a/_define.php b/_define.php index edf5511..c139b2e 100644 --- a/_define.php +++ b/_define.php @@ -3,8 +3,7 @@ # # This file is part of periodical, a plugin for Dotclear 2. # -# Copyright (c) 2009-2013 Jean-Christian Denis and contributors -# contact@jcdenis.fr http://jcd.lv +# Copyright (c) 2009-2021 Jean-Christian Denis and contributors # # Licensed under the GPL version 2.0 license. # A copy of this license is available in LICENSE file or at diff --git a/_install.php b/_install.php index cff237d..50b77c5 100644 --- a/_install.php +++ b/_install.php @@ -3,8 +3,7 @@ # # This file is part of periodical, a plugin for Dotclear 2. # -# Copyright (c) 2009-2013 Jean-Christian Denis and contributors -# contact@jcdenis.fr http://jcd.lv +# Copyright (c) 2009-2021 Jean-Christian Denis and contributors # # Licensed under the GPL version 2.0 license. # A copy of this license is available in LICENSE file or at diff --git a/_prepend.php b/_prepend.php index b61777e..296e18c 100644 --- a/_prepend.php +++ b/_prepend.php @@ -3,8 +3,7 @@ # # This file is part of periodical, a plugin for Dotclear 2. # -# Copyright (c) 2009-2013 Jean-Christian Denis and contributors -# contact@jcdenis.fr http://jcd.lv +# Copyright (c) 2009-2021 Jean-Christian Denis and contributors # # Licensed under the GPL version 2.0 license. # A copy of this license is available in LICENSE file or at diff --git a/_public.php b/_public.php index 1c04cfe..ec39cf1 100644 --- a/_public.php +++ b/_public.php @@ -3,8 +3,7 @@ # # This file is part of periodical, a plugin for Dotclear 2. # -# Copyright (c) 2009-2013 Jean-Christian Denis and contributors -# contact@jcdenis.fr http://jcd.lv +# Copyright (c) 2009-2021 Jean-Christian Denis and contributors # # Licensed under the GPL version 2.0 license. # A copy of this license is available in LICENSE file or at diff --git a/inc/class.periodical.php b/inc/class.periodical.php index 20e8835..b5c6562 100644 --- a/inc/class.periodical.php +++ b/inc/class.periodical.php @@ -3,8 +3,7 @@ # # This file is part of periodical, a plugin for Dotclear 2. # -# Copyright (c) 2009-2013 Jean-Christian Denis and contributors -# contact@jcdenis.fr http://jcd.lv +# Copyright (c) 2009-2021 Jean-Christian Denis and contributors # # Licensed under the GPL version 2.0 license. # A copy of this license is available in LICENSE file or at diff --git a/inc/lib.index.pager.php b/inc/lib.index.pager.php index 46f96eb..9bf8ade 100644 --- a/inc/lib.index.pager.php +++ b/inc/lib.index.pager.php @@ -3,8 +3,7 @@ # # This file is part of periodical, a plugin for Dotclear 2. # -# Copyright (c) 2009-2013 Jean-Christian Denis and contributors -# contact@jcdenis.fr http://jcd.lv +# Copyright (c) 2009-2021 Jean-Christian Denis and contributors # # Licensed under the GPL version 2.0 license. # A copy of this license is available in LICENSE file or at diff --git a/inc/lib.periodical.socialmewriter.php b/inc/lib.periodical.socialmewriter.php index c6ea0ae..07fa993 100644 --- a/inc/lib.periodical.socialmewriter.php +++ b/inc/lib.periodical.socialmewriter.php @@ -3,8 +3,7 @@ # # This file is part of periodical, a plugin for Dotclear 2. # -# Copyright (c) 2009-2013 Jean-Christian Denis and contributors -# contact@jcdenis.fr http://jcd.lv +# Copyright (c) 2009-2021 Jean-Christian Denis and contributors # # Licensed under the GPL version 2.0 license. # A copy of this license is available in LICENSE file or at diff --git a/index.php b/index.php index cc7f7b0..72f6973 100644 --- a/index.php +++ b/index.php @@ -3,8 +3,7 @@ # # This file is part of periodical, a plugin for Dotclear 2. # -# Copyright (c) 2009-2013 Jean-Christian Denis and contributors -# contact@jcdenis.fr http://jcd.lv +# Copyright (c) 2009-2021 Jean-Christian Denis and contributors # # Licensed under the GPL version 2.0 license. # A copy of this license is available in LICENSE file or at diff --git a/locales/en/resources.php b/locales/en/resources.php index 45b86f1..996a871 100644 --- a/locales/en/resources.php +++ b/locales/en/resources.php @@ -3,8 +3,7 @@ # # This file is part of periodical, a plugin for Dotclear 2. # -# Copyright (c) 2009-2013 Jean-Christian Denis and contributors -# contact@jcdenis.fr http://jcd.lv +# Copyright (c) 2009-2021 Jean-Christian Denis and contributors # # Licensed under the GPL version 2.0 license. # A copy of this license is available in LICENSE file or at diff --git a/locales/fr/resources.php b/locales/fr/resources.php index 45b86f1..996a871 100644 --- a/locales/fr/resources.php +++ b/locales/fr/resources.php @@ -3,8 +3,7 @@ # # This file is part of periodical, a plugin for Dotclear 2. # -# Copyright (c) 2009-2013 Jean-Christian Denis and contributors -# contact@jcdenis.fr http://jcd.lv +# Copyright (c) 2009-2021 Jean-Christian Denis and contributors # # Licensed under the GPL version 2.0 license. # A copy of this license is available in LICENSE file or at