countdown/README.md

51 lines
2.0 KiB
Markdown
Raw Normal View History

2022-12-31 10:21:18 +00:00
# README
2022-12-29 18:51:47 +00:00
2023-10-23 22:15:01 +00:00
[![Release](https://img.shields.io/badge/release-2.4.1-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/countdown/releases)
![Date](https://img.shields.io/badge/date-2023.10.23-c44d58.svg)
2023-10-15 20:15:37 +00:00
[![Dotclear](https://img.shields.io/badge/dotclear-v2.28-137bbb.svg)](https://fr.dotclear.org/download)
2023-08-06 23:02:00 +00:00
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/countdown)
2023-10-15 20:15:37 +00:00
[![License](https://img.shields.io/badge/license-GPL--2.0-ececec.svg)](https://git.dotclear.watch/JcDenis/countdown/src/branch/master/LICENSE)
2022-12-29 18:51:47 +00:00
2023-10-15 20:15:37 +00:00
## ABOUT
2022-12-29 18:51:47 +00:00
2023-10-15 20:15:37 +00:00
_countdown_ is a plugin for the open-source web publishing software called [Dotclear](https://www.dotclear.org).
2022-12-31 10:21:18 +00:00
2023-10-15 20:15:37 +00:00
> Add widget showing a countdown since/from a predefined date.
2022-12-31 10:21:18 +00:00
## REQUIREMENTS
2023-10-15 20:15:37 +00:00
* Dotclear 2.28
* PHP 8.1
* Dotclear permissions to manage widgets
2022-12-31 10:21:18 +00:00
## USAGE
First install _countdown_, manualy from a zip package or from
Dotaddict repository. (See Dotclear's documentation to know how do this)
Add and configure "Countdown" from widgets manager.
2023-04-26 19:35:29 +00:00
It uses jquery for dynamic countdown.
2022-12-31 10:21:18 +00:00
## LINKS
2023-10-15 20:15:37 +00:00
* [License](https://git.dotclear.watch/JcDenis/countdown/src/branch/master/LICENSE)
* [Packages & details](https://git.dotclear.watch/JcDenis/countdown/releases) (or on [Dotaddict](https://plugins.dotaddict.org/dc2/details/countdown))
* [Sources & contributions](https://git.dotclear.watch/JcDenis/countdown) (or on [GitHub](https://github.com/JcDenis/countdown))
* [Issues & security](https://git.dotclear.watch/JcDenis/countdown/issues) (or on [GitHub](https://github.com/JcDenis/countdown/issues))
* [Discuss & help](https://forum.dotclear.org/viewforum.php?id=16)
2022-12-31 10:21:18 +00:00
## CONTRIBUTORS
2023-10-15 20:15:37 +00:00
* [Moe](http://gniark.net/) (author)
* Pierre Van Glabeke
* Jean-Christian Denis (latest)
2022-12-31 10:21:18 +00:00
2023-10-15 20:15:37 +00:00
You are welcome to contribute to this code.
2022-12-31 10:21:18 +00:00
2023-10-15 20:15:37 +00:00
## JQUERY PLUGIN
2022-12-31 10:21:18 +00:00
Dynamic display uses plugin jQuery Countdown; See:
2023-10-15 20:15:37 +00:00
* [Plugin](http://keith-wood.name/countdown.html)
* [Formats](http://keith-wood.name/countdownRef.html#format)
* [Display](http://keith-wood.name/countdownRef.html#layout)