metanorma-iho 0.7.11 → 0.7.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/iho/iho.specification.xsl +297 -90
- data/lib/isodoc/iho/iho.standard.xsl +297 -90
- data/lib/metanorma/iho/boilerplate.adoc +31 -0
- data/lib/metanorma/iho/version.rb +1 -1
- data/metanorma.yml +1 -0
- metadata +3 -3
- data/lib/metanorma/iho/boilerplate.xml +0 -30
@@ -0,0 +1,31 @@
|
|
1
|
+
== copyright-statement>
|
2
|
+
=== {blank}
|
3
|
+
[align="center"]
|
4
|
+
© Copyright International Hydrographic Organization {{ docyear }}
|
5
|
+
|
6
|
+
This work is copyright. Apart from any use permitted in accordance with the Berne Convention for the Protection of Literary and Artistic Works (1886), and except in the circumstances described below, no part may be translated, reproduced by any process, adapted, communicated or commercially exploited without prior written permission from the International Hydrographic Organization (IHO). Copyright in some of the material in this publication may be owned by another party and permission for the translation and/or reproduction of that material must be obtained from the owner.
|
7
|
+
|
8
|
+
== license-statement
|
9
|
+
=== {blank}
|
10
|
+
This document or partial material from this document may be translated, reproduced or distributed for general information, on no more than a cost recovery basis. Copies may not be sold or distributed for profit or gain without prior written agreement of the IHO and any other copyright holders.
|
11
|
+
|
12
|
+
In the event that this document or partial material from this document is reproduced, translated or distributed under the terms described above, the following statements are to be included:
|
13
|
+
|
14
|
+
____
|
15
|
+
_"Material from IHO publication [reference to extract: Title, Edition] is reproduced with the permission of the International Hydrographic Organization (IHO) Secretariat (Permission No ……./…) acting for the International Hydrographic Organization (IHO), which does not accept responsibility for the correctness of the material as reproduced: in case of doubt, the IHO's authentic text shall prevail. The incorporation of material sourced from IHO shall not be construed as constituting an endorsement by IHO of this product."_
|
16
|
+
|
17
|
+
_"This [document/publication] is a translation of IHO [document/publication] [name]. The IHO has not checked this translation and therefore takes no responsibility for its accuracy. In case of doubt the source version of [name] in [language] should be consulted."_
|
18
|
+
____
|
19
|
+
|
20
|
+
The IHO Logo or other identifiers shall not be used in any derived product without prior written permission from the IHO.
|
21
|
+
|
22
|
+
== feedback-statement
|
23
|
+
Published by the +
|
24
|
+
International Hydrographic Organization +
|
25
|
+
4b quai Antoine 1^er^ +
|
26
|
+
Principauté de Monaco +
|
27
|
+
Tel: (377) 93.10.81.00 +
|
28
|
+
Fax: (377) 93.10.81.40 +
|
29
|
+
\info@iho.int +
|
30
|
+
\www.iho.int +
|
31
|
+
|
data/metanorma.yml
CHANGED
@@ -18,6 +18,7 @@ html_headerfont: '-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-
|
|
18
18
|
html_monospacefont: '"Fira Code",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'
|
19
19
|
html_normalfontsize: "15px"
|
20
20
|
html_footnotefontsize: "0.9em"
|
21
|
+
boilerplate: lib/metanorma/iho/boilerplate.adoc
|
21
22
|
webfont:
|
22
23
|
- "https://fonts.googleapis.com/css2?family=Fira+Code&display=swap"
|
23
24
|
scripts: lib/isodoc/iho/html/scripts.html
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-iho
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.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-
|
11
|
+
date: 2023-07-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: metanorma-generic
|
@@ -214,7 +214,7 @@ files:
|
|
214
214
|
- lib/metanorma/iho/basicdoc.rng
|
215
215
|
- lib/metanorma/iho/biblio-standoc.rng
|
216
216
|
- lib/metanorma/iho/biblio.rng
|
217
|
-
- lib/metanorma/iho/boilerplate.
|
217
|
+
- lib/metanorma/iho/boilerplate.adoc
|
218
218
|
- lib/metanorma/iho/converter.rb
|
219
219
|
- lib/metanorma/iho/iho.rng
|
220
220
|
- lib/metanorma/iho/isodoc.rng
|
@@ -1,30 +0,0 @@
|
|
1
|
-
<boilerplate>
|
2
|
-
<copyright-statement>
|
3
|
-
<clause>
|
4
|
-
<p align="center"> © Copyright International Hydrographic Organization {{ docyear }}</p>
|
5
|
-
<p>This work is copyright. Apart from any use permitted in accordance with the Berne Convention for the Protection of Literary and Artistic Works (1886), and except in the circumstances described below, no part may be translated, reproduced by any process, adapted, communicated or commercially exploited without prior written permission from the International Hydrographic Organization (IHO). Copyright in some of the material in this publication may be owned by another party and permission for the translation and/or reproduction of that material must be obtained from the owner.</p>
|
6
|
-
</clause>
|
7
|
-
</copyright-statement>
|
8
|
-
<license-statement>
|
9
|
-
<clause>
|
10
|
-
<p>This document or partial material from this document may be translated, reproduced or distributed for general information, on no more than a cost recovery basis. Copies may not be sold or distributed for profit or gain without prior written agreement of the IHO and any other copyright holders.</p>
|
11
|
-
<p>In the event that this document or partial material from this document is reproduced, translated or distributed under the terms described above, the following statements are to be included:</p>
|
12
|
-
<quote>
|
13
|
-
<p><em>"Material from IHO publication [reference to extract: Title, Edition] is reproduced with the permission of the International Hydrographic Organization (IHO) Secretariat (Permission No ……./…) acting for the International Hydrographic Organization (IHO), which does not accept responsibility for the correctness of the material as reproduced: in case of doubt, the IHO's authentic text shall prevail. The incorporation of material sourced from IHO shall not be construed as constituting an endorsement by IHO of this product."</em></p>
|
14
|
-
<p><em>"This [document/publication] is a translation of IHO [document/publication] [name]. The IHO has not checked this translation and therefore takes no responsibility for its accuracy. In case of doubt the source version of [name] in [language] should be consulted."</em></p>
|
15
|
-
</quote>
|
16
|
-
<p>The IHO Logo or other identifiers shall not be used in any derived product without prior written permission from the IHO.</p>
|
17
|
-
</clause>
|
18
|
-
</license-statement>
|
19
|
-
<feedback-statement>
|
20
|
-
<p>Published by the<br/>
|
21
|
-
International Hydrographic Organization<br/>
|
22
|
-
4b quai Antoine 1<sup>er</sup><br/>
|
23
|
-
Principauté de Monaco<br/>
|
24
|
-
Tel: (377) 93.10.81.00<br/>
|
25
|
-
Fax: (377) 93.10.81.40<br/>
|
26
|
-
info@iho.int<br/>
|
27
|
-
www.iho.int</p>
|
28
|
-
</feedback-statement>
|
29
|
-
</boilerplate>
|
30
|
-
|