1
0
mirror of https://github.com/mrclay/minify.git synced 2025-09-01 18:02:54 +02:00

Huge docs overhaul for 3.x

This commit is contained in:
Steve Clay
2015-09-28 20:30:46 -04:00
parent 0bc3769802
commit 61ba5a47a5
14 changed files with 315 additions and 477 deletions

View File

@@ -1,14 +1,14 @@
"Min" is the application included in Minify that handles requests to `http://example.com/min/` and responds with compressed/combined content.
"Min" is the front end application `index.php` that handles requests to `http://example.com/min/` and responds with compressed/combined content.
When the documentation refers to "Minify" it usually means this application, but sometimes refers to the ComponentClasses.
When the documentation refers to "Minify" it usually means this application, but sometimes refers to the [ComponentClasses](ComponentClasses.wiki.md).
User-configurable files:
* `/min/config.php`: general configuration
* `/min/groupsConfig.php`: configuration of pre-defined groups of files
* `/config.php`: general configuration
* `/groupsConfig.php`: configuration of pre-defined groups of files
Other files of interest:
* `/min/.htaccess`: rewrites URLs for the front controller
* `/min/index.php`: front controller
* `/min/lib/Minify/Controller/MinApp.php`: determines which files are combined based on `$_GET`, sets some default options
* `/.htaccess`: rewrites URLs for the front controller
* `/index.php`: front controller
* `/lib/Minify/Controller/MinApp.php`: determines which files are combined based on `$_GET`, sets some default options