mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-19 01:21:38 +00:00
docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1cbd4094d7
commit
52cdbcc63d
2
bootstrap.js
vendored
2
bootstrap.js
vendored
File diff suppressed because one or more lines are too long
@ -6,7 +6,6 @@ culture, while not restricting either page title formatting nor page
|
|||||||
nesting (nested paths), though in the general case following the Wiki
|
nesting (nested paths), though in the general case following the Wiki
|
||||||
style is recommended.
|
style is recommended.
|
||||||
|
|
||||||
XXX write a set of recommendations...
|
|
||||||
|
|
||||||
|
|
||||||
## Basic terminology
|
## Basic terminology
|
||||||
@ -152,16 +151,12 @@ Located at: Templates/EmptyPage
|
|||||||
**EmptyToDo**
|
**EmptyToDo**
|
||||||
Used as a template for new/empty ToDo pages.
|
Used as a template for new/empty ToDo pages.
|
||||||
|
|
||||||
XXX mechanics not yet decided...
|
|
||||||
|
|
||||||
Located at: Templates/EmptyToDo
|
Located at: Templates/EmptyToDo
|
||||||
|
|
||||||
|
|
||||||
**EmptyOutline**
|
**EmptyOutline**
|
||||||
Used as a template for new/empty outline pages.
|
Used as a template for new/empty outline pages.
|
||||||
|
|
||||||
XXX mechanics not yet decided...
|
|
||||||
|
|
||||||
Located at: Templates/EmptyOutline
|
Located at: Templates/EmptyOutline
|
||||||
|
|
||||||
|
|
||||||
@ -179,9 +174,9 @@ the next, i.e. child, path element instead of parent.
|
|||||||
To illustrate the relative and absolute mechanics:
|
To illustrate the relative and absolute mechanics:
|
||||||
|
|
||||||
| Title | Source Page | Path | Resolves to |
|
| Title | Source Page | Path | Resolves to |
|
||||||
|--------------------|------------------|-----------------------|-------------------------------|
|
|-------------------|-------------------|-----------------------|---------------------------|
|
||||||
| "." - current path | \Example/Path | \\./Target/Page | \Example/Path/Target/Page |
|
| "." - current | \Example/Path | \\./Target/Page | \Example/Path/Target/Page |
|
||||||
| ".." - parent path | \Example/Path | \\../Target/Page | \Example/Target/Page |
|
| ".." - parent | \Example/Path | \\../Target/Page | \Example/Target/Page |
|
||||||
| ">>" | \Example/Path | >>\/Target/Page | \Example/Path/Page |
|
| ">>" | \Example/Path | >>\/Target/Page | \Example/Path/Page |
|
||||||
| "/" - root dir | \Example/Path | \/Target/Page | \/Target/Page |
|
| "/" - root dir | \Example/Path | \/Target/Page | \/Target/Page |
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user