Extension:TEITags
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
![]() 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 | GitHub: Note: |
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 yourextensions/
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.