Changes between Version 6 and Version 7 of MagicWand

Show
Ignore:
Timestamp:
12/05/07 17:43:33 (5 years ago)
Author:
crschmidt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MagicWand

    v6 v7  
    66 
    77If you hang out at #openlayers, you might be interested in some fun things you can do in that channel, using oltrac.  This oltrac thing is bot that actively listens on the channel and snags some messages as commands that it then executes and dumps back into the channel.  It seems that the oltrac code is from [http://inamidst.com/phenny/], but its been extended in some ways specifically for OpenLayers.  Here are some things you can do: 
     8 
     9=== OpenLayers specific functions === 
     10 
     11 {{{`<page>}}}:: 
     12 
     13   returns a link to a page in OpenLayers trac 
     14 
     15 {{{#<ticket number>}}}:: 
     16 
     17   returns a description of the ticket with the given number, and a link to it in trac 
     18 
     19 {{{r<revision number>}}}:: 
     20 
     21   returns a link to a changeset, based on an svn revision number 
     22 
     23 {{{patches?}}}:: 
     24 
     25  patches are graciously accepted 
     26 
     27 {{{milestone <milestone name>}}}:: 
     28   
     29  returns the milestone's open tickets 
     30 
     31{{{.apidocs OpenLayers.Map setBaseLayer}}}: 
     32   
     33  Link to the setBaseLayer documentation page 
     34 
     35{{{.docstring OpenLayers.Map setLayerIndex}}}: 
     36   
     37  Prints out the documentation for the string, if possible. 
     38 
     39=== General Functions === 
    840 
    941 {{{oltrac: help <command>}}}:: 
     
    3971   sends <query> to google calc 
    4072 
    41 === OpenLayers specific functions === 
    42  
    43  {{{`<page>}}}:: 
    44  
    45    returns a link to a page in OpenLayers trac 
    46  
    47  {{{#<ticket number>}}}:: 
    48  
    49    returns a description of the ticket with the given number, and a link to it in trac 
    50  
    51  {{{r<revision number>}}}:: 
    52  
    53    returns a link to a changeset, based on an svn revision number 
    54  
    55  {{{patches?}}}:: 
    56  
    57   patches are graciously accepted 
    58  
    59  {{{milestone <milestone name>}}}:: 
    60    
    61   returns the milestone's open tickets 
    62  
    63 {{{.apidocs OpenLayers.Map setBaseLayer}}}: 
    64    
    65   Link to the setBaseLayer documentation page 
    66  
    67 {{{.docstring OpenLayers.Map setLayerIndex}}}: 
    68    
    69   Prints out the documentation for the string, if possible. 
    70