periodical/README.md

56 lines
2.2 KiB
Markdown
Raw Permalink Normal View History

2021-08-23 11:24:19 +00:00
# README
2023-11-04 20:04:35 +00:00
[![Release](https://img.shields.io/badge/release-2023.11.04-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/periodical/releases)
![Date](https://img.shields.io/badge/date-2023.11.04-c44d58.svg)
2023-08-15 11:44:32 +00:00
[![Dotclear](https://img.shields.io/badge/dotclear-v2.27-137bbb.svg)](https://fr.dotclear.org/download)
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/periodical)
2023-10-19 20:32:21 +00:00
[![License](https://img.shields.io/badge/license-GPL--2.0-ececec.svg)](https://git.dotclear.watch/JcDenis/periodical/src/branch/master/LICENSE)
2021-10-22 22:06:47 +00:00
2023-10-19 20:32:21 +00:00
## ABOUT
2021-08-23 11:24:19 +00:00
2023-10-19 20:32:21 +00:00
_periodical_ is a plugin for the open-source web publishing software called [Dotclear](https://www.dotclear.org).
2021-08-23 11:24:19 +00:00
2023-10-19 20:32:21 +00:00
> Manage and publish automatically lists of posts
2021-08-23 11:24:19 +00:00
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
2023-10-19 20:32:21 +00:00
* Dotclear 2.28
2023-08-15 11:44:32 +00:00
* PHP 8.1+
2023-10-19 20:32:21 +00:00
* Dotclear admin permissions to configure plugin
* Dotclear usage,contentadmin permissions to link feeds
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
2023-10-19 20:32:21 +00:00
* [License](https://git.dotclear.watch/JcDenis/periodical/src/branch/master/LICENSE)
* [Packages & details](https://git.dotclear.watch/JcDenis/periodical/releases) (or on [Dotaddict](https://plugins.dotaddict.org/dc2/details/periodical))
* [Sources & contributions](https://git.dotclear.watch/JcDenis/periodical) (or on [GitHub](https://github.com/JcDenis/periodical))
* [Issues & security](https://git.dotclear.watch/JcDenis/periodical/issues) (or on [GitHub](https://github.com/JcDenis/periodical/issues))
* [Discuss & help](https://forum.dotclear.org/viewtopic.php?id=42289)
2021-10-28 20:56:33 +00:00
## CONTRIBUTORS
2023-08-15 11:44:32 +00:00
* Jean-Christian Denis (author)
2021-10-28 20:56:33 +00:00
2023-08-15 11:44:32 +00:00
You are welcome to contribute to this code.