r46432 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46431‎ | r46432 | r46433 >
Date:06:44, 28 January 2009
Author:emiller
Status:deferred
Tags:
Comment:
Actually adding new Google Maps INSTALL file.
Modified paths:
  • /trunk/extensions/GoogleMaps/INSTALL (added) (history)

Diff [purge]

Index: trunk/extensions/GoogleMaps/INSTALL
@@ -0,0 +1,10 @@
 2+1. Go sign up for a Google Maps API key from
 3+
 4+ http://maps.google.com/apis/maps/
 5+
 6+2. Make sure this GoogleMaps folder is in your "extensions" directory
 7+
 8+3. Add this to the end of LocalSettings.php:
 9+
 10+$wgGoogleMapsKey = "your key from step 1 goes here";
 11+require_once( "extensions/GoogleMaps/GoogleMaps.php" );

Status & tagging log