Project

General

Profile

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2

    
3
<HTML>
4
  <HEAD>
5
    <TITLE>Community Mapbuilder - developer's home page</TITLE>
6
    <link rel='StyleSheet' type='text/css' href='/mapbuilder/lib/skin/default/docsStyle.css'>
7
  </HEAD>
8
  <BODY>
9
  <h1>Community Mapbuilder</h1>
10
  <h3>Documentation</h3>
11
    <DL>
12
    <DT>
13
        <A href="demo">Demo pages</A>
14
    </DT>
15
    <DD>
16
        A collection of pages showing various configurations that are possible.
17
    </DD>
18
    <DT>
19
        <A href="http://docs.codehaus.org/display/MAP/Home/">Wiki</A>
20
    </DT>
21
    <DD>
22
        Both user and developer documentation are being maintained on the Codehaus wiki.
23
    </DD>
24
    <DT>
25
        <A href="userGuide">Tutorial</A>
26
    </DT>
27
    <DD>
28
      A short tutorial to introduce the concepts in mapbuilder.  
29
      This is now being maintained on the <a href="http://docs.codehaus.org/display/MAP/User+Guide">wiki.</a>
30
      (Only avaliable in a JSP install)
31
    </DD>
32
    <DT>
33
    <A href="docs/design/index.html">Software Design Description</A>
34
    </DT>
35
    <DD>
36
      High level design of mapbuilder-lib.
37
    </DD>
38
    <DT>
39
    <A href="docs/jsdoc/index.html">Jsdoc - Class description</A>
40
    </DT>
41
    <DD>
42
      Description of javascript classes in a javadoc format.
43
    </DD>
44
    <DT>
45
        <A href="docs/register/">Component register</A>
46
    </DT>
47
    <DD>
48
      For help with selecting components to be included in your configuration.  
49
      This will become a wizard type of thing eventually.
50
    </DD>
51

    
52
    <h3>Credits</h3>
53
    <p>This software is built using:</p>
54
    <dt><a href="http://mapbuilder.sourceforge.net">Mapbuilder-lib</a></dt>
55
    <dd>mapbuilder-lib is an open source library of browser based mapping widgets.</dd>
56
    <dt><a href="http://sarissa.sourceforge.net">Sarissa</a></dt>
57
    <dd>Sarissa is an ECMAScript library acting as a cross-browser wrapper for native XML APIs. It offers various XML related goodies like Document instantiation, XML loading from URLs or strings, XSLT transformations, XPath queries etc and comes especially handy for people doing what is lately known as "AJAX" development.</dd>
58
    <dt><a href="http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm">Walter Zorn's JS Graphics</a></dt>
59
    <dd>This JavaScript VectorGraphics library provides graphics capabilities for JavaScript</dd>
60
    <dt>Javascript Compression</dt>
61
    <dd>Our Javascript Compression is derived from Eric Hammond's <a href="http://www.anvilon.com/software/jsjam">JS JAM</a></dd>
62
    <dt><a href="http://mapserver.commenspace.org/tools/scalebar/">Scalebar</a></dt>
63
    <dd>Adapted from Tim Schaub's scalebar tool <a href="http://www.commenspace.org/">CommEn Space</a></dd>
64
    </DL>
65

    
66
    <table class="footer">
67
      <tr>
68
        <td><a href="http://mapbuilder.sourceforge.net">Community Map Builder</a></td>
69
        <td width="60"><img src="lib/skin/default/images/Icon.gif"/></td>
70
      </tr>
71
    </table>
72

    
73
  </BODY>
74
</HTML>
(6-6/7)