MediaWiki extensions manual
JBZV
Release status: unmaintained
Description Adds a zoom-viewer based on Zoomify
Author(s) Richard Davis
Latest version 0.2
MediaWiki 1.23.x
License GNU General Public License 2.0
Download

GitHub:

Note:
No localisation updates are
provided by translatewiki.net .

Example

The JBZV extension was designed for the Transcribe Bentham project at University College London. The code of this extension as well as that of Extension:TEITags and Extension:JBTEIToolbar, which together comprise the TB Transcription Desk, has been released as open-source software.

Requirements

The following is taken from the previous file repository at and may be outdated:
To support the Zoom viewer, images need to be tiled and stored in a directory "Zimages" in the MediaWiki directory. The tiles can be created with the Zoomify tools or with the Perl Slice script. The directory names for each image's tiles need to match the name of the page where the image is to appear (e.g. page "JB/001/001/001" uses images from "/td/Zimages/001_001_001") from Zoomfy. (I [Richard Davis] created a wrapper script to run the Perl Slice script over a directory of images.) The exact pagename/filename algorithm can be changed in the JBZV script.

Installation

This extension's code is located in the "cbp-transcription-desk/w/extensions/" folder of the downloaded zip-file.
  • Download and place the file(s) in a directory called JBZV in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    require_once "$IP/extensions/JBZV/JBZV.php";
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.