-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathindex.html
More file actions
176 lines (161 loc) · 9.53 KB
/
index.html
File metadata and controls
176 lines (161 loc) · 9.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="MapWindow is an Open Source GIS desktop application">
<meta name="author" content="Paul Meems">
<link rel="icon" href="../../favicon.ico">
<title>MapWindow v5: index page</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="css/mw5.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Main jumbotron for a primary marketing message or call to action -->
<section class="jumbotron">
<div class="container">
<img class="img-responsive" src="img/LogoMapWindow_5.jpg" width="812" height="143" alt="MapWindow 5 - open source GIS Desktop Application" />
</div>
</section>
<section class="container">
<div class="row">
<article class="col-md-12 col-xs-12">
<h1>MapWindow v5 Development</h1>
<p>
Welcome to the website about the development of MapWindow v5.<br />
On the following pages we will keep you informed with the progress of the development.<br />
Our goal is to make MapWindow open source GIS the most user friendly GIS available.
</p>
<p>
If you want to help you can. The source code of MapWindow v5 is in a GIT repository: <a href="https://mapwingis.codeplex.com/SourceControl/latest" target="_blank">https://mapwingis.codeplex.com/SourceControl/latest</a><br />
This makes it much easier for
you to contribute to the project. Just fork the repository, make your changes and send us
a pull request. More about the forking workflow can be read in this great tutorial:
<a href="https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow/" target="_blank">
https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow/
</a>
</p>
<p>
MapWindow 5 is at an early stage of development right now. It's a
direct successor of the previous version, but will be reworked
according the latest architectural and coding practices. It means that
we already have quite substantial body of code which will very much
speed up the development. We also use the same <a target="_blank" href="https://mapwingis.codeplex.com/releases/view/541892">MapWinGIS</a>
control as a core component, so all the basic GIS functionality is
already there. The practices that will be used are: loose coupling of
code, dependency injection, unit testing, MEF for plugins etc. <br />
</p>
</article>
</div>
<div class="row donations">
<article class="col-md-12 col-xs-12">
<h1>Donations needed</h1>
<p>
To make new MapWindow 5 GIS possible we need to raise
$6,000. We already raised $4,600 (status end May 2015) so we've started with the developement.
<br />It would be great to get the remaining funding. If you haven't donated yet, please do
so. Every dollar helps.
<br />
<strong>Donating is simple using PayPal:</strong>
</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
<input name="cmd" value="_s-xclick" type="hidden" />
<input name="hosted_button_id" value="MVKZBU3TK72DC" type="hidden" />
<input src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" name="submit" alt="PayPal � The safer, easier way to pay online." type="image" />
<img alt="" src="https://www.paypalobjects.com/nl_NL/i/scr/pixel.gif" border="0" height="1" width="1" />
</form>
<p>
<i>
If you can't use PayPal you can send me
<a href="mailto:infoATmapwindowDOTnl" onclick="this.href=this.href.replace(/AT/,'@').replace(/DOT/,'.')">a message</a> and I'll
send you a bank account number you can use instead.
</i>
</p>
</article>
</div>
<div class="row">
<article class="col-md-12 col-xs-12">
<h1>MapWindow v5 Survey</h1>
<p>
In January 2015 we've asked our users to fill in a short survey to help us prioritize the development tasks.<br />
<a href="survey-results.html">The results of this survey can be found here</a> and the <a href="priority.html">compiled priority list can be found here</a>.
</p>
<p>
During development we will try to write reguarly (we'll try every week) our findings in a blog-style at Codeplex.<br />
The following posts are already available:
</p>
</article>
</div>
<div class="row">
<article class="col-md-12 col-xs-12">
<h1>MapWindow v5 How to help?</h1>
<p>
We can always need experienced .NET developers that can help us with creating unit tests, review code and create tools and plug-ins.
</p>
<p>
Because we are still under heavy development it is at this stage not very easy to compile MapWindow and MapWinGIS yourself.<br />
In this <a href="compile.html" title="Step-by-step workflow to compile MapWindow and MapWinGIS">page</a> we will try to give you a step-by-step workflow.
</p>
</article>
</div>
</section>
<section class="container">
<div class="row" style="background-color: white">
<article class="col-md-4 col-xs-6">
<!-- 300x250 ad tag -->
<div data-type="ad" data-publisher="mapwindow.org" data-zone="ron" data-format="300x250" data-tags="GIS%2cMapping%2cMap%2cC%23%2cMaps%2cWMS%2cgeospatial"></div>
</article>
<article class="col-md-4 col-xs-6">
<div data-type="ad" data-publisher="mapwindow.org" data-zone="ron" data-format="300x250" data-tags="open%2csource%2cdesktop%2cNET2cmicrosoft"></div>
</article>
<article class="col-md-4 hidden-xs">
<div data-type="ad" data-publisher="mapwindow.org" data-zone="ron" data-format="300x250" data-tags="GIS%2csyncfusion%2cfree%2cunit%2ctests"></div>
</article>
</div>
<hr>
<footer>
<div class="footer-ad" data-type="ad" data-publisher="mapwindow.org" data-zone="ron"
data-format="728x90" data-tags="GIS%2cMapping%2cMap%2cC%23%2cMaps%2cWMS%2cgeospatial"> </div>
<p>© MapWindow Developers Team 2015</p>
</footer>
</section> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="http://getbootstrap.com/assets/js/ie10-viewport-bug-workaround.js"></script>
<script type="text/javascript">
function _dmBootstrap(file) {
var _dma =
document.createElement('script'); _dma.type = 'text/javascript'; _dma.async = true;
_dma.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + file;
(document.getElementsByTagName('head')[0] ||
document.getElementsByTagName('body')[0]).appendChild(_dma);
} function _dmFollowup(file)
{ if (typeof DMAds === 'undefined') _dmBootstrap('cdn2.DeveloperMedia.com/a.min.js'); }
(function () {
_dmBootstrap('cdn1.DeveloperMedia.com/a.min.js'); setTimeout(_dmFollowup,
2000);
})();</script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] ||
function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a =
s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script',
'//www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-5161528-17', 'auto');
ga('require', 'displayfeatures'); ga('send', 'pageview');</script>
</body>
</html>