From f3dc35246e5f6b88f2852909cb32adac0f7e3add Mon Sep 17 00:00:00 2001 From: daniel Date: Fri, 5 Oct 2012 12:05:16 +0200 Subject: [PATCH] Updated export XSD to include model and format. Change-Id: Iffd89862c76f850950e13e56b8d6a9c855230fed --- docs/export-0.8.xsd | 289 ++++++++++++++++++++++++++++++++++++++++++++ includes/Export.php | 2 +- 2 files changed, 290 insertions(+), 1 deletion(-) create mode 100644 docs/export-0.8.xsd diff --git a/docs/export-0.8.xsd b/docs/export-0.8.xsd new file mode 100644 index 0000000000..a18c608e58 --- /dev/null +++ b/docs/export-0.8.xsd @@ -0,0 +1,289 @@ + + + + + + + MediaWiki's page export format + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/includes/Export.php b/includes/Export.php index f2b7e1164a..6053644feb 100644 --- a/includes/Export.php +++ b/includes/Export.php @@ -63,7 +63,7 @@ class WikiExporter { * @return string */ public static function schemaVersion() { - return "0.7"; #FIXME: bump this when pushing ContentHandler additions. + return "0.8"; } /** -- 2.20.1