r61280 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61279‎ | r61280 | r61281 >
Date:01:36, 20 January 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Updated readme
Modified paths:
  • /trunk/extensions/Maps/Maps.php (modified) (history)
  • /trunk/extensions/Maps/README (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Maps.php
@@ -33,7 +33,7 @@
3434 echo '<b>Warning:</b> You need to have <a href="http://www.mediawiki.org/wiki/Extension:Validator">Validator</a> installed in order to use <a href="http://www.mediawiki.org/wiki/Extension:Maps">Maps</a>.';
3535 }
3636 else {
37 - define('Maps_VERSION', '0.5.2');
 37+ define('Maps_VERSION', '0.5.3 a1');
3838
3939 $egMapsScriptPath = $wgScriptPath . '/extensions/Maps';
4040 $egMapsIP = $IP . '/extensions/Maps';
Index: trunk/extensions/Maps/README
@@ -1,17 +1,20 @@
22 == About ==
33
4 -Maps is a MediaWiki extension that provides the ability to display coordinate data
5 -on maps and allows users to geocode addresses.
 4+Maps is the MediaWiki extension that provides the ability to visualize geographic data
 5+with dynamic, JavaScript based, mapping API's such as Google Maps and OpenLayers in your
 6+wiki pages. It has build in support for geocoding, displaying maps, displaying markers,
 7+adding pop-ups, and more. Maps allows extensive customization of your maps, either per
 8+map, or via a general setting affecting all maps on your wiki.
69
7 -Due to it's unique structure, it allows you to use multiple mapping services to
8 -display your coordinates. These include Google Maps, Yahoo! Maps, OpenLayers, and
9 -also allow you to display maps with Google Earth, OpenStreetMaps, Bing maps and others.
10 -Modifying the mapping service of a map is as easy as changing a single parameter!
 10+Due to Maps modular build, modifying the mapping service of a map is as easy as changing
 11+a single map property! These mapping services include Google Maps, Yahoo! Maps, OpenLayers
 12+and OpenStreetMap. These also allow you to display maps with Google Earth, OpenStreetMaps,
 13+Bing maps and others.
1114
1215 Notes on installing Maps are found in the file INSTALL.
1316
1417
15 -== Contributors ==
 18+== Contributing ==
1619
1720 If you have bug reports or requests, please add them to the Talk page [0]. You can also
1821 send them to Jeroen De Dauw, jeroendedauw -at- gmail.com, and Yaron Koren, at yaron57 -at-
@@ -21,6 +24,7 @@
2225
2326 For more info, see http://www.mediawiki.org/wiki/Extension:Maps#Contributing_to_the_project
2427
 28+
2529 == Credits to other projects ==
2630
2731 * OpenLayers

Status & tagging log