X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/a0d251744cfdb89865af522d449bdc13a25d826a..9da467f063231185de7b336c36a62c08d1258ff4:/doc/basewiki.mdwn?ds=sidebyside

diff --git a/doc/basewiki.mdwn b/doc/basewiki.mdwn
index 5ddfab7eb..8392884eb 100644
--- a/doc/basewiki.mdwn
+++ b/doc/basewiki.mdwn
@@ -4,18 +4,23 @@ versions.
 
 It currently includes these pages:
 
-* index (not the one in this wiki)
-* sandbox (not the on in this wiki)
-* [[blog]]
-* [[HelpOnFormatting]]
-* [[markdown]]
-* [[openid]]
-* [[pagespec]]
-* [[PreprocessorDirective]]
+* [[index]]
+* [[sandbox]]
 * [[shortcuts]]
-* [[smileys]]
-* [[subpage]]
-* [[wikilink]]
+* [[templates]]
+* [[ikiwiki/formatting]]
+* [[ikiwiki/markdown]]
+* [[ikiwiki/openid]]
+* [[ikiwiki/pagespec]]
+* [[ikiwiki/directive]]
+* [[ikiwiki/subpage]]
+* [[ikiwiki/wikilink]]
 
-As well as a few other files, like [[favicon.ico]], [[local.css],
+As well as a few other files, like [[favicon.ico]], [[local.css]],
 [[style.css]], and some icons.
+
+Note that an important property of the basewiki is that it should be
+self-contained. That means that the pages listed above cannot link
+to pages outside the basewiki. Ikiwiki's test suite checks that the
+basewiki is self-contained, and from time to time links have to be
+removed (or replaced with `iki` [[shortcuts]]) to keep this invariant.