1 The basewiki is a standard set of wiki pages that are included by default in
2 all wikis that ikiwiki builds, unless the wiki overrides them with its own
5 It currently includes these pages:
11 * [[ikiwiki/formatting]]
12 * [[ikiwiki/markdown]]
14 * [[ikiwiki/pagespec]]
15 * [[ikiwiki/directive]]
17 * [[ikiwiki/wikilink]]
19 As well as a few other files, like [[favicon.ico]], [[local.css]],
20 [[style.css]], and some icons.
22 Note that an important property of the basewiki is that it should be
23 self-contained. That means that the pages listed above cannot link
24 to pages outside the basewiki. Ikiwiki's test suite checks that the
25 basewiki is self-contained, and from time to time links have to be
26 removed (or replaced with `iki` [[shortcuts]]) to keep this invariant.