International Dictionary of Marine Aids to Navigation:Configuration

From International Dictionary of Marine Aids to Navigation
Revision as of 23:45, 12 February 2009 by 77.212.19.97 (talk) (New page: This page contains an overview of how Mediawiki has been customized to suit the IALA Dictionary <br> __TOC__ ==Installed Plugins== CategoryTree ParserFunctions ==Changes to LocalSettin...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page contains an overview of how Mediawiki has been customized to suit the IALA Dictionary

Installed Plugins[edit]

CategoryTree

ParserFunctions

Changes to LocalSettings.PHP[edit]

$wgEnableUploads = true; (Enabling Uploads)

$wgGroupPermissions['*']['edit'] = false; (Making sure that Anonymous users do not edit content)

$wgLogo = "$wgScriptPath/images/20080412_135pixels_high_IALA_Logo.jpg"; (Installing the IALA Logo)

require_once("$IP/extensions/ParserFunctions/ParserFunctions.php"); (Installed Parserfunctions Extension - needed for the Language template)

$wgUseAjax = true; (Installs the Categorytree Extension)
require_once( 'extensions/CategoryTree/CategoryTree.php' );

Uploaded Images[edit]

"20080412_135pixels_high_IALA_Logo.jpg"
"25px-Geographylogo.png"


Changes to Mediawiki:Sidebar[edit]

Full Page Name http://www.envoy.dk/MediaWiki/index.php5?title=MediaWiki:Sidebar

Original Content

   *  navigation
         o mainpage|mainpage-description
         o portal-url|portal
         o currentevents-url|currentevents
         o recentchanges-url|recentchanges
         o randompage-url|randompage
         o helppage|help 
   * SEARCH
   * TOOLBOX
   * LANGUAGES

New Content

   *  navigation
         o mainpage|mainpage-description
         o recentchanges-url|recentchanges
         o helppage|help 
   * SEARCH
   * TOOLBOX

Original Mediawiki Help on getting started using this Wiki[edit]

Consult the User's Guide for information on using the wiki software.