Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-10-27 16:59:15 +03:00
parent 1cbd4094d7
commit 52cdbcc63d
2 changed files with 7 additions and 12 deletions

2
bootstrap.js vendored

File diff suppressed because one or more lines are too long

View File

@ -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
style is recommended.
XXX write a set of recommendations...
## Basic terminology
@ -152,16 +151,12 @@ Located at: Templates/EmptyPage
**EmptyToDo**
Used as a template for new/empty ToDo pages.
XXX mechanics not yet decided...
Located at: Templates/EmptyToDo
**EmptyOutline**
Used as a template for new/empty outline pages.
XXX mechanics not yet decided...
Located at: Templates/EmptyOutline
@ -178,12 +173,12 @@ the next, i.e. child, path element instead of parent.
To illustrate the relative and absolute mechanics:
| Title | Source Page | Path | Resolves to |
|--------------------|------------------|-----------------------|-------------------------------|
| "." - current path | \Example/Path | \\./Target/Page | \Example/Path/Target/Page |
| ".." - parent path | \Example/Path | \\../Target/Page | \Example/Target/Page |
| "&gt;&gt;" | \Example/Path | &gt;&gt;\/Target/Page | \Example/Path/Page |
| "/" - root dir | \Example/Path | \/Target/Page | \/Target/Page |
| Title | Source Page | Path | Resolves to |
|-------------------|-------------------|-----------------------|---------------------------|
| "." - current | \Example/Path | \\./Target/Page | \Example/Path/Target/Page |
| ".." - parent | \Example/Path | \\../Target/Page | \Example/Target/Page |
| "&gt;&gt;" | \Example/Path | &gt;&gt;\/Target/Page | \Example/Path/Page |
| "/" - root dir | \Example/Path | \/Target/Page | \/Target/Page |
_Note that neither a leading ".." at root level, nor a trailing "&gt;&gt;"