Project

General

Profile

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>
21

    
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>
47
    <p>This software is built using:</p>
48
    <dt><a href="http://mapbuilder.sourceforge.net">Mapbuilder-lib</a></dt>
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

    
58
    <dt><a href="http://sarissa.sourceforge.net">Sarissa</a></dt>
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>
69
    <dt>Javascript Compression</dt>
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>
72
    </DL>
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>
(7-7/8)