]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/patchqueue/index.html_allowed.mdwn
web commit by http://ethan.betacantrips.com/: ooh, activity
[ikiwiki.git] / doc / patchqueue / index.html_allowed.mdwn
index 1c8aad9adee3512c51db6988eff86a22d19ce955..c8b3b6b2b7a55c7072e2565bee351038e2e5acd4 100644 (file)
@@ -241,6 +241,7 @@ How about doing the index stuff only on the output side? (Or does the latter pat
 
 >>>> Just do `svn co svn://ikiwiki.kitenet.net/ikiwiki/trunk ikiwiki` then `cd ikiwiki && patch -p0 <use_dirs.diff`. :-) Same would work with a tarball as well.   
 
+>>>>> Sorry, I'm dumb. I'm so used to doing -p1 that doing -p0 never occurred to me; I thought the patch format generated by svn diff was just "wrong". --Ethan
 
 ----
 
@@ -265,6 +266,10 @@ I'll attach an updated and slightly modified version below.
 * As we discussed in email, this will break handling of `foo/index.mdwn`
   pages. Needs to be changed to generate `foo/index/index.html` for such
   pages (though not for the toplevel `index`).
+
+  >> Can someone elaborate on this? What's broken about it? Will pages
+  >> foo/index/index.html include foo/index in their parentlinks? --Ethan
+
 * This does make the resulting wikis much less browsable directly on the
   filesystem, since `dir` to `dir/index.html` conversion is only handled by web
   servers and so you end up browsing to a directory index all the time.