summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://mcfrisk.myopenid.com/ <http://mcfrisk.myopenid.com/@web>2009-11-05 06:30:36 -0500
committerJoey Hess <joey@kitenet.net>2009-11-05 06:30:36 -0500
commitf603869d749ee33172df45aa964b093b0b97e85a (patch)
tree5cb4450555cfe32c595c046bb0b94485e10d5375
parent83a36abebacfdde679b83f3bd6f5b86140b6d502 (diff)
not quite there yet
-rw-r--r--doc/forum/transition_from_handwritten_html_to_ikiwiki.mdwn17
1 files changed, 17 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 5f6d89408..e25bc06a7 100644
--- a/doc/forum/transition_from_handwritten_html_to_ikiwiki.mdwn
+++ b/doc/forum/transition_from_handwritten_html_to_ikiwiki.mdwn
@@ -19,3 +19,20 @@ Thanks,
Thanks, usedirs seems to be just the thing I need.
-Mikko
+
+Actually usedirs didn't do exactly what I want. The old site contains both
+somedir/index.html and somedir/somename.html files. With html plugin and
+indexpages=1 the somedir/index.html pages are accessed correctly but
+somedir/somefile.html files not.
+
+With usedirs => 0, somedir/somename.html pages are accessed correctly but
+somedir/index.html pages are not. Actually the handwritten somedir/index.html
+files were removed on a rebuild:
+
+ $ ikiwiki -setup blog.setup -rebuild -v
+ ...
+ removing test2/index.html, no longer built by test2
+
+Is there a way for both index.html and somename.html raw html files to show up through ikiwki?
+
+-Mikko