MediaWiki/Merging Wikis: Difference between revisions

From Omnia
Jump to navigation Jump to search
(Created page with " Manual:Merging a wiki into another wiki https://www.mediawiki.org/wiki/Manual:Merging_a_wiki_into_another_wiki # In the source wiki, set $wgExportAllowAll = true. # Use Special:Export to export everything from your source wiki to an XML file. # [https://www.mediawiki.org/wiki/Manual:Importing_XML_dumps Import the XML] file into your target wiki.")
 
No edit summary
 
Line 2: Line 2:
  https://www.mediawiki.org/wiki/Manual:Merging_a_wiki_into_another_wiki
  https://www.mediawiki.org/wiki/Manual:Merging_a_wiki_into_another_wiki


# In the source wiki, set $wgExportAllowAll = true.
# In the source wiki, set [https://www.mediawiki.org/wiki/Manual:$wgExportAllowAll $wgExportAllowAll] = true.
# Use [[Special:Export]] to export everything from your source wiki to an XML file.
# Use [[Special:Export]] to export everything from your source wiki to an XML file.
# [https://www.mediawiki.org/wiki/Manual:Importing_XML_dumps Import the XML] file into your target wiki.
# [https://www.mediawiki.org/wiki/Manual:Importing_XML_dumps Import the XML] file into your target wiki.

Latest revision as of 07:04, 31 December 2023

Manual:Merging a wiki into another wiki
https://www.mediawiki.org/wiki/Manual:Merging_a_wiki_into_another_wiki
  1. In the source wiki, set $wgExportAllowAll = true.
  2. Use Special:Export to export everything from your source wiki to an XML file.
  3. Import the XML file into your target wiki.