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)
|
|
|
|
[![Issues](https://img.shields.io/github/issues/JcDenis/improve)](https://github.com/JcDenis/improve/issues)
|
|
|
|
[![License](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://github.com/JcDenis/improve/blob/master/LICENSE)
|
2021-09-11 13:19:46 +00:00
|
|
|
[![Dotclear version](https://img.shields.io/badge/dotclear-2.19-blue)](https://fr.dotclear.org/download)
|
|
|
|
|
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
|
|
|
|
* _Fix license old style bloc (removed)_
|
|
|
|
* Fix dcstore.xml file
|
|
|
|
* Create package
|
|
|
|
|
|
|
|
## NEXT
|
|
|
|
|
|
|
|
* Scan for missing files
|
|
|
|
* Scan for deprecated function
|
|
|
|
* ...
|
|
|
|
|
|
|
|
## MORE
|
|
|
|
|
|
|
|
* License : GNU GPL v2
|
|
|
|
* Source & contribution : [GitHub Page](https://github.com/JcDenis/improve)
|