diff options
author | http://jmtd.livejournal.com/ <http://jmtd.livejournal.com/@web> | 2009-11-08 13:55:58 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-11-08 13:55:58 -0500 |
commit | 940f3d631ea27dd4e8e05302ae191e19cb8115a3 (patch) | |
tree | 4ab310e34aa647936889fd3ebb587a1473de7784 | |
parent | 66b46576ec097b9f10b45d4b1de18bb214cd5bd5 (diff) | |
download | ikiwiki-940f3d631ea27dd4e8e05302ae191e19cb8115a3.tar ikiwiki-940f3d631ea27dd4e8e05302ae191e19cb8115a3.tar.gz |
rename the source?
-rw-r--r-- | doc/forum/transition_from_handwritten_html_to_ikiwiki.mdwn | 4 |
1 files changed, 4 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 96be862d7..3084f764c 100644 --- a/doc/forum/transition_from_handwritten_html_to_ikiwiki.mdwn +++ b/doc/forum/transition_from_handwritten_html_to_ikiwiki.mdwn @@ -78,3 +78,7 @@ I'm getting closer. Now with usedirs => 1 and raw html pages, ikiwiki transforms Can ikiwiki be instructed map foo/index.html to page foo instead that foo/index? -Mikko + +> If you don't already have a foo.html in your source, why not just rename foo/index.html to foo.html? With usedirs, it will then map to foo/index.html. Before, you had 'foo/' and 'foo/index.html' as working URLS, and they will work after too. +> +> If you did have a foo.html and a foo/index.html, hmm, that's a tricky one. -- [[Jon]] |