-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (77 loc) · 5.28 KB
/
index.html
File metadata and controls
85 lines (77 loc) · 5.28 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
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" itemscope itemtype="http://schema.org/Product">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>ETF validator</title>
<link rel="stylesheet" href="assets/css/style.css?v=4e3f55c0924e147ee12e0c2beeb8d18ad8a341e1">
<meta name="viewport" content="width=device-width">
<meta name="description" content="ETF is an open source testing framework for validating spatial data,
metadata and web services in Spatial Data Infrastructures" />
<meta name="keywords" lang="en" content="geo, validation, WFS, WMS, metadata, dataset, testsuite, ETF, validator" />
<meta name="keywords" lang="de" content="Prüftool, Inspire, WFS, WMS, ETF, Validator" />
<meta name="web_author" content="interactive instruments GmbH"/>
<meta id="productName" itemprop="name" content="ETF validator" />
<meta property="og:title" th:content="ETF validator" />
<meta property="og:url" th:content="http://www.etf-validator.net" />
<meta property="og:image" content="http://etf-validator.net/assets/img/ETF_logo.png" />
<meta property="og:type" content="website" />
<meta property="og:description" content="ETF is an open source testing framework for validating spatial data,
metadata and web services in Spatial Data Infrastructures" />
<meta property="og:type" content="product" />
<link rel="shortcut icon" href="assets/img/favicon.ico" type="image/vnd.microsoft.icon" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="image">
<a class="image" href="http://www.etf-validator.net">
<img align="middle" src="assets/img/ETF_logo.png" alt="ETF Logo"></a></span></p></td>
<td class="tableblock halign-left valign-middle"><p text-class="tableblock"><br>
Testing framework for spatial data and services</span></p></td>
</tr>
<br>
<ul>
<li><a target="_blank" href="https://github.com/etf-validator/etf-webapp/releases/latest">Download <strong>ETF</strong></a></li>
<li><a target="_blank" href="http://docs.etf-validator.net">View <strong>Manuals</strong></a></li>
</ul>
</tbody>
</header>
<section>
<h3 id="etf-test-framework">ETF validator</h3>
<p>ETF is an open source testing framework for validating spatial data, metadata and web services in Spatial Data Infrastructures (SDIs).</p>
<p>The design of ETF is driven by three goals: be user-friendly, consistent with the standards and capable of testing all resources in an SDI.</p>
<p>User-friendly means that you do not have to be a developer to use it and that test reports include sufficient information for technical staff to understand the reasons for warnings and errors detected during the execution of tests. The user interface and the test reports support multiple languages, too.</p>
<p>The concepts in ETF are based on ISO 19105 and the OGC Specification Model which underpin the standards used in SDIs. Tests are organized in Executable Test Suites, which may be developed and executed using different tools to properly support all kinds of resources in an SDI. Currently supported are:</p>
<ul>
<li>
<p><a href="http://soapui.org/">SoapUI</a>, a widely used tool for testing web services</p>
</li>
<li>
<p><a href="http://basex.org/">BaseX</a>, an XML database, for testing sets of XML documents - including very large ones</p>
</li>
<li>
<p><a href="http://opengeospatial.github.io/teamengine">TEAM Engine</a>, the tool used by the OGC CITE tests, to support the modern CITE tests developed using TestNG</p>
</li>
</ul>
<p>ETF can be used via a responsive web application or via a <a target="_blank" href="http://docs.etf-validator.net/Developer_manuals/WEB-API.html#_overview">REST API</a>.</p>
<p><small>ETF version 1:
© 2010-2016 interactive instruments GmbH. Licensed under the Apache 2.0 License.</small></p>
<p><small>ETF version 2:
© 2017 European Union, interactive instruments GmbH. Licensed under the EUPL.<br/>
This work was supported by the <a href="http://ec.europa.eu/isa">EU Interoperability Solutions for European Public Administrations Programme</a> through <a href="https://joinup.ec.europa.eu/community/are3na/description">Action 1.17: A Reusable INSPIRE Reference Platform (ARE3NA)</a>.</small></p>
</section>
<footer>
<p><a href="http://www.interactive-instruments.de/">interactive instruments</a> has developed ETF and is the primary maintainer of the software.</p>
<p><small><a href="https://www.interactive-instruments.de/en/about/impressum/">Legal Notice</a> | <a href="https://www.interactive-instruments.de/en/about/datenschutzerklarung/">Privacy Notice</a></small></p>
<p><small>Based on the minimal theme by <a href="https://github.com/orderedlist/minimal">orderedlist</a></small></p>
</footer>
</div>
<script src="assets/js/scale.fix.js"></script>
</body>
</html>