From: http://lj.rossia.org/users/imz/ Date: Sun, 17 May 2009 15:37:54 +0000 (-0400) Subject: A wish about ikiwiki looking for its local setup. X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/c8fcacc4969f75bea03aad038f209a725ddc2aa0 A wish about ikiwiki looking for its local setup. --- diff --git a/doc/wikitemplates/discussion.mdwn b/doc/wikitemplates/discussion.mdwn index d63f0e374..f97444e5f 100644 --- a/doc/wikitemplates/discussion.mdwn +++ b/doc/wikitemplates/discussion.mdwn @@ -42,3 +42,5 @@ templates *inside* the source repo would do?--Ivan Z. > [[tips/untrusted_git_push]] to such a repository.) --[[Joey]] Thanks, that's a nice and simple idea: to have a subdirectory! I'll try it. --Ivan Z. + +A [[!taglink wish|wishlist]]: the ikiwiki program could be improved so that it follows the same logic as git in looking for its config: it could ascend directories until it finds an `.ikiwiki/` directory with `.ikiwiki/setup` and then uses that configuration. Now I'm tired to always type `ikiwiki --setup path/to/the/setup --refresh` when working in my working clone of the sources; I'd like to simply type `ikiwiki` instead, and let it find the setup file. The default location to look for templates could also be made to be a sibling of the setup file: `.ikiwiki/templates/`. --Ivan Z.