Extension:ArticleCache

From MediaWiki.org

Jump to: navigation, search

This extension isn't used anymore.

         

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
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 (experimental)

[edit] What can this extension do?

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.

[edit] Installation

  1. Download the extension on SVN
  2. add to the LocalSettings.php:
require_once("$IP/extensions/ArticleCache/ArticleCache.php");