2021-09-01 23:35:23 +00:00
|
|
|
# README
|
|
|
|
|
2021-09-11 13:24:11 +00:00
|
|
|
[![Release](https://img.shields.io/github/v/release/JcDenis/improve)](https://github.com/JcDenis/improve/releases)
|
|
|
|
[![Date](https://img.shields.io/github/release-date/JcDenis/improve)](https://github.com/JcDenis/improve/releases)
|
2021-09-11 21:01:06 +00:00
|
|
|
[![Issues](https://img.shields.io/github/issues/JcDenis/improve)](https://github.com/JcDenis/improve/issues)
|
2021-09-11 15:34:18 +00:00
|
|
|
[![Dotclear](https://img.shields.io/badge/dotclear-v2.19-blue.svg)](https://fr.dotclear.org/download)
|
2021-09-12 08:50:21 +00:00
|
|
|
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/improve)
|
2021-09-11 15:34:18 +00:00
|
|
|
[![License](https://img.shields.io/github/license/JcDenis/improve)](https://github.com/JcDenis/improve/blob/master/LICENSE)
|
|
|
|
|
2021-09-01 23:35:23 +00:00
|
|
|
## WHAT IS IMPROVE ?
|
|
|
|
|
|
|
|
**improve** is a plugin for the open-source
|
|
|
|
web publishing software called Dotclear.
|
|
|
|
|
2021-09-02 08:55:42 +00:00
|
|
|
It helps dev to clean up plugin or theme before publishing code.
|
2021-09-01 23:35:23 +00:00
|
|
|
|
|
|
|
* Open to third party plugin
|
|
|
|
* Easy and fast to use
|
|
|
|
* Esay and fast to extend
|
|
|
|
|
|
|
|
## REQUIREMENTS
|
|
|
|
|
|
|
|
**improve** requires:
|
|
|
|
|
|
|
|
* admin permission
|
|
|
|
* Dotclear 2.19
|
|
|
|
|
|
|
|
## USAGE
|
|
|
|
|
|
|
|
First install **improve**, manualy from a zip package or from
|
|
|
|
Dotaddict repository. (See Dotclear's documentation to know how do this)
|
|
|
|
|
|
|
|
Manage tools from sidebar plugin menu **improve**.
|
|
|
|
Configure actions. Select actions and module to work with, then click fix.
|
|
|
|
|
|
|
|
## DEFAULT FEATURES
|
|
|
|
|
|
|
|
* Fix Tab to Space
|
|
|
|
* Fix End Of Line
|
|
|
|
* Fix End Of File on php files
|
|
|
|
* Fix header (phpdoc) on php files
|
2021-09-11 20:29:42 +00:00
|
|
|
* Fix license file
|
2021-09-01 23:35:23 +00:00
|
|
|
* Fix dcstore.xml file
|
2021-09-11 15:40:20 +00:00
|
|
|
* Fix README.md shields.io badges
|
2021-10-28 20:58:14 +00:00
|
|
|
* Check deprecated Dotclear functions
|
2021-09-01 23:35:23 +00:00
|
|
|
* Create package
|
|
|
|
|
|
|
|
## NEXT
|
|
|
|
|
|
|
|
* Scan for missing files
|
|
|
|
* ...
|
|
|
|
|
2021-09-11 20:29:42 +00:00
|
|
|
Hope some of you have idea to complete function of this plugin
|
|
|
|
and help devs to maintain their plugins and themes.
|
|
|
|
|
2021-10-29 21:13:48 +00:00
|
|
|
## LINKS
|
2021-09-01 23:35:23 +00:00
|
|
|
|
2021-10-29 21:13:48 +00:00
|
|
|
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
|
2021-09-11 20:29:42 +00:00
|
|
|
* Source & contribution : [GitHub Page](https://github.com/JcDenis/improve)
|
2021-10-29 21:13:48 +00:00
|
|
|
* Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/improve)
|
|
|
|
|
|
|
|
## CONTRIBUTORS
|
|
|
|
|
|
|
|
* Jean-Christian Denis
|
|
|
|
|
|
|
|
You are welcome to contribute to this code.
|