<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi all,<br>
    <br>
    I've finished adding new widgets to MapQuery for the moment. I
    created examples for all the widgets (except for mqLayerControl). We
    now have the proposed list for the 0.1 release:<br>
    <pre wrap="">-zoombuttons
-zoomslider
-overviewmap
-layercontrol (in this case mqLayerManager)
-popup with (get)featureinfo
+mouseposition
</pre>
    I'd like to leave mqLayerControl outside a possible first release
    since it's pretty much the same as mqLayerManager, but hasn't gotten
    much love and is a bit old fashioned (eg doesn't listen to most
    events). Since mqLayerManager and mqLayerControl are so much the
    same we might want to merge them in the future, eg make it possible
    to enable/disable certain features of the mqLayerManager.<br>
    <br>
    The main issue now is: we need documentation. I prefer to generate
    most of the API docs from code. Which means we need to put it in
    some kind of format and have a system to generate a nice set of HTML
    files. Volker mentioned two systems:<br>
    -docco: <a href="http://jashkenas.github.com/docco/">http://jashkenas.github.com/docco/</a><br>
    -joDoc: <a href="https://github.com/davebalmer/joDoc">https://github.com/davebalmer/joDoc/</a><br>
    <br>
    So the questions are:<br>
    -Have people used other systems to generate docs for javascript?<br>
    -Any preferences?<br>
    -Do the current widgets and examples make sense?<br>
    -Is something vital missing?<br>
    -Anyone time to write docs?<br>
    -Anyone time to write tests?<br>
    <br>
    regards,<br>
    Steven<br>
    <br>
    ps. I've got an ubuntu server which we can use for the moment to
    generate and host docs and 'autobuilds' until someone figured out
    how to do this on github itself. So any system should run ubuntu
    (10.04 LTS) without too much hassle at least.<br>
    <br>
  </body>
</html>