]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
move examples ref
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 22 Nov 2006 05:03:22 +0000 (05:03 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 22 Nov 2006 05:03:22 +0000 (05:03 +0000)
doc/examples.mdwn
doc/index.mdwn
doc/setup.mdwn

index 8b52c2f08d1153f56d9434b6ede9beda00112e79..be6f11e3a8a39ca71a0b2b69c5a9bf12046fe259 100644 (file)
@@ -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.
 
 Each example is contained in its own subdirectory; just copy the source
 files into your wiki to start using one of the examples.
+
+
index 22a08c00b2f2b6de9a2869b901826c77cf019242..479cc46680a4c419b2e0e413ca5aa53a94a89fc7 100644 (file)
@@ -18,8 +18,7 @@ Thanks! --[[Joey]]
 """]]
 
 * [[Setup]] has a tutorial for setting up ikiwiki, and [[Usage]] documents
 """]]
 
 * [[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
 
 * [[Security]] lists potential security problems. ikiwiki is still being
   developed, and is being written with security as a priority, so don't
index 383cdca9d5cc93bfb0dc601728dc5f33dc74e35c..116501768cd4235f24524068562e30f4db722fc1 100644 (file)
@@ -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
    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
 
 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