diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-17 22:57:16 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-12-17 22:57:16 +0100 |
| commit | 4817130d268df7b5bd83bbc5fda0f1d5a75a0a09 (patch) | |
| tree | e7302faa45a210a942ef968451aedc1163aee528 /index.html.in | |
| parent | de6a04d8d600df2a0ac5896c5b82f243b5f8586c (diff) | |
| download | PROJ-data-4817130d268df7b5bd83bbc5fda0f1d5a75a0a09.tar.gz PROJ-data-4817130d268df7b5bd83bbc5fda0f1d5a75a0a09.zip | |
Add sync_to_cdn.sh and regenerate_index_html.py; refresh index.html
Diffstat (limited to 'index.html.in')
| -rw-r--r-- | index.html.in | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/index.html.in b/index.html.in new file mode 100644 index 0000000..3ba102e --- /dev/null +++ b/index.html.in @@ -0,0 +1,36 @@ +<!-- This file is the root of https://cdn.proj.org/ --> +<!-- Part of it is generated by the regenerate_index_html.py script --> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" > +<title>PROJ datumgrids</title> +</head> + +<body> +<p> +This proj.cdn.org bucket, hosted by the +<a href="https://aws.amazon.com/opendata/public-datasets/">Amazon Public Datasets</a> program, +contains the datasets of +<a href="https://github.com/OSGeo/proj-datumgrid-geotiff/">https://github.com/OSGeo/proj-datumgrid-geotiff/</a>. +</p> +<p> +Those files are designed to be mainly used by <a href="https://proj.org">PROJ</a> 7 or later. +</p> +<p>The bucket contains the following files:</p> +<ul> +<li><a href="README.DATUMGRID">README.DATUMGRID</a></li> +${LINKS_WILL_BE_ADDED_HERE_BY_REGENERATE_INDEX_HTML} +</ul> +<p> +Total size of content: ${TOTAL_SIZE} +</p> +<div style="text-align: center;"> +<a href="https://aws.amazon.com/what-is-cloud-computing"> +<img src="https://d0.awsstatic.com/logos/powered-by-aws.png" style="position: relative; top: 50%; transform: translateY(50%);" alt="Powered by AWS Cloud Computing"> +</a> for use by +<a href="https://proj.org"> +<img src="https://proj.org/_static/logo.png" style="position: relative; top: 50%; transform: translateY(50%);" alt="PROJ"></a> +</div> +</body> +</html> |
