Extension:CETEIcean

From mediawiki.org
MediaWiki extensions manual
CETEIcean
Release status: stable
Implementation ContentHandler , Parser function
Description Implements the CETEIcean library to allow users to work with TEI XML documents on the wiki.
Latest version 0.5 (2023-11-15)
MediaWiki 1.38+
License GNU General Public License 2.0 or later
Download
Readme
Example CODECS
$wgCeteiDTD, $wgCeteiXsl, $wgCeteiBehaviorsJsFile, $wgCeteiAllowEntitySubstitution, $wgCeteiAllowUrl

The CETEIcean extension is an extension to MediaWiki which implements the CETEIcean library to let users collaborate on TEI XML documents and display them on the wiki. CETEIcean differs from other methods of rendering TEI XML in that the web output uses HTML5 Custom Elements (CE) of the Web Components standards, which has the advantage of preserving much of the structure of the original document. This extension intends to combine the best of both worlds: XSLT for the initial processing and JavaScript for additional features and CE registration.

For detailed documentation, see Github.

In order to make use of the Ace editor for editing XML, it is recommended to use this extension with Extension:CodeEditor.

See also[edit]