]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/tips/switching_to_usedirs/discussion.mdwn
response
[ikiwiki.git] / doc / tips / switching_to_usedirs / discussion.mdwn
index e8c153ae4c9862666e1d2c1215e73349ff4fdf4a..79ada00a161fbc9bcfb48d2157c7c323875b6246 100644 (file)
@@ -11,4 +11,14 @@ OK, now that I've written this out, I see a solution.  The include for the synta
 
 I'll leave this ramble here in case anyone has anything to say about it.  Thank you for listening  :-)
 
--- KarlMW
\ No newline at end of file
+-- [[KarlMW]]
+
+------
+This may serve only to highlight my naivete, but what are the advantages of the usedirs approach?  I'm not passionately against the option, and I'm confident that there must be benefits for it to have become the default in ikiwiki - I just don't understand why.
+
+It seems to me that the only advantage is slightly tidier URLs, but with the disadvantage that source files change dir level and relative links need to change too.
+
+-- [[KarlMW]]
+
+The cleaner urls seem worth it to me. The `urlto()` function makes it easy
+for ikiwiki code to deal with the path changes. --[[Joey]]