tweaking docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-08-17 18:10:51 +03:00
parent 71d3a46b8b
commit 24bb047564
2 changed files with 4 additions and 4 deletions

2
bootstrap.js vendored

File diff suppressed because one or more lines are too long

View File

@ -55,9 +55,9 @@ _XXX_
## Page acquisition ## Page acquisition
pWiki path system differs from how traditional file system paths are pWiki path system differs from how traditional file system paths are
handled. In pWiki if a path does not reference a page directly, a search handled. In pWiki if a path does not reference a page directly (i.e.
is conducted to find an alternative page. This search is called _page it's a _view_), a search is conducted to find an alternative page. This
acquisition_. search is called _page acquisition_.
**Acquisition process:** **Acquisition process:**
_A set of rules defining how a page is retrieved via a path._ _A set of rules defining how a page is retrieved via a path._