Skip to content

Commit 766d2af

Browse files
author
Peter Löfås
committed
margins
1 parent 1892177 commit 766d2af

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

index.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,31 @@
88

99

1010
<title>OpenTNF</title>
11-
<meta name="description" content="opentnf.github.io - OpenTNF - An open standard for exchange and usage of data on Transport Networks">
11+
<meta name="description" content="opentnf.github.io - OpenTNF&trade; - An open standard for exchange and usage of data on Transport Networks">
1212

1313
<link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/github-aef3088517c60128e10c5cce8d392985504018745a58a13691f1a278951852bb.css" integrity="sha256-rvMIhRfGASjhDFzOjTkphVBAGHRaWKE2kfGieJUYUrs=" media="all" rel="stylesheet" />
1414
<link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/github2-0a487d1219bbb95aeab8914ad0ff2cd1b0eedd19661a2d3fe22eb62ceee0354c.css" integrity="sha256-Ckh9Ehm7uVrquJFK0P8s0bDu3RlmGi0/4i62LO7gNUw=" media="all" rel="stylesheet" />
1515
</head>
1616

17+
<style>
18+
19+
body {
20+
margin: 10px;
21+
}
22+
23+
</style>
24+
<body>
1725
<article class="markdown-body entry-content" itemprop="mainContentOfPage"><h1><a id="user-content--opentnf" class="anchor" href="#-opentnf" aria-hidden="true"><span class="octicon octicon-link"></span></a><a href="https://github.com/OpenTNF/opentnf/blob/master/logo.png" target="_blank"><img src="https://github.com/OpenTNF/opentnf/raw/master/logo.png" style="max-width:100%;"></a> OpenTNF</h1>
1826

1927
<p>OpenTNF's mission statement:</p>
2028

2129
<p><em>Create and maintain, as a community, an international, open and efficient solution for exchange of Transport Network data. The solution will enable easier usage of data on multiple platforms.</em></p>
2230

23-
<p>The OpenTNF format is specified as a set of data tables that in principal may be implemented in any relational database engine. An OpenTNF dataset is compliant with INSPIRE DS TN and may contain the following types of data:</p>
31+
<p>The OpenTNF&trade; format is specified as a set of data tables that in principal may be implemented in any relational database engine. An OpenTNF&trade; dataset is compliant with INSPIRE DS TN and may contain the following types of data:</p>
2432

2533
<ul>
2634
<li>Transport network including the definition of linear referencing, geometric, topological and temporal aspects</li>
27-
<li>Attribution and features, here called transport properties, related to the geography and/or transport network using linear referencing mechanisms. OpenTNF uses a generic approach where all types use the same schema where the types are defined in a separate catalogue data structure.</li>
35+
<li>Attribution and features, here called transport properties, related to the geography and/or transport network using linear referencing mechanisms. OpenTNF&trade; uses a generic approach where all types use the same schema where the types are defined in a separate catalogue data structure.</li>
2836
<li>A transport property type catalogue defining the various transport property types. This catalogue may also contain definitions of secondary linear referencing systems.</li>
2937
<li>Metadata, also according to any XML compliant standard such as ISO 19139</li>
3038
<li>Update (transaction) information for the case that the dataset represents a set of updates</li>
@@ -34,7 +42,9 @@
3442

3543
<p>The first release of the specification is available for download <a href="https://github.com/OpenTNF/opentnf/releases/download/0.92/OpenTNF.-.white.paper.pdf" target="_blank">OpenTNF 0.92 <img src="https://github.com/OpenTNF/opentnf/raw/master/pdf_icon.png" style="max-width:100%;"></a></p>
3644

37-
<p>While OpenTNF initially was developed by Triona AB, everyone is invited to contribute to its further development and maintenance. We encourage you to use, read, review, evaluate, discuss and comment this document and OpenTNF.</p>
45+
<p>While OpenTNF&trade; initially was developed by Triona AB, everyone is invited to contribute to its further development and maintenance. We encourage you to use, read, review, evaluate, discuss and comment this document and OpenTNF&trade;.</p>
3846

39-
<p>The OpenTNF specification is licensed under the Creative Commons Attribution-No Derivative Works 3.0 Unported License. To view a copy of this license, visit <a href="http://creativecommons.org/licenses/by-nd/3.0/">http://creativecommons.org/licenses/by-nd/3.0/</a>.</p>
47+
<p>The OpenTNF&trade; specification is licensed under the Creative Commons Attribution-No Derivative Works 3.0 Unported License. To view a copy of this license, visit <a href="http://creativecommons.org/licenses/by-nd/3.0/">http://creativecommons.org/licenses/by-nd/3.0/</a>.</p>
4048
</article>
49+
</body>
50+
</html>

0 commit comments

Comments
 (0)