mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-17 08:31:38 +00:00
working on path docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
48fdb88f75
commit
3ac05f6ae1
2
bootstrap.js
vendored
2
bootstrap.js
vendored
File diff suppressed because one or more lines are too long
@ -61,14 +61,18 @@ XXX motivation...
|
|||||||
For path `Path/To/Page` the following paths are checked in order
|
For path `Path/To/Page` the following paths are checked in order
|
||||||
and the first matching page is returned:
|
and the first matching page is returned:
|
||||||
|
|
||||||
- **`Path/To/Page`**
|
- _Check path as-is then go up:_
|
||||||
|
- `Path/To/Page`
|
||||||
- `Path/Page`
|
- `Path/Page`
|
||||||
- `Page`
|
- `Page`
|
||||||
- **`Path/To/Templates/Page`** _(Check in Templates)_
|
- _Check in `Templates`, in path and up:_
|
||||||
|
- `Path/To/Templates/Page`
|
||||||
- `Path/Templates/Page`
|
- `Path/Templates/Page`
|
||||||
- `Templates/Page`
|
- `Templates/Page`
|
||||||
- **`System/Page`** _(Check in `/System`, mote that only root `/System` is checked)_
|
- _Check root `System`:_
|
||||||
- **`Path/To/EmptyPage`** _(Check `EmptyPage`)_
|
- `System/Page`
|
||||||
|
- _Check `EmptyPage` in path, then in templates:_
|
||||||
|
- `Path/To/EmptyPage`
|
||||||
- `Path/EmptyPage`
|
- `Path/EmptyPage`
|
||||||
- `EmptyPage`
|
- `EmptyPage`
|
||||||
- `Path/To/Templates/EmptyPage`
|
- `Path/To/Templates/EmptyPage`
|
||||||
@ -78,8 +82,8 @@ and the first matching page is returned:
|
|||||||
|
|
||||||
**Exceptions:**
|
**Exceptions:**
|
||||||
|
|
||||||
- `System/settings` is global and _can not be overloaded_. This is done for
|
- `System/settings` is global and _can not be overloaded_ for use as
|
||||||
security reasons.
|
system configuration. This is done for security reasons.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user