diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-26 05:08:41 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-26 05:08:41 +0000 |
commit | ffc0be87d7eca4de4dbc91d740d36b7b40bfa911 (patch) | |
tree | 123d7568d749906e1896b189866321c9ddf510f1 /doc | |
parent | da1f96550e15f6b02156cd0f77df9a6bc6a6b079 (diff) |
add --refresh and make it with with --setup
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs.mdwn | 3 | ||||
-rw-r--r-- | doc/usage.mdwn | 17 |
2 files changed, 14 insertions, 6 deletions
diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn index ede1c4837..3d6ea906b 100644 --- a/doc/bugs.mdwn +++ b/doc/bugs.mdwn @@ -25,3 +25,6 @@ will linger around and not be deleted. * Currently only one blog is supported per page. Attempts to add more will make it only update one of the blogs on the page. +* If I edit blog/entry/blog_moved, add a link to code/ikiwiki, and hit + preview, it doesn't get the link right because it makes it relative to + where the page will be saved to, not to where the cgi script is. diff --git a/doc/usage.mdwn b/doc/usage.mdwn index aa4978773..f2f0fba9a 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -30,6 +30,11 @@ flags such as --verbose can be negated with --no-verbose. Force a rebuild of all pages. +* --refresh + + Refresh the wiki, updating any changes pages. This is the default + behavior so you don't normally need to specify it. + * --fixctime Pull last changed time for all pages out of the revision control system. @@ -117,12 +122,12 @@ flags such as --verbose can be negated with --no-verbose. * --setup configfile In setup mode, ikiwiki reads the config file, which is really a perl - program that can call ikiwiki internal functions. Uses of this are - various; the normal one is to automatically generate wrappers for a - wiki based on data in a config file. - - Note that the wiki will be (re)built as part of the setup process to - ensure that any changes take effect. + program that can call ikiwiki internal functions. + + The default action when --setup is specified is to automatically generate + wrappers for a wiki based on data in a config file, and rebuild the wiki. + If you also pass the --refresh option, ikiwiki will instead just refresh + the wiki described in the setup file. [[ikiwiki.setup]] is an example of such a config file. |