[Jifty-commit] r6433 - in jifty/trunk: lib/Jifty/Plugin

Jifty commits jifty-commit at lists.jifty.org
Wed Feb 25 01:03:26 EST 2009


Author: alexmv
Date: Wed Feb 25 01:03:25 2009
New Revision: 6433

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Plugin/GoogleMap.pm

Log:
 r42595 at kohr-ah:  chmrr | 2009-02-25 00:51:50 -0500
 POD nits for GoogleMap plugin


Modified: jifty/trunk/lib/Jifty/Plugin/GoogleMap.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/GoogleMap.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/GoogleMap.pm	Wed Feb 25 01:03:25 2009
@@ -17,7 +17,8 @@
     - GoogleMap:
         apikey: ABQIAAAA66LEkTHjdh-UhDZ_NkfdjBTb-vLQlFZmc2N8bgWI8YDPp5FEVBTjCfxPSocuJ53SPMNQDO7Sywpp_w
 
-# note that this is an api for http://localhost:8888/
+Note that this is an api for http://localhost:8888/ -- you will need
+to provide your own API key for your own site.
 
 
 In your model class schema description, add the following:
@@ -29,7 +30,6 @@
 
 This plugin provides a Google-map widget for Jifty, as well as a new GeoLocation column type.
 
-
 =cut
 
 __PACKAGE__->mk_accessors(qw(apikey));


More information about the Jifty-commit mailing list