Extension:IIIF

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
IIIF
Release status: stableCategory:Stable extensions
Implementation API Category:API extensions
Description API services and other tools for working with IIIF.
Latest version 0.2 (2024-09-04)
MediaWiki 1.39Category:Extensions with manual MediaWiki version
License GNU General Public License 2.0 or later
Download Category:Extensions in GitHub version control
README
Category:All extensionsCategory:Extensions not in ExtensionJson

The IIIF extension is an extension to MediaWiki which offers a number of API services and associated tools for working with IIIF (International Image Interoperability Framework), such as integrating annotations, creating collections and using MediaWiki image files. Some of its features are based on Extension:Semantic MediaWiki.

Documentation about installation, configuration and usage is or will be found on the CODECS website : https://codecs.vanhamel.nl/Show:Lab/IIIF.

Installation

  • Download and place the file(s) in a directory called IIIF in your extensions/ folder.
  • Only when installing from Git, run Composer to install PHP dependencies, by issuing composer install --no-dev in the extension directory. (See T173141 for potential complications.)Category:Extensions requiring Composer with git
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'IIIF' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

IIIF

IIIF refers to a set of open standards for serving different types of digital resources, such as images and audio/visual files, on the web. The aim is to make it easier for the audience to view and to interact with them and for tools to become interoperable.

See the IIIF website for a general introduction and further information.

See also

Category:API extensions Category:Media handling extensions
Category:API extensions Category:AdminLinks extensions Category:All extensions Category:BeforePageDisplay extensions Category:Extensions in GitHub version control Category:Extensions not in ExtensionJson Category:Extensions requiring Composer with git Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Media handling extensions Category:ParserFirstCallInit extensions Category:Stable extensions