saper has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/129929

Change subject: Remove okawix/ZENO support
......................................................................

Remove okawix/ZENO support

Okawix rendering server URLs do not work anymore.
It seems that that project faded into oblivion.

Bug: 64359
Change-Id: I7015add478ec2841c7c49b505991bef36dbcda5f
---
M Collection.php
M README.txt
2 files changed, 1 insertion(+), 13 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Collection 
refs/changes/29/129929/1

diff --git a/Collection.php b/Collection.php
index ee3abb3..aa82ba6 100644
--- a/Collection.php
+++ b/Collection.php
@@ -101,8 +101,6 @@
                as mapping of mwlib writer to format name */
 $wgCollectionFormats = array(
        'rl' => 'PDF',
-       #'zeno' => 'ZENO',
-       #'okawix_zeno' => 'Okawix (ZENO + search engine)',
 );
 
 /** Additional renderer options for collections. Format is as for
@@ -138,10 +136,7 @@
 
 /** For formats which rendering depends on an external server
 */
-$wgCollectionFormatToServeURL = array(
-       'zeno' => 'http://www.okawix.com/collections/render.php',
-       'okawix_zeno' => 'http://www.okawix.com/collections/render.php',
-);
+$wgCollectionFormatToServeURL = array();
 
 $wgCollectionContentTypeToFilename = array(
        'application/pdf' => 'collection.pdf',
diff --git a/README.txt b/README.txt
index 5cc8f3f..6b384a3 100644
--- a/README.txt
+++ b/README.txt
@@ -334,13 +334,6 @@
   Coll-savedbook_template, i.e. by editing [[MediaWiki:Coll-
   savedbook_template]].
 
-* To enable ZENO and Okawix export, uncomment the corresponding lines
-  in "$wgCollectionFormats" (file Collection.php). These exports are
-  devoted to the Wikimedia projects and their mirrors.
-
-  They cannot be used on other wikis since they get data and search
-  engine indexes from the cache of wikiwix.com.
-
 
 Customization via System Messages
 =================================

-- 
To view, visit https://gerrit.wikimedia.org/r/129929
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7015add478ec2841c7c49b505991bef36dbcda5f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Collection
Gerrit-Branch: master
Gerrit-Owner: saper <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to