metanorma-ogc 2.3.10 → 2.3.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/ogc/ogc.abstract-specification-topic.xsl +162 -50
- data/lib/isodoc/ogc/ogc.best-practice.xsl +162 -50
- data/lib/isodoc/ogc/ogc.change-request-supporting-document.xsl +162 -50
- data/lib/isodoc/ogc/ogc.community-practice.xsl +162 -50
- data/lib/isodoc/ogc/ogc.community-standard.xsl +162 -50
- data/lib/isodoc/ogc/ogc.discussion-paper.xsl +162 -50
- data/lib/isodoc/ogc/ogc.draft-standard.xsl +162 -50
- data/lib/isodoc/ogc/ogc.engineering-report.xsl +162 -50
- data/lib/isodoc/ogc/ogc.other.xsl +162 -50
- data/lib/isodoc/ogc/ogc.policy.xsl +162 -50
- data/lib/isodoc/ogc/ogc.reference-model.xsl +162 -50
- data/lib/isodoc/ogc/ogc.release-notes.xsl +162 -50
- data/lib/isodoc/ogc/ogc.standard.xsl +162 -50
- data/lib/isodoc/ogc/ogc.test-suite.xsl +162 -50
- data/lib/isodoc/ogc/ogc.user-guide.xsl +162 -50
- data/lib/isodoc/ogc/ogc.white-paper.xsl +156 -48
- data/lib/metanorma/ogc/boilerplate.adoc +73 -0
- data/lib/metanorma/ogc/cleanup.rb +4 -0
- data/lib/metanorma/ogc/converter.rb +4 -0
- data/lib/metanorma/ogc/isodoc.rng +18 -0
- data/lib/metanorma/ogc/version.rb +1 -1
- metadata +3 -3
- data/lib/metanorma/ogc/boilerplate.xml +0 -92
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-ogc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: iso-639
|
@@ -280,7 +280,7 @@ files:
|
|
280
280
|
- lib/metanorma/ogc/basicdoc.rng
|
281
281
|
- lib/metanorma/ogc/biblio-standoc.rng
|
282
282
|
- lib/metanorma/ogc/biblio.rng
|
283
|
-
- lib/metanorma/ogc/boilerplate.
|
283
|
+
- lib/metanorma/ogc/boilerplate.adoc
|
284
284
|
- lib/metanorma/ogc/cleanup.rb
|
285
285
|
- lib/metanorma/ogc/converter.rb
|
286
286
|
- lib/metanorma/ogc/front.rb
|
@@ -1,92 +0,0 @@
|
|
1
|
-
<boilerplate>
|
2
|
-
<copyright-statement>
|
3
|
-
<clause>
|
4
|
-
<title>Copyright notice</title>
|
5
|
-
|
6
|
-
<p align="center">Copyright
|
7
|
-
© {{ docyear }} {{ copyright_holder }}<br/>
|
8
|
-
To obtain additional rights of use, visit
|
9
|
-
<link target="https://www.ogc.org/legal">https://www.ogc.org/legal</link>
|
10
|
-
</p>
|
11
|
-
</clause>
|
12
|
-
<clause>
|
13
|
-
<title>Note</title>
|
14
|
-
<p align="left">Attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights. The Open Geospatial Consortium shall not be held responsible for identifying any or all such patent rights.</p>
|
15
|
-
|
16
|
-
<p align="left">Recipients of this document are requested to submit, with their comments, notification of any relevant patent claims or other intellectual property rights of which they may be aware that might be infringed by any implementation of the standard set forth in this document, and to provide supporting documentation.</p>
|
17
|
-
</clause>
|
18
|
-
</copyright-statement>
|
19
|
-
<license-statement>
|
20
|
-
<clause>
|
21
|
-
<title>License Agreement</title>
|
22
|
-
|
23
|
-
<p>Use of this document is subject to the license agreement at
|
24
|
-
<link target="https://www.ogc.org/license">https://www.ogc.org/license</link></p>
|
25
|
-
</clause>
|
26
|
-
</license-statement>
|
27
|
-
|
28
|
-
<legal-statement>
|
29
|
-
{% if doctype == "Standard" or doctype == "Community Standard" or doctype == "Abstract Specification" %}
|
30
|
-
{% if stage == "Approved" or stage == "Withdrawn" %}
|
31
|
-
<clause>
|
32
|
-
<title>Notice</title>
|
33
|
-
<p>This document is an OGC Member approved international standard. This document is available on a royalty free, non-discriminatory basis. Recipients of this document are invited to submit, with their comments, notification of any relevant patent rights of which they are aware and to provide supporting documentation.
|
34
|
-
</p>
|
35
|
-
</clause>
|
36
|
-
{% else %}
|
37
|
-
<clause>
|
38
|
-
<title>Notice for Drafts</title>
|
39
|
-
<p>This document is not an OGC Standard. This document is distributed for review and comment. This document is subject to change without notice and may not be referred to as an OGC Standard.</p>
|
40
|
-
|
41
|
-
<p>Recipients of this document are invited to submit, with their comments, notification of any relevant patent rights of which they are aware and to provide supporting documentation.</p>
|
42
|
-
</clause>
|
43
|
-
{% endif %}
|
44
|
-
|
45
|
-
|
46
|
-
{% elsif doctype == "Engineering Report" %}
|
47
|
-
<clause>
|
48
|
-
<title>Notice</title>
|
49
|
-
<p>This document is not an OGC Standard. This document is an OGC Public Engineering Report created as a deliverable in an OGC Interoperability Initiative and is <em>not an official position</em> of the OGC membership. It is distributed for review and comment. It is subject to change without notice and may not be referred to as an OGC Standard.</p>
|
50
|
-
|
51
|
-
<p>Further, any OGC Engineering Report should not be referenced as required or mandatory technology in procurements. However, the discussions in this document could very well lead to the definition of an OGC Standard.</p>
|
52
|
-
</clause>
|
53
|
-
|
54
|
-
|
55
|
-
{% elsif doctype == "Best Practice" %}
|
56
|
-
<clause>
|
57
|
-
<title>Notice</title>
|
58
|
-
<p>This document defines an OGC Best Practice on a particular technology or approach related to an OGC standard. This document is <em>not</em> an OGC Standard and may not be referred to as an OGC Standard. It is subject to change without notice. However, this document is an <em>official</em> position of the OGC membership on this particular technology topic.</p>
|
59
|
-
|
60
|
-
<p>Recipients of this document are invited to submit, with their comments, notification of any relevant patent rights of which they are aware and to provide supporting documentation.</p>
|
61
|
-
</clause>
|
62
|
-
|
63
|
-
{% elsif doctype == "Release Notes" %}
|
64
|
-
<clause>
|
65
|
-
<title>Notice</title>
|
66
|
-
<p>This document is not an OGC standard. This document provides release notes for an OGC standard. This document is subject to change without notice and may not be referred to as an OGC Standard.</p>
|
67
|
-
|
68
|
-
<p>Recipients of this document are invited to submit, with their comments, notification of any relevant patent rights of which they are aware and to provide supporting documentation.</p>
|
69
|
-
|
70
|
-
</clause>
|
71
|
-
|
72
|
-
{% else %}
|
73
|
-
<clause>
|
74
|
-
<title>Notice</title>
|
75
|
-
<p>This document is not an OGC Standard. This document is an OGC {{ doctype }} and is therefore not an official position of the OGC membership. It is distributed for review and comment. It is subject to change without notice and may not be referred to as an OGC Standard.</p>
|
76
|
-
<p>Further, an OGC {{ doctype }} should not be referenced as required or mandatory technology in procurements.</p>
|
77
|
-
</clause>
|
78
|
-
{% endif %}
|
79
|
-
|
80
|
-
</legal-statement>
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
<feedback-statement>
|
86
|
-
{% if doctype == "Standard" %}
|
87
|
-
<clause id="boilerplate-standard-feedback">
|
88
|
-
<p>Suggested additions, changes and comments on this document are welcome and encouraged. Such suggestions may be submitted using the online change request form on OGC web site: <link target="http://ogc.standardstracker.org/">http://ogc.standardstracker.org/</link></p>
|
89
|
-
</clause>
|
90
|
-
{% endif %}
|
91
|
-
</feedback-statement>
|
92
|
-
</boilerplate>
|