Extension:YAML

From mediawiki.org
MediaWiki extensions manual
YAML
Release status: unmaintained
Implementation Parser extension , Parser function
Description YAML database extension allows for key/value storage and retrieval
Author(s) I Heart Engineering
Latest version 0.1 (2012-10-09)
MediaWiki
Database changes No
License BSD 3-clause "Modified" License
Download
README

The YAML extension does allows data storage in YAML files. This allows for fast key/value storage and retrieval.

Installation[edit]

  • Download and place the file(s) in a directory called YAML in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    require_once "$IP/extensions/YAML/YAML.php";
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.