http://www.mediawiki.org/wiki/Special:Code/MediaWiki/67021

Revision: 67021
Author:   mkroetzsch
Date:     2010-05-28 16:39:29 +0000 (Fri, 28 May 2010)

Log Message:
-----------
removed obsolete configuration setting on OWL Full (due to the OWL 2 standard, 
all data can be exported without loosing compatibility to OWL DL tools)

Modified Paths:
--------------
    trunk/extensions/SemanticMediaWiki/SMW_Settings.php

Modified: trunk/extensions/SemanticMediaWiki/SMW_Settings.php
===================================================================
--- trunk/extensions/SemanticMediaWiki/SMW_Settings.php 2010-05-28 15:44:00 UTC 
(rev 67020)
+++ trunk/extensions/SemanticMediaWiki/SMW_Settings.php 2010-05-28 16:39:29 UTC 
(rev 67021)
@@ -193,16 +193,16 @@
 
 /**
  * List of comparator characters supported by queries, separated by '|', for 
use in a regex.
- * 
+ *
  * Available entries:
  *     < (smaller than)
  *     < (greater than)
  *     ! (unequal to)
  *     ~ (pattern with '*' as wildcard, only for Type:String)
  *     !~ (not a pattern with '*' as wildcard, only for Type:String, need to 
be placed before ! and ~ to work correctly)
- * 
+ *
  * If unsupported comparators are used, they are treated as part of the 
queried value
- * 
+ *
  * @var string
  */
 $smwgQComparators = '<|>|!~|!|~';
@@ -330,9 +330,6 @@
 ##
 $smwgAllowRecursiveExport = false; // can normal users request recursive 
export?
 $smwgExportBacklinks = true; // should backlinks be included by default?
-$smwgOWLFullExport = false; // decides, if the RDF export will export, by 
default,
-                            // OWL Full or rather nice OWL DL.
-                            // Can be overriden in the RDF export class.
 // global $smwgNamespace;                     // The Namespace of exported 
URIs.
 // $smwgNamespace = "http://example.org/id/";; // Will be set automatically if
 // nothing is given, but in order to make pretty URIs you will need to set this



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to