release 1.4
This commit is contained in:
parent
5e9fac5936
commit
0bbdbf7748
6
CHANGELOG.md
Normal file
6
CHANGELOG.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
1.4
|
||||||
|
- Update to dotclear 2.24
|
||||||
|
- Refresh backend
|
||||||
|
|
||||||
|
1.3.3
|
||||||
|
- First commit from templator 1.3.3
|
47
README.md
Normal file
47
README.md
Normal file
@ -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.
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||||||
'Templates engine',
|
'Templates engine',
|
||||||
'Create and select more templates for your posts',
|
'Create and select more templates for your posts',
|
||||||
'Osku and contributors',
|
'Osku and contributors',
|
||||||
'1.4-dev',
|
'1.4',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.24']],
|
'requires' => [['core', '2.24']],
|
||||||
'permissions' => dcCore::app()->auth->makePermissions([
|
'permissions' => dcCore::app()->auth->makePermissions([
|
||||||
|
13
dcstore.xml
Normal file
13
dcstore.xml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
|
<module id="templator">
|
||||||
|
<name>Templates engine</name>
|
||||||
|
<version>1.4</version>
|
||||||
|
<author>Osku and contributors</author>
|
||||||
|
<desc>Create and select more templates for your posts</desc>
|
||||||
|
<file>https://github.com/JcDenis/templator/releases/download/v1.4/plugin-templator.zip</file>
|
||||||
|
<da:dcmin>2.24</da:dcmin>
|
||||||
|
<da:details>https://plugins.dotaddict.org/dc2/details/templator</da:details>
|
||||||
|
<da:support>https://github.com/JcDenis/templator</da:support>
|
||||||
|
</module>
|
||||||
|
</modules>
|
Loading…
Reference in New Issue
Block a user