aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Split_a_wiki.mdwn
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik <micheal@web>2011-12-03 14:10:23 -0400
committeradmin <admin@branchable.com>2011-12-03 14:10:23 -0400
commit95174ba9a324c6df99bec6cc110a39da86136e17 (patch)
tree12759a89bd005fe47324dbcb7b19503673565ca2 /doc/forum/Split_a_wiki.mdwn
parent0488cb312aecf8f6982d094315fb6f74ce7372f8 (diff)
downloadikiwiki-95174ba9a324c6df99bec6cc110a39da86136e17.tar
ikiwiki-95174ba9a324c6df99bec6cc110a39da86136e17.tar.gz
Diffstat (limited to 'doc/forum/Split_a_wiki.mdwn')
-rw-r--r--doc/forum/Split_a_wiki.mdwn21
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,...