diff options
author | Jon Dowland <jon@alcopop.org> | 2009-11-05 09:30:36 +0000 |
---|---|---|
committer | Jon Dowland <jon@alcopop.org> | 2009-11-05 09:30:38 +0000 |
commit | 416c9ff2adf0f75bd192cd52047ce4dc6c230f16 (patch) | |
tree | d7d1573d61cb1bec1f5584994d4ddda8b3266250 | |
parent | 2faf2d706b98863c74fa27796f080b166ae933ba (diff) | |
download | ikiwiki-416c9ff2adf0f75bd192cd52047ce4dc6c230f16.tar ikiwiki-416c9ff2adf0f75bd192cd52047ce4dc6c230f16.tar.gz |
response
-rw-r--r-- | doc/forum/transition_from_handwritten_html_to_ikiwiki.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/transition_from_handwritten_html_to_ikiwiki.mdwn b/doc/forum/transition_from_handwritten_html_to_ikiwiki.mdwn index e48f952fe..6ea0f5841 100644 --- a/doc/forum/transition_from_handwritten_html_to_ikiwiki.mdwn +++ b/doc/forum/transition_from_handwritten_html_to_ikiwiki.mdwn @@ -5,3 +5,13 @@ How to make somedir/somefile.html accessible as somedir/somefile.html under ikiw Thanks, -Mikko + +> Hello! The options you need to investigate are `--usedirs` and +> `--no-usedirs`. The default `--usedirs` takes any source page foo +> (regardless of its format, be it markdown or html) and converts it into a +> destination page foo/index.html (URL foo/). By comparison, `--no-usedirs` +> maps the source file onto a destination file directly: src/foo.html becomes +> dest/foo.html, src/bar.mdwn becomes dest/bar.html, etc. +> +> It sounds like you want `--no-usedirs`, or the corresponding `usedirs => 0,` +> option in your setup file. See [[usage]] for more information. -- [[Jon]] |