Project

General

Profile

« Previous | Next » 

Revision 4307

upgrade to MapBuilder 1.5rc2 - includes support for Firefox 3 compatibility (yes, it is also EOLed)

View differences:

index.html
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
3
      
4
<html xmlns="http://www.w3.org/1999/xhtml" >
5
  <head>
6
    <title>Welcome at your Mapbuilder installation</title>
7
    <link rel='StyleSheet' type='text/css' href='lib/skin/default/button.css'/>
8
     <link rel='StyleSheet' type='text/css' href='lib/skin/default/demoStyles.css'/>
9
    <script>
10
    // URL of Mapbuilder configuration file.
11
    var mbConfigUrl='config.xml';
12
    </script>
13
    <script type="text/javascript" src="lib/Mapbuilder.js"></script>
14
  </head>
15
  <!-- This onload event starts mapbuilder -->
16
 	<body onload="mbDoLoad()" >
17
	  <div id="header">  	<!-- The header of the page -->
18
                          <h1>Welcome at your <a href="http://communitymapbuilder.org">Mapbuilder</a>
19
      <!-- Version tag will be inserted below by build.xml process -->
20
      <!--Version-->1.5-rc2<!--VersionEnd--> installation</h1>
2 21

  
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>
22
	  </div><!-- /header -->
23
  	<div id="middle"><!-- The center piece of the page with left menubar and right mainbody -->
24
	    <div id="menubar"><!-- left side of the middle div-->
25
  			<h2>Documentation</h2>
26
				<ul>
27
					<li><a href="examples/examples.html" title="Examples">Examples</a></li>
28
					<li><a href="docs/jsdoc/index.html" title="class description">Class Description</a></li>
29
					<li><a href="docs/register" title="component register">Component Register</a></li>
30
				</ul>
31
				<h2>Useful sites</h2>
32
				<ul>
33
					<li><a href="http://communitymapbuilder.org/" title="Wiki">Official site</a></li>
34
					<li><a href="http://demo.communitymapbuilder.org/" title="Wiki">Official demo site</a></li>
35
					<li><a href="http://nightly.communitymapbuilder.org/mapbuilder" title="Wiki">Nightly builds</a></li>
36
					<li><a href="http://docs.codehaus.org/display/MAP/User+Guide" title="tutorial">User guide</a></li>
37
				</ul>
38
		  </div><!-- /menubar -->
39
			<div id="mainbody"><!-- right side of the middle div, is also divided into two areas -->
40
    <h3>Congratulations!</h3>
41
			<p>If you see this page, you most likely succeeded in installing mapbuilder. Mapbuilder will run from anything
42
			that serves files, even the local file system. There are however a few situations where you need to
43
			either have a PHP or JSP enabled webserver. See the <a href="http://docs.codehaus.org/display/MAP/Installing+MapBuilder">
44
			tutorial</a> for more information.</p>
45
			<div class="left">
46
			<h3>Credits</h3>
53 47
    <p>This software is built using:</p>
54 48
    <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>
49
    <dd>mapbuilder-lib is an open source library of browser based mapping widgets.<br/>
50
    License: <a href="http://www.gnu.org/licenses/lgpl.html">LGPL</a>.</dd>
51

  
52
    <dt><a href="http://openlayers.org">OpenLayers</a><dt>
53
    <dd>OpenLayers provides a common interface to a number of different map
54
    layers (like Google, Yahoo, MSN, WMS, etc). It is used by all of the Map
55
    rendering widgets, and some of the other widgets as well.<br/>
56
    License: <a href="http://www.opensource.org/licenses/bsd-license.php"/>BSD</a>.</dd>
57

  
56 58
    <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>
59
    <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. <br/>
60
    License: <a href="http://www.gnu.org/licenses/lgpl.html">LGPL</a>.</dd>
61

  
62
    <dt><a href="http://web.archive.org/web/*/http://mapserver.commenspace.org/tools/scalebar/">Scalebar</a>.</dt>
63
    <dd>Adapted from Tim Schaub's scalebar tool.<br/>
64
    License: <a href="http://www.gnu.org/licenses/lgpl.html">LGPL</a>.</dd>
65
		
66
		<dt><a href="http://www.dojotoolkit.org/docs/shrinksafe">Single file compression</a></dt>
67
		<dd>The compression routine to build a single MapbuilderCompressed.js file is based on the dojo compressor system.<br/>
68
		License <a href="http://opensource-definition.org/licenses/afl-2.1.html">Academic Free License v.2.1</a>
60 69
    <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>
70
    <dd>Our old Javascript Compression is derived from Eric Hammond's <a href="http://www.anvilon.com/software/jsjam">JS JAM</a>.<br/>
71
    License: <a href="http://www.anvilon.com/software">Public Domain</a>.</dd>
64 72
    </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>
73
			</div>
74
			<div class="right">
75
			 <h3>If you have a working internet connection you are supposed to see a nice colored map below.</h3>
76
			 <div id="mainMapPane"><!-- This is the container where the map will be drawn -->
77
    		    <noscript>
78
        	    this page requires Javascript to be enabled
79
        		</noscript>
80
				  </div><!-- /mainMapPane -->
81
			    <table><tr><td><div id="mainButtonBar" style="width:200px"></div></td>
82
			    			    <td><div id="cursorTrack" ></div></td></tr></table>
83
			</div>
84
			</div><!-- /mainbody -->
85
		</div><!-- /middle -->
86
  	<div id="footer"><!-- The footer of the page -->
87
	  	<div class="right">
88
				<a href="http://communitymapbuilder.org/" title="powered by community mapbuilder"><img src="lib/skin/default/images/Icon.gif"/></a>	  	
89
				<a href="https://www.osgeo.org/" title="member of OSgeo"><img src="lib/skin/default/images/Osgeo.png"/></a>
90
      </div><!-- /right -->
91
	  </div><!-- /footer -->
92
	</body>
93
</html>

Also available in: Unified diff