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 |
|
Hooks used
|
|
The YAML extension does allows data storage in YAML files. This allows for fast key/value storage and retrieval.
Installation
- 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.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.