mirror of
https://github.com/YGGverse/nexy.git
synced 2026-03-31 17:25:27 +00:00
optimize template storage handlers
This commit is contained in:
parent
8a11e420ee
commit
95f5f77d18
3 changed files with 33 additions and 17 deletions
12
README.md
12
README.md
|
|
@ -42,20 +42,30 @@ nexy -p /path/to/public_dir
|
|||
--template-access-denied <TEMPLATE_ACCESS_DENIED>
|
||||
Absolute path to the `Access denied` template file
|
||||
|
||||
* this template file can be in binary format (e.g. image)
|
||||
|
||||
--template-internal-server-error <TEMPLATE_INTERNAL_SERVER_ERROR>
|
||||
Absolute path to the `Internal server error` template file
|
||||
|
||||
* this template file can be in binary format (e.g. image)
|
||||
|
||||
--template-not-found <TEMPLATE_NOT_FOUND>
|
||||
Absolute path to the `Not found` template file
|
||||
|
||||
* this template file can be in binary format (e.g. image)
|
||||
|
||||
--template-welcome <TEMPLATE_WELCOME>
|
||||
Absolute path to the `Welcome` template file. Unlike `template_index`, this applies only to the `public` location
|
||||
Absolute path to the `Welcome` template file. Unlike `template-index`, this applies only to the `public` location
|
||||
|
||||
* this template file expects pattern and cannot be in binary format
|
||||
|
||||
**Patterns** * `{list}` - entries list for the `public` directory
|
||||
|
||||
--template-index <TEMPLATE_INDEX>
|
||||
Absolute path to the `Index` template file for each directory
|
||||
|
||||
* this template file expects pattern and cannot be in binary format
|
||||
|
||||
**Patterns** * `{list}` - entries list for the current directory
|
||||
|
||||
-r, --read-chunk <READ_CHUNK>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue