mirror of
https://github.com/publiclab/mapknitter.git
synced 2025-12-05 16:00:00 +01:00
offline static notice
This commit is contained in:
71
public/archive.html
Normal file
71
public/archive.html
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<!-- saved from url=(0026)https://mapknitter.org/500 -->
|
||||||
|
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; 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 rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
||||||
|
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></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="https://mapknitter.org/">MapKnitter</a> <small class="fullscreen-only"> by <a href="https://publiclab.org/">Public Lab</a></small></span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
|
<h1>MapKnitter is offline</h1>
|
||||||
|
|
||||||
|
<p>Alert! Due to lack of funds, MapKnitter.org is offline. <a href="https://publiclab.org/mapknitter">Read more »</a></p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<h3>Access an archived version from the Internet Archive</h3>
|
||||||
|
|
||||||
|
<p>Before taking MapKnitter offline, we worked with the <a href="https://archive.org">Internet Archive's</a> Wayback Machine to store archived copies of every page on the site. That means your data will be preserved by the Internet Archive for... a long time.</p>
|
||||||
|
|
||||||
|
<p><a class="btn btn-primary" id="archive-link" href="">Search for archived versions of this page</a></p>
|
||||||
|
|
||||||
|
<p>There are limitations: the pages are static, so no new changes can be saved. However, existing exports can still be downloaded.</p>
|
||||||
|
|
||||||
|
<p>We are working on a version of "MapKnitter Lite" that can be hosted for free, with image archiving based on the Internet Archive. If you would like to help make that happen, please reach out to Jeffrey Yoo Warren on Twitter: <a href="https://twitter.com/jywarren">@jywarren</a></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="footer container-fluid">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-4">
|
||||||
|
<h3>Attribution</h3>
|
||||||
|
<p>
|
||||||
|
MapKnitter 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>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
|
||||||
|
var archive_link = "https://web.archive.org/web/0/" + document.location.href;
|
||||||
|
|
||||||
|
document.getElementById('archive-link').href = archive_link;
|
||||||
|
|
||||||
|
console.log(archive_link);
|
||||||
|
|
||||||
|
// https://web.archive.org/web/0/https://mapknitter.org/maps/ceres--2/edit
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
</body></html>
|
||||||
Reference in New Issue
Block a user