diff options
author | https://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik <micheal@web> | 2011-12-03 14:10:23 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-12-03 14:10:23 -0400 |
commit | 95174ba9a324c6df99bec6cc110a39da86136e17 (patch) | |
tree | 12759a89bd005fe47324dbcb7b19503673565ca2 | |
parent | 0488cb312aecf8f6982d094315fb6f74ce7372f8 (diff) | |
download | ikiwiki-95174ba9a324c6df99bec6cc110a39da86136e17.tar ikiwiki-95174ba9a324c6df99bec6cc110a39da86136e17.tar.gz |
-rw-r--r-- | doc/forum/Split_a_wiki.mdwn | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/forum/Split_a_wiki.mdwn b/doc/forum/Split_a_wiki.mdwn new file mode 100644 index 000000000..f1c7e50da --- /dev/null +++ b/doc/forum/Split_a_wiki.mdwn @@ -0,0 +1,21 @@ +Is it possible to split an ikiwiki (with git backend) in to two? + +Suppose I have an ikiwiki called myiki + +which contains the pages + +pageA1,pageA2,...,pageB1,pageB2,... + +now I want to have two wikis called myikiA and myikiB + +such that + +myikiA contains pageA1,pageA2,... + +The history of myikiA should contain the whole history of those pages but no history of pageB1,pageB2,... + +and + +myikiB contains pageB1,pageB2,... + +The history of myikiB should contain the whole history of those pages but no history of pageA1,pageA2,... |