Extension:ArticleCache

From MediaWiki.org
Jump to: navigation, search

This extension isn't used anymore.

MediaWiki extensions manual - list
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 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]

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