summaryrefslogtreecommitdiff
path: root/www/wiki/LocalSettings.Reevo.php
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2019-07-24 15:49:13 -0300
committerYaco <franco@reevo.org>2019-07-24 15:49:13 -0300
commit5a6b5a95c158c494f40811df96ad2006ccbc397b (patch)
tree8831c130164c9ec500f0e65be179e565420e0ba8 /www/wiki/LocalSettings.Reevo.php
parent41a7f7dcbcd2780bc7907306ad04305260a33709 (diff)
agrega extensiones
Diffstat (limited to 'www/wiki/LocalSettings.Reevo.php')
-rw-r--r--www/wiki/LocalSettings.Reevo.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/wiki/LocalSettings.Reevo.php b/www/wiki/LocalSettings.Reevo.php
index 458531a1..6a28ab52 100644
--- a/www/wiki/LocalSettings.Reevo.php
+++ b/www/wiki/LocalSettings.Reevo.php
@@ -88,6 +88,15 @@ $wgContentNamespaces[] = NS_PRENSA;
$smwgNamespacesWithSemanticLinks[NS_PRENSA] = true;
$wgNamespacesWithSubpages[NS_PRENSA] = true;
+define("NS_EXPERIENCIA", 3004); // Este número DEBE ser par.
+define("NS_EXPERIENCIA_TALK", 3005); // Éste DEBE ser el siguiente entero impar.
+$wgExtraNamespaces[NS_EXPERIENCIA] = "Experiencia";
+$wgExtraNamespaces[NS_EXPERIENCIA_TALK] = "Experiencia_talk";
+$wgContentNamespaces[] = NS_EXPERIENCIA;
+$smwgNamespacesWithSemanticLinks[NS_EXPERIENCIA] = true;
+$wgNamespacesWithSubpages[NS_EXPERIENCIA] = true;
+
+
###### Skin y visuales
@@ -133,6 +142,7 @@ require_once "$IP/extensions/SemanticMediaWiki/SemanticMediaWiki.php";
enableSemantics( $REEVO_URL );
$smwgQMaxInlineLimit = 2000;
wfLoadExtension( 'SemanticFormsSelect' );
+wfLoadExtension( 'SemanticResultFormats' );
## PageForms
wfLoadExtension( 'PageForms' );
@@ -188,6 +198,9 @@ $wgGroupPermissions['sysop']['abusefilter-revert'] = true;
## Nuke
wfLoadExtension( 'Nuke' );
+## BlockBatch
+require_once "$IP/extensions/BlockBatch/BlockBatch.php";
+
## OpenGraphMeta
wfLoadExtension( 'OpenGraphMeta' );