]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
response
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 9 Jul 2008 00:47:29 +0000 (20:47 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 9 Jul 2008 00:47:29 +0000 (20:47 -0400)
doc/tips/distributed_wikis.mdwn
doc/tips/distributed_wikis/discussion.mdwn

index 3d9f3198666ce787bdffb0935a29e33bdd6c404f..cf9c2e338a1311e83797a37d7b6f7ec96b5dd342 100644 (file)
@@ -26,7 +26,8 @@ And if someone edits a page on your mirror, it will "git push origin",
 committing the changes back to the origin git repository, and updating the
 origin mirror. Assuming you can push to that git repository. If you can't,
 and you want a mirror, and not a branch, you should disable web edits on
-your mirror.
+your mirror. (You could also point the cgiurl for your mirror at the origin
+wiki.)
 
 ## branching a wiki
 
index d2fad816b0a39153c201939af1ef814385468b81..994c493f911c90d3257537ad862a8a9d3d61e90d 100644 (file)
@@ -1 +1,7 @@
 Would it work if the mirrored wiki was configured with cgiurl set to the cgiurl of the origin wiki - so that users were seamlessly redirected to the origin for edits? --[[Jamie]]
+
+> Yes, if the origin wiki is set up to ping the mirrored wiki when
+> updated, the mirror is free to use its cgi setup. (Note that the cgi will
+> leave the user on a page on the origin wiki when they save the edit.)
+> I've put a mention of this option in the page.
+> --[[Joey]]