Extension:YAML
Appearance
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 | 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 | GitHub:
Note: 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
YAMLin yourextensions/folder. - Add the following code at the bottom of your LocalSettings.php file:
require_once "$IP/extensions/YAML/YAML.php";
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
