Extension:ArticleCache
From MediaWiki.org
This extension isn't used anymore.
|
ArticleCache Release status: stable |
|
|---|---|
| Implementation | Search |
| Description | This extension provides article content caching, recursive (bottom-up) article search within a namespace and easy interface for getting article content. |
| Author(s) | user:jldupont |
| Last version | 1.0 |
| MediaWiki | tested 1.8.2 and 1.9.3 |
| License | No license specified |
| Download | [1] |
| Check usage and version matrix | |
What can this extension do? [edit]
This extension provides article content caching, recursive (bottom-up) article search within a namespace and easy interface for getting article content.
The extension is mainly used with Extension:Header Footer.
Installation [edit]
- Download the extension on SVN
- add to the LocalSettings.php:
require_once("$IP/extensions/ArticleCache/ArticleCache.php");
