metanorma-ogc 2.3.11 → 2.3.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,73 @@
1
+ == copyright-statement
2
+ === Copyright notice
3
+
4
+ [align="center"]
5
+ Copyright © {{ docyear }} {{ copyright_holder }} +
6
+ To obtain additional rights of use, visit
7
+ https://www.ogc.org/legal[]
8
+
9
+ === Note
10
+ [align="left"]
11
+ 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.
12
+
13
+ [align="left"]
14
+ 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.
15
+
16
+ == license-statement
17
+ === License Agreement
18
+
19
+ >Use of this document is subject to the license agreement at https://www.ogc.org/license[]
20
+
21
+ == legal-statement
22
+ {% if doctype == "Standard" or doctype == "Community Standard" or doctype == "Abstract Specification" %}
23
+ {% if stage == "Approved" or stage == "Withdrawn" %}
24
+
25
+ === Notice
26
+ 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.
27
+
28
+ {% else %}
29
+ === Notice for Drafts
30
+ 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.
31
+
32
+ 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.
33
+ {% endif %}
34
+
35
+
36
+ {% elsif doctype == "Engineering Report" %}
37
+ === Notice
38
+ 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.
39
+
40
+ 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.
41
+
42
+
43
+ {% elsif doctype == "Best Practice" %}
44
+ === Notice
45
+ This document defines an OGC Best Practice on a particular technology or approach related to an OGC standard. This document is _not_ 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 _official_ position of the OGC membership on this particular technology topic.
46
+
47
+ 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.
48
+
49
+ {% elsif doctype == "Release Notes" %}
50
+ === Notice
51
+ 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.
52
+
53
+ 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.
54
+
55
+
56
+ {% else %}
57
+ === Notice
58
+ 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.
59
+
60
+ Further, an OGC {{ doctype }} should not be referenced as required or mandatory technology in procurements.
61
+
62
+ {% endif %}
63
+
64
+
65
+
66
+
67
+
68
+ == feedback-statement
69
+ {% if doctype == "Standard" %}
70
+ [[boilerplate-standard-feedback]]
71
+ === {blank}
72
+ 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: http://ogc.standardstracker.org/[]
73
+ {% endif %}
@@ -1,6 +1,10 @@
1
1
  module Metanorma
2
2
  module Ogc
3
3
  class Converter < Standoc::Converter
4
+ def boilerplate_file(_xmldoc)
5
+ File.join(@libdir, "boilerplate.adoc")
6
+ end
7
+
4
8
  def sections_cleanup(xml)
5
9
  super
6
10
  xml.xpath("//*[@inline-header]").each do |h|
@@ -30,6 +30,10 @@ module Metanorma
30
30
  "ogc"
31
31
  end
32
32
 
33
+ def boilerplate_file(_xmldoc)
34
+ File.join(@libdir, "boilerplate.adoc")
35
+ end
36
+
33
37
  def makexml(node)
34
38
  @draft = node.attributes.has_key?("draft")
35
39
  super
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Ogc
3
- VERSION = "2.3.11".freeze
3
+ VERSION = "2.3.13".freeze
4
4
  end
5
5
  end
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.11
4
+ version: 2.3.13
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-06-05 00:00:00.000000000 Z
11
+ date: 2023-07-07 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.xml
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>