periodical/README.md

58 lines
2.2 KiB
Markdown
Raw Normal View History

2021-08-23 11:24:19 +00:00
# README
2021-10-22 22:06:47 +00:00
[![Release](https://img.shields.io/github/v/release/JcDenis/periodical)](https://github.com/JcDenis/periodical/releases)
[![Date](https://img.shields.io/github/release-date/JcDenis/periodical)](https://github.com/JcDenis/periodical/releases)
[![Issues](https://img.shields.io/github/issues/JcDenis/periodical)](https://github.com/JcDenis/periodical/issues)
2023-03-24 22:12:45 +00:00
[![Dotclear](https://img.shields.io/badge/dotclear-v2.26-blue.svg)](https://fr.dotclear.org/download)
2021-10-22 22:06:47 +00:00
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/periodical)
[![License](https://img.shields.io/github/license/JcDenis/periodical)](https://github.com/JcDenis/periodical/blob/master/LICENSE)
2021-08-23 11:24:19 +00:00
## WHAT IS PERIODICAL ?
2021-10-30 19:12:27 +00:00
_Periodical_ is a plugin for the open-source
2021-08-23 11:24:19 +00:00
web publishing software called Dotclear.
You can manage and publish automatically lists of posts
at regular periods. For exemple, you just need to add posts to a period
and they will be publish ones after the others every week.
## REQUIREMENTS
2021-10-30 19:12:27 +00:00
_periodical_ requires:
2021-08-23 11:24:19 +00:00
* admin permissions to configure plugin
* usage,contentadmin permissions to link feeds
2023-03-24 22:12:45 +00:00
* Dotclear 2.26
* PHP >= 8.1
2021-08-23 23:41:10 +00:00
## NOTICE
This plugin creates a new table on Dotclear database !
2021-08-23 11:24:19 +00:00
## USAGE
2021-10-30 19:12:27 +00:00
First install _periodical_, manualy from a zip package or from
2021-08-23 11:24:19 +00:00
Dotaddict repository. (See Dotclear's documentation to know how do this)
2021-08-23 23:41:10 +00:00
Main settings are accessible from blog preference page.
2021-10-30 19:12:27 +00:00
When enabled you have a menu in main sidebar menu called _Periodical_
2021-08-23 11:24:19 +00:00
under "Plugins" group, follow it to manage periods.
2021-10-30 19:12:27 +00:00
When you edit a post you have a new sidebar option called _Periodical_
2021-08-23 11:24:19 +00:00
to link this post to a period.
You can also add or remove period to multiple posts from posts actions page.
2021-08-23 21:27:03 +00:00
2021-10-28 20:56:33 +00:00
## LINKS
2021-08-23 21:27:03 +00:00
2021-10-28 20:56:33 +00:00
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
2021-08-23 21:27:03 +00:00
* Source & contribution : [GitHub Page](https://github.com/JcDenis/periodical)
2022-11-20 20:38:20 +00:00
* Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/periodical)
* Discuss & help : [Dotclear Forum](https://forum.dotclear.org/viewtopic.php?id=42289)
2021-10-28 20:56:33 +00:00
## CONTRIBUTORS
* Jean-Christian Denis
You are welcome to contribute to this code.