fac/README.md

50 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

2021-08-20 15:44:19 +00:00
# README
2023-10-24 19:27:03 +00:00
[![Release](https://img.shields.io/badge/release-1.5.1-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/fac/releases)
![Date](https://img.shields.io/badge/date-2023.10.24-c44d58.svg)
2023-10-16 21:09:29 +00:00
[![Dotclear](https://img.shields.io/badge/dotclear-v2.28-137bbb.svg)](https://fr.dotclear.org/download)
2023-08-12 20:58:33 +00:00
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/fac)
2023-10-16 21:09:29 +00:00
[![License](https://img.shields.io/badge/license-GPL--2.0-ececec.svg)](https://git.dotclear.watch/JcDenis/fac/src/branch/master/LICENSE)
2023-10-16 21:09:29 +00:00
## ABOUT
2021-08-20 15:44:19 +00:00
2023-10-16 21:09:29 +00:00
_fac_ is a plugin for the open-source web publishing software called [Dotclear](https://www.dotclear.org).
2021-08-20 15:44:19 +00:00
2023-10-16 21:09:29 +00:00
> Add options to the sidebar of post edition page to link en extenal feed to the bottom of an entry.
2021-08-20 15:44:19 +00:00
## REQUIREMENTS
2023-10-16 21:09:29 +00:00
* Dotclear 2.28
* PHP 8.1+
2023-08-12 20:58:33 +00:00
* A theme that contents behavior publicEntryAfterContent
2023-10-16 21:09:29 +00:00
* Dotclear superadmin to configure feeds formats
* Dotclear admin permissions to configure plugin
* Dotclear usage or contentadmin permissions to link feeds
2021-08-20 15:44:19 +00:00
## USAGE
2023-08-12 20:58:33 +00:00
First install _fac_, manualy from a zip package or from
2021-08-20 15:44:19 +00:00
Dotaddict repository. (See Dotclear's documentation to know how do this)
2021-08-23 20:47:08 +00:00
Superadmin can configure, add, remove feeds formats on plugins configuration.
Admin can configure fac activation et selected page where to display feeds.
2021-08-20 15:44:19 +00:00
When you edit a post you have a new sidebar menu called "Linked feed"
to link a feed to this post.
You can also add or remove feed to multiple post from posts actions page.
This plugins also supports pages from plugin "muppet".
2022-11-20 20:13:56 +00:00
## LINKS
2021-08-20 15:44:19 +00:00
2023-10-16 21:09:29 +00:00
* [License](https://git.dotclear.watch/JcDenis/fac/src/branch/master/LICENSE)
* [Packages & details](https://git.dotclear.watch/JcDenis/fac/releases) (or on [Dotaddict](https://plugins.dotaddict.org/dc2/details/fac))
* [Sources & contributions](https://git.dotclear.watch/JcDenis/fac) (or on [GitHub](https://github.com/JcDenis/fac))
* [Issues & security](https://git.dotclear.watch/JcDenis/fac/issues) (or on [GitHub](https://github.com/JcDenis/fac/issues))
2022-11-20 20:13:56 +00:00
## CONTRIBUTORS
2023-10-16 21:09:29 +00:00
* Jean-Christian Denis (author)
2022-11-20 20:13:56 +00:00
2023-08-12 20:58:33 +00:00
You are welcome to contribute to this code.