Extension:Purge
From MediaWiki.org
|
Purge Release status: stable |
|||
|---|---|---|---|
| Implementation | User interface | ||
| Description | Adds a purge tab on all normal pages, allowing for quick purging of the cache | ||
| Author(s) | Ævar Arnfjörð Bjarmasontalk | ||
| MediaWiki | 1.11 or higher | ||
| Database changes | no | ||
| License | GNU GPL v2 or higher | ||
| Download |
SVN [?]:
|
||
|
|||
| Check usage and version matrix | |||
The Purge extension adds a purge tab on all normal pages, allowing for quick purging of the cache.
Installation [edit]
- Copy the code on SVN and create the resprecive files.
- Move these to your extensions directory.
- Add
to LocalSettings.phprequire_once( "$IP/extensions/Purge/Purge.php" );
- The extension should be now active.
Notes [edit]
If you set $wgGroupPermissions['*']['purge'] = true; inside your LocalSettings.php so that anonymous users can make use of the cache purging functionality without the use of a post you may want to add index.php to your robots.txt so that search engine spiders crawling your wiki for content do not start attempting to crawl purge links and inadvertently purging the cache of your wiki and increasing the load on your server(s).
See also [edit]
| Language: | English • português • português do Brasil |
|---|