mirror of
https://github.com/publiclab/mapknitter.git
synced 2025-12-05 16:00:00 +01:00
74 lines
3.4 KiB
HTML
74 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>MapKnitter</title>
|
|
<meta name="author" content="MapKnitter contributors"/>
|
|
<meta name="description" content="Make maps from aerial photos with Public Lab's free and open source web toolkit"/>
|
|
<meta name="viewport" content="width=320, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
|
|
|
|
<link href="/assets/bootstrap/dist/css/bootstrap.min.css?body=1" media="screen" rel="stylesheet" type="text/css" />
|
|
<link href="/assets/style.css?body=1" media="screen" rel="stylesheet" type="text/css" />
|
|
<link href="/assets/application.css?body=1" media="screen" rel="stylesheet" type="text/css" />
|
|
<script src="/assets/jquery/dist/jquery.js?body=1" type="text/javascript"></script>
|
|
<script src="/assets/jquery-ujs/src/rails.js?body=1" type="text/javascript"></script>
|
|
<script src="/assets/bootstrap/dist/js/bootstrap.js?body=1" type="text/javascript"></script>
|
|
<script src="/assets/sparklines/source/sparkline.js?body=1" type="text/javascript"></script>
|
|
<script src="/assets/application.js?body=1" type="text/javascript"></script>
|
|
</head>
|
|
<body>
|
|
<div id="header" class="navbar navbar-inverse navbar-static-top">
|
|
<div class="hidden-print container-fluid">
|
|
<div class="navbar-header">
|
|
<span class="navbar-brand" id="brand"><a href="/">MapKnitter</a> <small class="fullscreen-only"> by <a href="//publiclab.org">Public Lab</a></small></span>
|
|
<a class="navbar-brand" id="brand-compact" href="/">MK</a>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="container">
|
|
|
|
<h1>The change you wanted was rejected.</h1>
|
|
|
|
<p>Maybe you tried to change something you didn't have access to.</p>
|
|
|
|
<p>Please <a href="https://github.com/publiclab/mapknitter/issues/new">report a bug on Github</a> or <a href="mailto:web@publiclab.org">email web@publiclab.org</a> and thoroughly describe what happened. Thank you for helping to improve open source software!.</p>
|
|
|
|
</div>
|
|
|
|
<footer class="footer container-fluid">
|
|
<div class="row">
|
|
<div class="col-md-4">
|
|
<h3>Attribution</h3>
|
|
<p>
|
|
MapKnitter 2 is <a href="http://github.com/publiclab/mapknitter">open source software</a> created and run by <a href="http://publiclab.org">Public Lab</a>.
|
|
</p>
|
|
<p>
|
|
Having trouble? <a href="http://github.com/publiclab/mapknitter/issues">Submit bugs here</a>.
|
|
</p>
|
|
<p>
|
|
MapKnitter uses <a href="http://gdal.org">GDAL</a>, <a href="http://leafletjs.com">Leaflet</a>, <a href="http://rubyonrails.org">Ruby on Rails</a>, <a href="http://imagemagick.org">ImageMagick</a>, and other open source software, and makes extensive use of the open source font <a href="http://www.theleagueofmoveabletype.com/junction">Junction</a>.</p>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<h3>Contributing</h3>
|
|
<p>
|
|
Interested in helping to make MapKnitter better? Join the <a href="//publiclab.org/wiki/developers">Public Lab developers discussion list</a> to get involved.
|
|
</p>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<h3>Support MapKnitter</h3>
|
|
<p>
|
|
MapKnitter is hosted through a donation of server space by <a href="http://rackspace.com">Rackspace</a>.
|
|
</p>
|
|
<p>
|
|
Consider helping to support MapKnitter by <a href="//publiclab.org/donate">donating to the Public Lab non-profit</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|