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 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 |
| "&gt;&gt;" | \Example/Path | &gt;&gt;\/Target/Page | \Example/Path/Page | | "&gt;&gt;" | \Example/Path | &gt;&gt;\/Target/Page | \Example/Path/Page |
| "/" - root dir | \Example/Path | \/Target/Page | \/Target/Page | | "/" - root dir | \Example/Path | \/Target/Page | \/Target/Page |