Changeset 17

Show
Ignore:
Timestamp:
27/04/06 10:45:53 (2 years ago)
Author:
al
Message:

add more roadmap, update mochikit deps

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plotkit/trunk/doc/PlotKit.html

    r16 r17  
    4040   browsers.  
    4141</p> 
    42 <p>PlotKit requires <a href="http://mochikit.com/">MochiKit</a> SVN (as of 28 March 2006). 
     42<p>PlotKit requires <a href="http://mochikit.com/">MochiKit</a>. (1.3 or higher) 
    4343</p> 
    4444<p>PlotKit supports both HTML Canvas and SVG, along with an  
     
    120120<ul> 
    121121 <li> 
     122     Use ExplorerCanvas rather than the annoying HTC file. 
     123 </li> 
     124 
     125 <li> 
    122126     AutoSelectRenderer, automatically choose Canvas or SVG by auto detecting browser support. 
    123127 </li> 
     
    126130<h3>Version 0.10</h3> 
    127131<ul> 
     132 <li> 
     133     Point plots 
     134 </li> 
     135 
    128136 <li> 
    129137     Defined Event System Support 
  • plotkit/trunk/doc/PlotKit.txt

    r16 r17  
    1818browsers.  
    1919 
    20 PlotKit requires [MochiKit][] SVN (as of 28 March 2006). 
     20PlotKit requires [MochiKit][]. (1.3 or higher) 
    2121 
    2222PlotKit supports both HTML Canvas and SVG, along with an  
     
    6969###Version 0.9 
    7070 
     71* Use ExplorerCanvas rather than the annoying HTC file. 
    7172* AutoSelectRenderer, automatically choose Canvas or SVG by auto detecting browser support. 
    7273 
    7374###Version 0.10 
    7475 
     76* Point plots 
    7577* Defined Event System Support 
    7678* Animation support.