Recent Changes for "Macros/Address" - Sycamore Wikihttp://www.projectsycamore.org/Macros/AddressRecent Changes of the page "Macros/Address" on Sycamore Wiki.en-us Macros/Addresshttp://www.projectsycamore.org/Macros/Address2007-06-20 17:25:06FarMcKonupdated alter instructions. <div id="content" class="wikipage content"> Differences for Macros/Address<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 11: </td> <td> Line 11: </td> </tr> <tr> <td> </td> <td> <span>+ * log into mysql<br> + * switch to the wiki database via {{{using WIKI_DATABASE_NAME}}}<br> + * add address to mapPoints via {{{ alter table mappoints add address VARCHAR(255);}}}. Note that capitalization (mappoints or mapPoints) depends on version.</span> </td> </tr> </table> </div> Macros/Addresshttp://www.projectsycamore.org/Macros/Address2007-06-20 16:58:24FarMcKonadded start of install info <div id="content" class="wikipage content"> Differences for Macros/Address<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 1: </td> <td> Line 1: </td> </tr> <tr> <td> </td> <td> <span>+ = Address Macro =<br> + <br> + The address macro is used to auto resolve addresses into map information, and embed a map into a wiki page.<br> + <br> + = To Install =<br> + To install, you will need to do the following.<br> + 1. Download address.py into your Sycamore/macros directory.<br> + 2. Update the share/sycamore_config.py file so that it has maps set to true, and the map provider is 'google'.<br> + 3. edit the address.py file so that the API_KEY is the key for your own website.<br> + 4. Update database tables (needs details!)</span> </td> </tr> </table> </div>