Dotclear plugin - Module cleaner
Find a file
2021-09-11 00:07:43 +02:00
inc fix whitespace and newline for bloc content in _fixphpheader_ 2021-09-11 00:07:43 +02:00
locales/fr First usable version 2021-09-02 01:35:23 +02:00
_admin.php test last changes on itself. it works. 2021-09-06 23:36:50 +02:00
_define.php test last changes on itself. it works. 2021-09-06 23:36:50 +02:00
_prepend.php test last changes on itself. it works. 2021-09-06 23:36:50 +02:00
CHANGELOG.md fix whitespace and newline for bloc content in _fixphpheader_ 2021-09-11 00:07:43 +02:00
dcstore.xml test last changes on itself. it works. 2021-09-06 23:36:50 +02:00
icon-b.png First usable version 2021-09-02 01:35:23 +02:00
icon.png First usable version 2021-09-02 01:35:23 +02:00
index.php test last changes on itself. it works. 2021-09-06 23:36:50 +02:00
README.md add modifier \u in phpheader 2021-09-02 10:55:42 +02:00

README

WHAT IS IMPROVE ?

improve is a plugin for the open-source web publishing software called Dotclear.

It helps dev to clean up plugin or theme before publishing code.

  • 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