From: http://nicolas-schodet.myopenid.com/ Date: Thu, 21 Jun 2012 11:05:14 +0000 (-0400) Subject: (no commit message) X-Git-Tag: 3.20120629~21 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/9460e158fd3f3204d79804bbac9be5a02c44e433?ds=inline;hp=9bf8debf8b87f246414550f2fcdf2e37339ec649 --- diff --git a/doc/forum/How_to_inline_a_page_from_another_git_repository.mdwn b/doc/forum/How_to_inline_a_page_from_another_git_repository.mdwn new file mode 100644 index 000000000..528a48b6e --- /dev/null +++ b/doc/forum/How_to_inline_a_page_from_another_git_repository.mdwn @@ -0,0 +1,5 @@ +I am migrating a dev site which was previously using Trac. + +Some of the wiki pages include RST documents from the code repository. What would be the best way to do this using ikiwiki? I would prefer not to include the full code repository in ikiwiki src as there are many source files I do not want to be processed by ikiwiki. + +A possible solution would be something like underlay, but for which only explicitly named files would be processed by ikiwiki.