]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/Split_a_wiki.mdwn
Added a comment: Editing via browser works
[ikiwiki.git] / doc / forum / Split_a_wiki.mdwn
1 Is it possible to split an ikiwiki (with git backend) in to two?
2
3 Suppose I have an ikiwiki called myiki
4
5 which contains the pages
6
7 pageA1,pageA2,...,pageB1,pageB2,...
8
9 now I want to have two wikis called myikiA and myikiB
10
11 such that
12
13 myikiA contains pageA1,pageA2,...
14
15 The history of myikiA should contain the whole history of those pages but no history of pageB1,pageB2,...
16
17 and 
18
19 myikiB contains pageB1,pageB2,...
20
21 The history of myikiB should contain the whole history of those pages but no history of pageA1,pageA2,...