aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-11-22 05:03:22 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-11-22 05:03:22 +0000
commit82b3a4dda76305376e2c13fb65db40bcc268b926 (patch)
treea2fc6551440b1d41699ee705f795c87af350c28b
parenta13efc88724943204fb443e0b4f480970eccd830 (diff)
downloadikiwiki-82b3a4dda76305376e2c13fb65db40bcc268b926.tar
ikiwiki-82b3a4dda76305376e2c13fb65db40bcc268b926.tar.gz
move examples ref
-rw-r--r--doc/examples.mdwn2
-rw-r--r--doc/index.mdwn3
-rw-r--r--doc/setup.mdwn12
3 files changed, 12 insertions, 5 deletions
diff --git a/doc/examples.mdwn b/doc/examples.mdwn
index 8b52c2f08..be6f11e3a 100644
--- a/doc/examples.mdwn
+++ b/doc/examples.mdwn
@@ -5,3 +5,5 @@ page gives some examples of ways to use ikiwiki.
Each example is contained in its own subdirectory; just copy the source
files into your wiki to start using one of the examples.
+
+
diff --git a/doc/index.mdwn b/doc/index.mdwn
index 22a08c00b..479cc4668 100644
--- a/doc/index.mdwn
+++ b/doc/index.mdwn
@@ -18,8 +18,7 @@ Thanks! --[[Joey]]
"""]]
* [[Setup]] has a tutorial for setting up ikiwiki, and [[Usage]] documents
- the parameters and usage of the ikiwiki program. There are some
- [[examples]] that you can copy into your wiki to quickly get started.
+ the parameters and usage of the ikiwiki program.
* [[Security]] lists potential security problems. ikiwiki is still being
developed, and is being written with security as a priority, so don't
diff --git a/doc/setup.mdwn b/doc/setup.mdwn
index 383cdca9d..116501768 100644
--- a/doc/setup.mdwn
+++ b/doc/setup.mdwn
@@ -46,9 +46,15 @@ This tutorial will walk you through setting up a wiki with ikiwiki.
be able to visit the url and see your wiki.
5. Repeat steps 3 and 4 as desired, editing or adding pages and rebuilding
- the wiki. You can play around with other ikiwiki parameters such as
- `--wikiname` and `--rebuild` too. Get comfortable with its command line
- (see [[usage]]).
+ the wiki.
+
+ To quickly get started on a common task like blogging with ikiwiki, you
+ can copy in files from the [[examples]]. The examples are located in
+ `doc/examples/` in the ikiwiki source package.
+
+ You can play around with other ikiwiki parameters such as `--wikiname`
+ and `--rebuild` too. Get comfortable with its command line (see
+ [[usage]]).
6. By now you should be getting tired of typing in all the command line
options each time you change something in your wiki's setup. Time to