metanorma-ogc 2.8.3 → 2.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/isodoc/ogc/html/htmlstyle.css +25 -31
- data/lib/isodoc/ogc/init.rb +5 -3
- data/lib/isodoc/ogc/ogc.abstract-specification-topic.xsl +189 -147
- data/lib/isodoc/ogc/ogc.best-practice.xsl +189 -147
- data/lib/isodoc/ogc/ogc.change-request-supporting-document.xsl +189 -147
- data/lib/isodoc/ogc/ogc.community-practice.xsl +189 -147
- data/lib/isodoc/ogc/ogc.community-standard.xsl +189 -147
- data/lib/isodoc/ogc/ogc.discussion-paper.xsl +189 -147
- data/lib/isodoc/ogc/ogc.draft-standard.xsl +189 -147
- data/lib/isodoc/ogc/ogc.engineering-report.xsl +189 -147
- data/lib/isodoc/ogc/ogc.other.xsl +189 -147
- data/lib/isodoc/ogc/ogc.policy.xsl +189 -147
- data/lib/isodoc/ogc/ogc.reference-model.xsl +189 -147
- data/lib/isodoc/ogc/ogc.release-notes.xsl +189 -147
- data/lib/isodoc/ogc/ogc.standard.xsl +189 -147
- data/lib/isodoc/ogc/ogc.test-suite.xsl +189 -147
- data/lib/isodoc/ogc/ogc.user-guide.xsl +189 -147
- data/lib/isodoc/ogc/ogc.white-paper.xsl +89 -57
- data/lib/isodoc/ogc/presentation_sections.rb +1 -1
- data/lib/metanorma/ogc/cleanup.rb +17 -1
- data/lib/metanorma/ogc/converter.rb +31 -100
- data/lib/metanorma/ogc/front.rb +3 -4
- data/lib/metanorma/ogc/isodoc.rng +26 -19
- data/lib/metanorma/ogc/sections.rb +110 -0
- data/lib/metanorma/ogc/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '04096f75fce08bb05f431636fc046d83cbeff1b960089f593724c88d6b30dd5f'
|
4
|
+
data.tar.gz: 01fcb3fce0c7cc8f02a877c0ed7b9db2ccdb8786d6ce1576debfc7143bc9c420
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c9584729ed4e60243450152c00968365a9228269195b19bf287e4c1b6940007289127984bbc6d5e7960ca57b5112f71ca2445b5b8f4a0f2d9a299621405271f
|
7
|
+
data.tar.gz: 1a930af1a3592b219674b552d2b9f0a629cad16b371ff0845ed93934eecc3178daa3ca5e20160848087959d22755a262ac1fb49767c6fa6fb626e59e569588f2
|
@@ -138,16 +138,6 @@ div.document-stage-band, div.document-type-band {
|
|
138
138
|
background-color: #333333;
|
139
139
|
}
|
140
140
|
|
141
|
-
a.FootnoteRef + a.FootnoteRef::before {
|
142
|
-
content: ", ";
|
143
|
-
vertical-align: super;
|
144
|
-
}
|
145
|
-
|
146
|
-
a.TableFootnoteRef + a.TableFootnoteRef::before {
|
147
|
-
content: ", ";
|
148
|
-
vertical-align: super;
|
149
|
-
}
|
150
|
-
|
151
141
|
a.TableFootnoteRef, span.TableFootnoteRef,
|
152
142
|
a.FootnoteRef, span.FootnoteRef {
|
153
143
|
vertical-align: super;
|
@@ -906,12 +896,6 @@ dl pre {
|
|
906
896
|
list-style-type: none;
|
907
897
|
}
|
908
898
|
|
909
|
-
.figure {
|
910
|
-
line-height: 1.6em;
|
911
|
-
padding: 1.5em;
|
912
|
-
margin: 2em 0 1em 0;
|
913
|
-
overflow: auto;
|
914
|
-
}
|
915
899
|
.figure .FigureTitle, .figure .figure-title {
|
916
900
|
font-weight: 700;
|
917
901
|
font-size: 1em;
|
@@ -924,6 +908,12 @@ dl pre {
|
|
924
908
|
max-width: 100%;
|
925
909
|
height: auto;
|
926
910
|
}
|
911
|
+
.figure {
|
912
|
+
line-height: 1.6em;
|
913
|
+
padding: 1.5em;
|
914
|
+
margin: 2em 0 1em 0;
|
915
|
+
overflow: auto;
|
916
|
+
}
|
927
917
|
|
928
918
|
table div.figure {
|
929
919
|
padding: 0;
|
@@ -1065,6 +1055,14 @@ h4, .h4 {
|
|
1065
1055
|
font-size: 1.4em;
|
1066
1056
|
}
|
1067
1057
|
|
1058
|
+
.contact-info a:hover {
|
1059
|
+
text-decoration: underline;
|
1060
|
+
background: none;
|
1061
|
+
box-shadow: 0 0 0 0;
|
1062
|
+
}
|
1063
|
+
.contact-info a, .contact-info a:hover {
|
1064
|
+
color: #00335b;
|
1065
|
+
}
|
1068
1066
|
.contact-info {
|
1069
1067
|
padding: 2em;
|
1070
1068
|
margin-top: 5em;
|
@@ -1074,14 +1072,6 @@ h4, .h4 {
|
|
1074
1072
|
color: #00335b !important;
|
1075
1073
|
border-radius: 25px;
|
1076
1074
|
}
|
1077
|
-
.contact-info a:hover {
|
1078
|
-
text-decoration: underline;
|
1079
|
-
background: none;
|
1080
|
-
box-shadow: 0 0 0 0;
|
1081
|
-
}
|
1082
|
-
.contact-info a, .contact-info a:hover {
|
1083
|
-
color: #00335b;
|
1084
|
-
}
|
1085
1075
|
.contact-info p, .contact-info a {
|
1086
1076
|
font-family: {{monospacefont}};
|
1087
1077
|
font-variant-ligatures: none;
|
@@ -1138,7 +1128,6 @@ table {
|
|
1138
1128
|
margin-left: auto;
|
1139
1129
|
margin-right: auto;
|
1140
1130
|
padding-right: 2em;
|
1141
|
-
/*color: #010d16;*/
|
1142
1131
|
}
|
1143
1132
|
table, table th, table td {
|
1144
1133
|
border: 1px solid black;
|
@@ -1150,6 +1139,9 @@ table th, table td {
|
|
1150
1139
|
table td.header {
|
1151
1140
|
font-weight: 400;
|
1152
1141
|
}
|
1142
|
+
table {
|
1143
|
+
/*color: #010d16;*/
|
1144
|
+
}
|
1153
1145
|
table thead tr th {
|
1154
1146
|
background-color: #5d99d6;
|
1155
1147
|
}
|
@@ -1173,7 +1165,6 @@ table.modspec {
|
|
1173
1165
|
margin-left: auto;
|
1174
1166
|
margin-right: auto;
|
1175
1167
|
padding-right: 2em;
|
1176
|
-
color: #010d16;
|
1177
1168
|
}
|
1178
1169
|
table.modspec, table.modspec th, table.modspec td {
|
1179
1170
|
border: none !important;
|
@@ -1185,6 +1176,9 @@ table.modspec th, table.modspec td {
|
|
1185
1176
|
table.modspec td.header {
|
1186
1177
|
font-weight: 400;
|
1187
1178
|
}
|
1179
|
+
table.modspec {
|
1180
|
+
color: #010d16;
|
1181
|
+
}
|
1188
1182
|
table.modspec tr:nth-child(even) {
|
1189
1183
|
background: #ffffff;
|
1190
1184
|
}
|
@@ -1297,6 +1291,11 @@ pre, .sourcecode {
|
|
1297
1291
|
font-variant-ligatures: none;
|
1298
1292
|
}
|
1299
1293
|
|
1294
|
+
.Admonition .AdmonitionTitle {
|
1295
|
+
font-weight: 700;
|
1296
|
+
font-size: 1em;
|
1297
|
+
text-align: center;
|
1298
|
+
}
|
1300
1299
|
.Admonition {
|
1301
1300
|
padding: 1em 1.2em 1.2em 1.2em;
|
1302
1301
|
margin: 1em 0 1em 0;
|
@@ -1304,11 +1303,6 @@ pre, .sourcecode {
|
|
1304
1303
|
border-top: 10px solid #eb5a06;
|
1305
1304
|
color: #290404;
|
1306
1305
|
}
|
1307
|
-
.Admonition .AdmonitionTitle {
|
1308
|
-
font-weight: 700;
|
1309
|
-
font-size: 1em;
|
1310
|
-
text-align: center;
|
1311
|
-
}
|
1312
1306
|
.Admonition.Important {
|
1313
1307
|
background-color: #f58cff;
|
1314
1308
|
color: #5d1364;
|
data/lib/isodoc/ogc/init.rb
CHANGED
@@ -21,8 +21,8 @@ module IsoDoc
|
|
21
21
|
end
|
22
22
|
|
23
23
|
def bibrenderer(options = {})
|
24
|
-
::Relaton::Render::Ogc::General.new(options
|
25
|
-
|
24
|
+
::Relaton::Render::Ogc::General.new(options
|
25
|
+
.merge(language: @lang, script: @script, i18nhash: @i18n.get))
|
26
26
|
end
|
27
27
|
|
28
28
|
def fileloc(loc)
|
@@ -30,7 +30,9 @@ module IsoDoc
|
|
30
30
|
end
|
31
31
|
|
32
32
|
def submittingorgs_path
|
33
|
-
"//bibdata/contributor[role/@type = 'author']/
|
33
|
+
"//xmlns:bibdata/xmlns:contributor[xmlns:role/@type = 'author']/" \
|
34
|
+
"xmlns:organization[xmlns:name != 'Open Geospatial Consortium' and " \
|
35
|
+
"(not(xmlns:abbreviation) or xmlns:abbreviation != 'OGC')]/xmlns:name"
|
34
36
|
end
|
35
37
|
end
|
36
38
|
end
|