countdown/README.md

53 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

2022-12-31 10:21:18 +00:00
# README
2022-12-29 18:51:47 +00:00
2023-08-06 20:27:01 +00:00
[![Release](https://img.shields.io/github/v/release/JcDenis/countdown)](https://git.dotclear.watch/JcDenis/countdown/releases)
[![Date](https://img.shields.io/github/release-date/JcDenis/countdown)](https://git.dotclear.watch/JcDenis/countdown/releases)
[![Issues](https://img.shields.io/github/issues/JcDenis/countdown)](https://git.dotclear.watch/JcDenis/countdown/issues)
[![Dotclear](https://img.shields.io/badge/dotclear-v2.27-blue.svg)](https://fr.dotclear.org/download)
2022-12-31 10:21:18 +00:00
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/countdown)
2023-08-06 20:27:01 +00:00
[![License](https://img.shields.io/github/license/JcDenis/countdown)](https://git.dotclear.watch/JcDenis/countdown/blob/master/LICENSE)
2022-12-29 18:51:47 +00:00
2022-12-31 10:21:18 +00:00
## WHAT IS COUNTDOWN ?
2022-12-29 18:51:47 +00:00
2022-12-31 10:21:18 +00:00
_countdown_ is a plugin for the open-source
web publishing software called Dotclear.
It adds widget showing a countdown since/from a predefined date.
## REQUIREMENTS
_countdown_ requires:
* permissions to manage widgets
2023-08-06 20:27:01 +00:00
* Dotclear 2.27
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
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
2023-08-06 20:27:01 +00:00
* Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/countdown) or [GitHub Page](https://github.com/JcDenis/countdown)
* Packages & details : [Gitea Page](https://git.dotclear.watch/JcDenis/countdown/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/countdown)
2022-12-31 10:21:18 +00:00
* Discuss & help : [Dotclear forum](https://forum.dotclear.org/viewforum.php?id=16)
## CONTRIBUTORS
* [Moe](http://gniark.net/) (author)
* Pierre Van Glabeke
* Jean-Christian Denis
You are welcome to contribute to this code.
## JQUERY PLUGIN
Dynamic display uses plugin jQuery Countdown; See:
* [Plugin](http://keith-wood.name/countdown.html)
* [Formats](http://keith-wood.name/countdownRef.html#format)
* [Display](http://keith-wood.name/countdownRef.html#layout)