From aac46df3e749ab655925e7b39b2be2afe8fb3275 Mon Sep 17 00:00:00 2001 From: troyengel Date: Sat, 3 Jan 2015 10:02:03 -0600 Subject: [PATCH] removing old text file --- Preloader | 75 ------------------------------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 Preloader diff --git a/Preloader b/Preloader deleted file mode 100644 index 0af8fbf..0000000 --- a/Preloader +++ /dev/null @@ -1,75 +0,0 @@ -PRELOADER EXTENSION - - Version 1.1.1 - © 2006 Rob Church - -== Overview == - -1. Introduction -2. Requirements -3. Installation -4. Configuration -5. Feedback -6. Change Log - -== 1. Introduction == - -The Preloader extension allows the creation of boilerplate text which will -be inserted into the edit form when creating new pages. Different boilerplate -text can be specified for different namespaces. - -In addition, a new parser tag, is introduced, which is used to -denote sections which should not be preloaded, ever; useful for instructions -and advice on the boilerplate pages. This tag has no effect during a regular -parse operation. - -== 2. Requirements == - -The Preloader extension requires MediaWiki 1.7.0 or later. - -== 3. Installation == - -To install the Preloader extension, download all files from Subversion, and -place them into your extensions directory. - -Then edit your LocalSettings.php file and add the following line: - - require_once( 'extensions/Preloader.php' ); - -Installation can be verified through the Special:Version page on your wiki. - -== 4. Configuration == - -Configuration of the boilerplate sources is done via the $wgPreloaderSource -configuration variable, which takes the following format: - - $wgPreloaderSource[ ] = PAGE TITLE; - -For instance - - $wgPreloaderSource[ NS_MAIN ] = 'Template:Boilerplate'; - $wgPreloaderSource[ NS_HELP ] = 'Template:Boilerplate help'; - -dictates that the boilerplate text for pages in the main namespace should be -loaded from Template:Boilerplate, while pages in the Help namespace will be -preloaded from Template:Boilerplate_help. Other namespaces have no boilerplate -configured. - -== 5. Feedback == - -Please submit comments, suggestions and bug reports to . - -== 6. Change Log == - -17/12/2006 -Version 1.0 - * Initial release - -31/12/2006 -Version 1.1 - * Trim preloaded text - * Fix newlines in tags - -13/03/2008 -Version 1.1.1 - * Add description message for [[Special:Version]] \ No newline at end of file