metanorma-standoc 2.10.4 → 2.10.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/metanorma/standoc/biblio.rng +15 -9
- data/lib/metanorma/standoc/init.rb +6 -4
- data/lib/metanorma/standoc/render.rb +6 -2
- data/lib/metanorma/standoc/version.rb +1 -1
- data/metanorma-standoc.gemspec +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b53e3a5bc3494dc39d49d3d0da67e8055f2fb0ef8c4c68553e04d766d6af780
|
|
4
|
+
data.tar.gz: 40883de9d883c3df6ab9807cb1d01410946638ecbc592d01bfcf826d98ca4749
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 343fc359bdf0fb657593c3b1b004c733f873139c222a02a2e983c5cc76e536e995625f2d6df90dec9f9d39c3046394f33f521a442d7ee1c2b282c56a1ca0520b
|
|
7
|
+
data.tar.gz: 687d5cd989a9259b1ec011099742bef06a10f5cdfe993ebb07940baeb795be26d00acec6e6a6f2883e32ce4053ef1e2138164b69891b9909b0a1929da121359d
|
|
@@ -267,11 +267,11 @@ Detailed in https://www.relaton.org/model/creator/</a:documentation>
|
|
|
267
267
|
<a:documentation>An identifier of the person according to an international identifier scheme</a:documentation>
|
|
268
268
|
</ref>
|
|
269
269
|
</zeroOrMore>
|
|
270
|
-
<
|
|
270
|
+
<optional>
|
|
271
271
|
<ref name="contact">
|
|
272
272
|
<a:documentation>Contact information for the person, including URI, address, phone number, and email</a:documentation>
|
|
273
273
|
</ref>
|
|
274
|
-
</
|
|
274
|
+
</optional>
|
|
275
275
|
</element>
|
|
276
276
|
</define>
|
|
277
277
|
<define name="fullname">
|
|
@@ -454,11 +454,11 @@ real names (if the person is named with a pseudonym or user name); previous lega
|
|
|
454
454
|
<a:documentation>An identifier of the organization according to an international identifier scheme</a:documentation>
|
|
455
455
|
</ref>
|
|
456
456
|
</zeroOrMore>
|
|
457
|
-
<
|
|
457
|
+
<optional>
|
|
458
458
|
<ref name="contact">
|
|
459
459
|
<a:documentation>Contact information for the organization, including address, phone number, and email</a:documentation>
|
|
460
460
|
</ref>
|
|
461
|
-
</
|
|
461
|
+
</optional>
|
|
462
462
|
<optional>
|
|
463
463
|
<ref name="logo">
|
|
464
464
|
<a:documentation>A logo for the organization</a:documentation>
|
|
@@ -540,12 +540,18 @@ real names (if the person is named with a pseudonym or user name); previous lega
|
|
|
540
540
|
<!-- TODO may change -->
|
|
541
541
|
<define name="contact">
|
|
542
542
|
<a:documentation>Contact information for a person or organization</a:documentation>
|
|
543
|
-
<
|
|
543
|
+
<zeroOrMore>
|
|
544
544
|
<ref name="address"/>
|
|
545
|
+
</zeroOrMore>
|
|
546
|
+
<zeroOrMore>
|
|
545
547
|
<ref name="phone"/>
|
|
548
|
+
</zeroOrMore>
|
|
549
|
+
<zeroOrMore>
|
|
546
550
|
<ref name="email"/>
|
|
551
|
+
</zeroOrMore>
|
|
552
|
+
<zeroOrMore>
|
|
547
553
|
<ref name="uri"/>
|
|
548
|
-
</
|
|
554
|
+
</zeroOrMore>
|
|
549
555
|
</define>
|
|
550
556
|
<define name="phone">
|
|
551
557
|
<a:documentation>The phone number associated with a person or organization</a:documentation>
|
|
@@ -1271,17 +1277,17 @@ for which this claim of validity is made, if applicable</a:documentation>
|
|
|
1271
1277
|
</define>
|
|
1272
1278
|
<define name="validityBegins">
|
|
1273
1279
|
<element name="validityBegins">
|
|
1274
|
-
<ref name="
|
|
1280
|
+
<ref name="ISO8601Date"/>
|
|
1275
1281
|
</element>
|
|
1276
1282
|
</define>
|
|
1277
1283
|
<define name="validityEnds">
|
|
1278
1284
|
<element name="validityEnds">
|
|
1279
|
-
<ref name="
|
|
1285
|
+
<ref name="ISO8601Date"/>
|
|
1280
1286
|
</element>
|
|
1281
1287
|
</define>
|
|
1282
1288
|
<define name="validityRevision">
|
|
1283
1289
|
<element name="revision">
|
|
1284
|
-
<ref name="
|
|
1290
|
+
<ref name="ISO8601Date"/>
|
|
1285
1291
|
</element>
|
|
1286
1292
|
</define>
|
|
1287
1293
|
<define name="TypedTitleString">
|
|
@@ -6,7 +6,7 @@ module Metanorma
|
|
|
6
6
|
def init(node)
|
|
7
7
|
init_vars
|
|
8
8
|
init_misc(node)
|
|
9
|
-
init_processing(node)
|
|
9
|
+
init_processing(node) # feeds init_i18n
|
|
10
10
|
init_log(node)
|
|
11
11
|
init_image(node)
|
|
12
12
|
init_reqt(node)
|
|
@@ -39,12 +39,13 @@ module Metanorma
|
|
|
39
39
|
@embed_hdr = node.attr("embed_hdr")
|
|
40
40
|
@embed_id = node.attr("embed_id")
|
|
41
41
|
@document_scheme = document_scheme(node)
|
|
42
|
-
@xrefstyle = node.attr("xrefstyle")
|
|
43
42
|
@source_linenums = node.attr("source-linenums-option") == "true"
|
|
44
43
|
@default_doctype = "standard"
|
|
45
44
|
end
|
|
46
45
|
|
|
47
46
|
def init_processing(node)
|
|
47
|
+
@localdir = Metanorma::Utils::localdir(node)
|
|
48
|
+
@xrefstyle = node.attr("xrefstyle")
|
|
48
49
|
@novalid = node.attr("novalid")
|
|
49
50
|
@smartquotes = node.attr("smartquotes") != "false"
|
|
50
51
|
@sourcecode_markup_start = node.attr("sourcecode-markup-start") || "{{{"
|
|
@@ -100,7 +101,6 @@ module Metanorma
|
|
|
100
101
|
File.basename(node.attr("docfile"))&.gsub(/\.adoc$/, "")
|
|
101
102
|
else ""
|
|
102
103
|
end
|
|
103
|
-
@localdir = Metanorma::Utils::localdir(node)
|
|
104
104
|
@output_dir = outputdir node
|
|
105
105
|
end
|
|
106
106
|
|
|
@@ -109,7 +109,9 @@ module Metanorma
|
|
|
109
109
|
@script = node.attr("script") ||
|
|
110
110
|
Metanorma::Utils.default_script(node.attr("language"))
|
|
111
111
|
@locale = node.attr("locale")
|
|
112
|
-
|
|
112
|
+
i18nyaml = node.attr("i18nyaml")
|
|
113
|
+
i18nyaml &&= File.join(@localdir, i18nyaml)
|
|
114
|
+
@isodoc = isodoc(@lang, @script, @locale, i18nyaml)
|
|
113
115
|
@i18n = @isodoc.i18n
|
|
114
116
|
end
|
|
115
117
|
|
|
@@ -2,12 +2,14 @@ module Metanorma
|
|
|
2
2
|
module Standoc
|
|
3
3
|
module Base
|
|
4
4
|
def html_extract_attributes(node)
|
|
5
|
+
i18nyaml = node.attr("i18nyaml")
|
|
6
|
+
i18nyaml &&= File.join(@localdir, i18nyaml)
|
|
5
7
|
{
|
|
6
8
|
script: node.attr("script"),
|
|
7
9
|
bodyfont: node.attr("body-font"),
|
|
8
10
|
headerfont: node.attr("header-font"),
|
|
9
11
|
monospacefont: node.attr("monospace-font"),
|
|
10
|
-
i18nyaml:
|
|
12
|
+
i18nyaml: i18nyaml,
|
|
11
13
|
scope: node.attr("scope"),
|
|
12
14
|
htmlstylesheet: node.attr("htmlstylesheet"),
|
|
13
15
|
htmlstylesheet_override: node.attr("htmlstylesheet-override"),
|
|
@@ -48,12 +50,14 @@ module Metanorma
|
|
|
48
50
|
end
|
|
49
51
|
|
|
50
52
|
def doc_extract_attributes(node)
|
|
53
|
+
i18nyaml = node.attr("i18nyaml")
|
|
54
|
+
i18nyaml &&= File.join(@localdir, i18nyaml)
|
|
51
55
|
attrs = {
|
|
52
56
|
script: node.attr("script"),
|
|
53
57
|
bodyfont: node.attr("body-font"),
|
|
54
58
|
headerfont: node.attr("header-font"),
|
|
55
59
|
monospacefont: node.attr("monospace-font"),
|
|
56
|
-
i18nyaml:
|
|
60
|
+
i18nyaml: i18nyaml,
|
|
57
61
|
scope: node.attr("scope"),
|
|
58
62
|
wordstylesheet: node.attr("wordstylesheet"),
|
|
59
63
|
wordstylesheet_override: node.attr("wordstylesheet-override"),
|
data/metanorma-standoc.gemspec
CHANGED
|
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
|
|
|
31
31
|
spec.add_dependency "addressable", "~> 2.8.0"
|
|
32
32
|
spec.add_dependency "asciidoctor", "~> 2.0.0"
|
|
33
33
|
spec.add_dependency "crass", "~> 1.0.0"
|
|
34
|
-
spec.add_dependency "iev", "~> 0.3.
|
|
34
|
+
spec.add_dependency "iev", "~> 0.3.5"
|
|
35
35
|
spec.add_dependency "isodoc", "~> 2.12.4"
|
|
36
36
|
spec.add_dependency "metanorma", ">= 1.6.0"
|
|
37
37
|
spec.add_dependency "metanorma-plugin-datastruct", "~> 0.3.0"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metanorma-standoc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.10.
|
|
4
|
+
version: 2.10.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-01-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|
|
@@ -58,14 +58,14 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - "~>"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 0.3.
|
|
61
|
+
version: 0.3.5
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 0.3.
|
|
68
|
+
version: 0.3.5
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: isodoc
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -590,7 +590,7 @@ homepage: https://github.com/metanorma/metanorma-standoc
|
|
|
590
590
|
licenses:
|
|
591
591
|
- BSD-2-Clause
|
|
592
592
|
metadata: {}
|
|
593
|
-
post_install_message:
|
|
593
|
+
post_install_message:
|
|
594
594
|
rdoc_options: []
|
|
595
595
|
require_paths:
|
|
596
596
|
- lib
|
|
@@ -606,7 +606,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
606
606
|
version: '0'
|
|
607
607
|
requirements: []
|
|
608
608
|
rubygems_version: 3.3.27
|
|
609
|
-
signing_key:
|
|
609
|
+
signing_key:
|
|
610
610
|
specification_version: 4
|
|
611
611
|
summary: metanorma-standoc realises standards following the Metanorma standoc model
|
|
612
612
|
test_files: []
|