]> sipb.mit.edu Git - ikiwiki.git/blob - doc/basewiki.mdwn
websetup: Only display Setup button on admins' preferences page.
[ikiwiki.git] / doc / basewiki.mdwn
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
3 versions.
4
5 It currently includes these pages:
6
7 * [[index]]
8 * [[sandbox]]
9 * [[shortcuts]]
10 * [[templates]]
11 * [[ikiwiki/formatting]]
12 * [[ikiwiki/markdown]]
13 * [[ikiwiki/openid]]
14 * [[ikiwiki/pagespec]]
15 * [[ikiwiki/directive]]
16 * [[ikiwiki/subpage]]
17 * [[ikiwiki/wikilink]]
18
19 As well as a few other files, like [[favicon.ico]], [[local.css]],
20 [[style.css]], and some icons.
21
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.