metanorma-itu 2.4.7 → 2.4.8
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/itu/base_convert.rb +3 -10
- data/lib/isodoc/itu/html/_coverpage.css +53 -0
- data/lib/isodoc/itu/html/htmlstyle.css +105 -0
- data/lib/isodoc/itu/itu.implementers-guide.xsl +1268 -883
- data/lib/isodoc/itu/itu.in-force.xsl +1268 -883
- data/lib/isodoc/itu/itu.recommendation-annex.xsl +1268 -883
- data/lib/isodoc/itu/itu.recommendation-supplement.xsl +1268 -883
- data/lib/isodoc/itu/itu.recommendation.xsl +1268 -883
- data/lib/isodoc/itu/itu.resolution.xsl +1268 -883
- data/lib/isodoc/itu/itu.service-publication.xsl +1268 -883
- data/lib/isodoc/itu/itu.technical-paper.xsl +1268 -883
- data/lib/isodoc/itu/itu.technical-report.xsl +1268 -883
- data/lib/isodoc/itu/metadata.rb +52 -90
- data/lib/isodoc/itu/metadata_date.rb +45 -0
- data/lib/isodoc/itu/presentation_contribution.rb +153 -0
- data/lib/isodoc/itu/presentation_preface.rb +5 -71
- data/lib/isodoc/itu/presentation_xml_convert.rb +1 -6
- data/lib/metanorma/itu/basicdoc.rng +840 -419
- data/lib/metanorma/itu/biblio.rng +26 -27
- data/lib/metanorma/itu/converter.rb +3 -5
- data/lib/metanorma/itu/front.rb +26 -29
- data/lib/metanorma/itu/isodoc.rng +351 -510
- data/lib/metanorma/itu/itu.rng +5 -19
- data/lib/metanorma/itu/version.rb +1 -1
- metadata +5 -3
data/lib/metanorma/itu/itu.rng
CHANGED
@@ -11,26 +11,12 @@
|
|
11
11
|
<start>
|
12
12
|
<ref name="itu"/>
|
13
13
|
</start>
|
14
|
-
<define name="
|
15
|
-
<
|
16
|
-
<attribute name="
|
17
|
-
<
|
14
|
+
<define name="OlAttr" combine="interleave">
|
15
|
+
<optional>
|
16
|
+
<attribute name="class">
|
17
|
+
<value>steps</value>
|
18
18
|
</attribute>
|
19
|
-
|
20
|
-
<attribute name="class">
|
21
|
-
<value>steps</value>
|
22
|
-
</attribute>
|
23
|
-
</optional>
|
24
|
-
<optional>
|
25
|
-
<ref name="tname"/>
|
26
|
-
</optional>
|
27
|
-
<oneOrMore>
|
28
|
-
<ref name="li"/>
|
29
|
-
</oneOrMore>
|
30
|
-
<zeroOrMore>
|
31
|
-
<ref name="note"/>
|
32
|
-
</zeroOrMore>
|
33
|
-
</element>
|
19
|
+
</optional>
|
34
20
|
</define>
|
35
21
|
<define name="preface">
|
36
22
|
<element name="preface">
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-itu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.4.
|
4
|
+
version: 2.4.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-06-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: metanorma-standoc
|
@@ -294,8 +294,10 @@ files:
|
|
294
294
|
- lib/isodoc/itu/itu.technical-paper.xsl
|
295
295
|
- lib/isodoc/itu/itu.technical-report.xsl
|
296
296
|
- lib/isodoc/itu/metadata.rb
|
297
|
+
- lib/isodoc/itu/metadata_date.rb
|
297
298
|
- lib/isodoc/itu/pdf_convert.rb
|
298
299
|
- lib/isodoc/itu/presentation_bibdata.rb
|
300
|
+
- lib/isodoc/itu/presentation_contribution.rb
|
299
301
|
- lib/isodoc/itu/presentation_preface.rb
|
300
302
|
- lib/isodoc/itu/presentation_ref.rb
|
301
303
|
- lib/isodoc/itu/presentation_xml_convert.rb
|
@@ -346,7 +348,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
346
348
|
- !ruby/object:Gem::Version
|
347
349
|
version: '0'
|
348
350
|
requirements: []
|
349
|
-
rubygems_version: 3.3.
|
351
|
+
rubygems_version: 3.3.27
|
350
352
|
signing_key:
|
351
353
|
specification_version: 4
|
352
354
|
summary: Metanorma for the ITU
|