From: joey Date: Tue, 27 Feb 2007 23:14:17 +0000 (+0000) Subject: add basewiki page X-Git-Tag: 1.45~83 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a0d251744cfdb89865af522d449bdc13a25d826a;p=ikiwiki.git add basewiki page --- 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.