Changes between Version 47 and Version 48 of GoogleMapMacro


Ignore:
Timestamp:
Nov 17, 2015, 9:25:50 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • GoogleMapMacro

    v47 v48  
    55== Description
    66
    7 This macro lets the user insert a full dynamic [http://maps.google.com/ Google Map]. Because a lot of javascript is used (by Google) a [http://local.google.com/support/bin/answer.py?answer=16532&topic=1499 Google Map compatible browser] is needed. Newer version of Firefox and MS Internet Explorer are compatible.
     7This macro lets the user insert a full dynamic [http://maps.google.com/ Google Map]. Because a lot of Javascript is used (by Google) a [http://local.google.com/support/bin/answer.py?answer=16532&topic=1499 Google Map compatible browser] is needed. Newer version of Firefox and MS Internet Explorer are compatible.
    88
    99For Javascript-less static maps use the similar GoogleStaticMapMacro.
     
    1616The macro should work both with Trac 0.11 and 0.12. There is only a 0.11 directory which can also be used for Trac 0.12.
    1717The AdvParseArgsPlugin is used to allow for quoted argument values and must also be installed.
    18 
    19 == Dependencies
    2018
    2119The recent version ([4801]) of this macro needs the AdvParseArgsPlugin in revision [4795] or later.
     
    4038== Download
    4139
    42 Download the zipped source from [download:googlemapmacro here].
     40Download the zipped source from [export:googlemapmacro here].
    4341
    4442== Source
    4543
    46 You can check out GoogleMapMacro from [http://trac-hacks.org/svn/googlemapmacro/0.11 here] using Subversion, or [source:googlemapmacro/0.11 browse the source] with Trac.
    47 
    48 There is a develop version which can be unstable: [http://trac-hacks.org/svn/googlemapmacro/dev/0.11 check-out].
     44You can check out GoogleMapMacro from [/svn/googlemapmacro/0.11 here] using Subversion, or [source:googlemapmacro/0.11 browse the source] with Trac.
     45
     46There is a develop version which can be unstable: [/svn/googlemapmacro/dev/0.11 check-out].
    4947
    5048== Installation
    5149
    5250This macro is now provided as a Python package.
     51
     52AdvParseArgsPlugin must be installed to run this plugin.
     53
    5354If you have installed an older single-file version of the macro, please remove it from the `plugins` directory and note the different component name (see below).
    5455