Extension:ArticleCache

From MediaWiki.org

Jump to: navigation, search

This extension isn't used anymore.

Manual on MediaWiki Extensions
List of MediaWiki Extensions
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
Version 1.0
MediaWiki tested 1.8.2 and 1.9.3
Download [1]

[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");
Personal tools