Extension:TEITags

MediaWiki extensions manual
TEI-Tags
Release status: unmaintained
Implementation MyWiki
Description Adds support for TEI (Text Encoding Initiative) tags
Author(s) Richard Davis
Latest version 0.2 (2013-05-05)
MediaWiki 1.23.x
License GNU General Public License 2.0
Download
Example transcribe-bentham.da.ulcc.ac.uk

The TEITags extension was designed for the Transcribe Bentham project at University College London. The code of this extensions and two others (Extension:JBTEIToolbar and Extension:JBZV), which together comprise the TB Transcription Desk, has been released as open-source software. Further information can be found on this help page.

InstallationEdit

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 TEITags in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php :
    require_once "$IP/extensions/TEITags/TEITags.php";
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See alsoEdit