summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttp://mcfrisk.myopenid.com/ <http://mcfrisk.myopenid.com/@web>2009-11-04 17:51:10 -0500
committerJoey Hess <joey@kitenet.net>2009-11-04 17:51:10 -0500
commit06293fc92e17cee816721a95fb3a4dfee34a3d7f (patch)
treeb432d1c859116733ce596e99ad94e86e68532984 /doc
parent9997e0df913aceb6a37855ae61e52ab653d152d7 (diff)
from html to ikiwiki with url compatibility
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/html/discussion.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/plugins/html/discussion.mdwn b/doc/plugins/html/discussion.mdwn
new file mode 100644
index 000000000..5446468bb
--- /dev/null
+++ b/doc/plugins/html/discussion.mdwn
@@ -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?