diff options
author | http://mcfrisk.myopenid.com/ <http://mcfrisk.myopenid.com/@web> | 2009-11-04 17:51:10 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-11-04 17:51:10 -0500 |
commit | 06293fc92e17cee816721a95fb3a4dfee34a3d7f (patch) | |
tree | b432d1c859116733ce596e99ad94e86e68532984 | |
parent | 9997e0df913aceb6a37855ae61e52ab653d152d7 (diff) | |
download | ikiwiki-06293fc92e17cee816721a95fb3a4dfee34a3d7f.tar ikiwiki-06293fc92e17cee816721a95fb3a4dfee34a3d7f.tar.gz |
from html to ikiwiki with url compatibility
-rw-r--r-- | doc/plugins/html/discussion.mdwn | 5 |
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? |