aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-27 23:14:17 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-27 23:14:17 +0000
commita0d251744cfdb89865af522d449bdc13a25d826a (patch)
treeafcf7e79c85e9542a704844cb4681c17cc2897fc
parentc5c1519d97d18a6e630ee7afb647632109a4853b (diff)
downloadikiwiki-a0d251744cfdb89865af522d449bdc13a25d826a.tar
ikiwiki-a0d251744cfdb89865af522d449bdc13a25d826a.tar.gz
add basewiki page
-rw-r--r--doc/basewiki.mdwn21
-rw-r--r--doc/freesoftware.mdwn2
-rw-r--r--doc/setup.mdwn6
-rw-r--r--doc/translation.mdwn2
4 files changed, 26 insertions, 5 deletions
diff --git a/doc/basewiki.mdwn b/doc/basewiki.mdwn
new file mode 100644
index 000000000..5ddfab7eb
--- /dev/null
+++ b/doc/basewiki.mdwn
@@ -0,0 +1,21 @@
+The basewiki is a standard set of wiki pages that are included by default in
+all wikis that ikiwiki builds, unless the wiki overrides them with its own
+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]]
+* [[shortcuts]]
+* [[smileys]]
+* [[subpage]]
+* [[wikilink]]
+
+As well as a few other files, like [[favicon.ico]], [[local.css],
+[[style.css]], and some icons.
diff --git a/doc/freesoftware.mdwn b/doc/freesoftware.mdwn
index 040890246..96293c90e 100644
--- a/doc/freesoftware.mdwn
+++ b/doc/freesoftware.mdwn
@@ -2,7 +2,7 @@
ikiwiki is licensed under the terms of the GNU [[GPL]], version 2 or later.
-The parts of ikiwiki that become part of your own wiki (the basewiki pages
+The parts of ikiwiki that become part of your own wiki (the [[basewiki]] pages
and the [[templates]]) are licensed as follows: Redistribution and use in
source and compiled forms, with or without modification, are permitted under
any circumstances. No warranty.
diff --git a/doc/setup.mdwn b/doc/setup.mdwn
index 11eaa6d97..3c7230f20 100644
--- a/doc/setup.mdwn
+++ b/doc/setup.mdwn
@@ -39,9 +39,9 @@ This tutorial will walk you through setting up a wiki with ikiwiki.
See [[HelpOnFormatting]] for details about the markup language.
- Note that several standard wiki pages will be added to your wiki, from
- files in `/usr/share/ikiwiki/basewiki/`, so your wiki will automatically
- get a [[SandBox]], and some other useful pages.
+ Note that several [[standard_wiki_pages|basewiki]] will be added to your
+ wiki, from files in `/usr/share/ikiwiki/basewiki/`, so your wiki will
+ automatically get a [[SandBox]], and some other useful pages.
4. Build your wiki for the first time.
diff --git a/doc/translation.mdwn b/doc/translation.mdwn
index e0701ad24..b224d7031 100644
--- a/doc/translation.mdwn
+++ b/doc/translation.mdwn
@@ -27,6 +27,6 @@ essentailly three peices needed for a complete translation:
[[patchqueue/l10n]], but until that's complete, you'd need to copy and
translate the templates by hand.
-1. The basewiki itself needs to be translated. Whether to only translate
+1. The [[basewiki]] itself needs to be translated. Whether to only translate
the page contents, or also translate the page names, is an open
question.