From: daniel Date: Fri, 5 Oct 2012 10:05:16 +0000 (+0200) Subject: Updated export XSD to include model and format. X-Git-Tag: 1.31.0-rc.0~22097^2^2~11^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=f3dc35246e5f6b88f2852909cb32adac0f7e3add;p=lhc%2Fweb%2Fwiklou.git Updated export XSD to include model and format. Change-Id: Iffd89862c76f850950e13e56b8d6a9c855230fed --- 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"; } /**