From 0bbdbf77484ebdad4b872a3640c488e737941dbd Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Wed, 7 Dec 2022 22:00:03 +0100 Subject: [PATCH] release 1.4 --- CHANGELOG.md | 6 ++++++ README.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ _define.php | 2 +- dcstore.xml | 13 +++++++++++++ 4 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md create mode 100644 README.md create mode 100644 dcstore.xml diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..527969d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +1.4 +- Update to dotclear 2.24 +- Refresh backend + +1.3.3 +- First commit from templator 1.3.3 \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..70936b5 --- /dev/null +++ b/README.md @@ -0,0 +1,47 @@ +# README + +[![Release](https://img.shields.io/github/v/release/JcDenis/templator)](https://github.com/JcDenis/templator/releases) +[![Date](https://img.shields.io/github/release-date/JcDenis/templator)](https://github.com/JcDenis/templator/releases) +[![Issues](https://img.shields.io/github/issues/JcDenis/templator)](https://github.com/JcDenis/templator/issues) +[![Dotclear](https://img.shields.io/badge/dotclear-v2.24-blue.svg)](https://fr.dotclear.org/download) +[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/templator) +[![License](https://img.shields.io/github/license/JcDenis/templator)](https://github.com/JcDenis/templator/blob/master/LICENSE) + +## WHAT IS TEMPLATOR ? + +_templator_ is a plugin for the open-source +web publishing software called Dotclear. + +It help you to manage additonnal tempaltes for your blog. +You can copy existing templates, then edit them. +You can attribute a template to a post or a category. + +## REQUIREMENTS + + _templator_ requires: + + * conten admin or templator + * Dotclear 2.24 + * A writable directory on public path to store tempaltes + +## USAGE + +First install _templator_, manualy from a zip package or from +Dotaddict repository. (See Dotclear's documentation to know how do this) + +You can manage your additional templates from menu +''Templates engine'' on admin sidebar. + +## LINKS + + * License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) + * Source & contribution : [GitHub Page](https://github.com/JcDenis/templator) + * Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/templator) + * Discuss and help : [Dotclear Forum](http://forum.dotclear.net/viewtopic.php?id=42059) + +## CONTRIBUTORS + + * Osku (author) + * Jean-Christian Denis + + You are welcome to contribute to this code. \ No newline at end of file diff --git a/_define.php b/_define.php index a6ad75c..7c551c1 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'Templates engine', 'Create and select more templates for your posts', 'Osku and contributors', - '1.4-dev', + '1.4', [ 'requires' => [['core', '2.24']], 'permissions' => dcCore::app()->auth->makePermissions([ diff --git a/dcstore.xml b/dcstore.xml new file mode 100644 index 0000000..65f6cd0 --- /dev/null +++ b/dcstore.xml @@ -0,0 +1,13 @@ + + + + Templates engine + 1.4 + Osku and contributors + Create and select more templates for your posts + https://github.com/JcDenis/templator/releases/download/v1.4/plugin-templator.zip + 2.24 + https://plugins.dotaddict.org/dc2/details/templator + https://github.com/JcDenis/templator + +