from html to ikiwiki with url compatibility

master
http://mcfrisk.myopenid.com/ 2009-11-04 17:51:10 -05:00 committed by Joey Hess
parent 9997e0df91
commit 06293fc92e
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
I'm trying to convert hand written html site to ikiwiki and maintain url compatibility.
html plugin with indexpages=1 converts all dir_name/index.html correctly dir_name urls with wiki/css
based content, but somedir/somefile.html files are only accessible as somedir/somefile/.
How to make somedir/somefile.html accessible as somedir/somefile.html under ikiwiki?