metanorma-iso 3.0.1 → 3.0.3
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/iso/base_convert.rb +2 -0
- data/lib/isodoc/iso/html/style-human.css +7 -0
- data/lib/isodoc/iso/html/style-iso.css +7 -0
- data/lib/isodoc/iso/i18n-en.yaml +55 -0
- data/lib/isodoc/iso/i18n-fr.yaml +33 -8
- data/lib/isodoc/iso/iso.amendment.xsl +618 -248
- data/lib/isodoc/iso/iso.international-standard.xsl +618 -248
- data/lib/isodoc/iso/presentation_bibdata.rb +10 -2
- data/lib/isodoc/iso/presentation_section.rb +138 -0
- data/lib/isodoc/iso/presentation_xml_convert.rb +10 -135
- data/lib/isodoc/iso/word_convert.rb +7 -15
- data/lib/isodoc/iso/xref.rb +0 -6
- data/lib/metanorma/iso/basicdoc.rng +34 -27
- data/lib/metanorma/iso/cleanup.rb +2 -2
- data/lib/metanorma/iso/isodoc.rng +37 -1
- data/lib/metanorma/iso/relaton-iso.rng +0 -22
- data/lib/metanorma/iso/validate.rb +2 -2
- data/lib/metanorma/iso/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: e6e303c8954c03b483677a25488720d9352c26c2d4d83c89a95b5e7d255e6cd5
|
4
|
+
data.tar.gz: 7bebdf7e905466d24f65e3a182f6a8eb59cfe468351d6b4418c4e4188d8c5ae2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa12f20780057b111a15bd057cad65c4c76c42ef26c81994ac86c3708675fdb37258fd606227b213c8b80882be77e474cfcfbf0c39e093ba4b9fa099298ba7de
|
7
|
+
data.tar.gz: 58fcb4a8e10dc33fe6e911eb272c2bc1e49f2ca3d52e8fd3bbb75117d26e6e775bad3bdb19ecf7737e2c271fba1b635661512064988ecccf127ca97d328e0596
|
data/lib/isodoc/iso/i18n-en.yaml
CHANGED
@@ -88,6 +88,61 @@ stage_dict:
|
|
88
88
|
directive: Directive
|
89
89
|
"90": Review
|
90
90
|
"95": Withdrawal
|
91
|
+
stage_draft_variants:
|
92
|
+
Draft International Standard:
|
93
|
+
coverpage: DRAFT<br/>International Standard
|
94
|
+
firstpage: DRAFT International Standard
|
95
|
+
Draft Technical Specification:
|
96
|
+
coverpage: DRAFT<br/>Technical Specification
|
97
|
+
firstpage: DRAFT Technical Specification
|
98
|
+
Draft Technical Report:
|
99
|
+
coverpage: DRAFT<br/>Technical Report
|
100
|
+
firstpage: DRAFT Technical Report
|
101
|
+
Draft Publicly Available Specification:
|
102
|
+
coverpage: DRAFT<br/>Publicly Available Specification
|
103
|
+
firstpage: DRAFT Publicly Available Specification
|
104
|
+
Draft International Workshop Agreement:
|
105
|
+
coverpage: DRAFT<br/>International Workshop Agreement
|
106
|
+
firstpage: DRAFT International Workshop Agreement
|
107
|
+
Draft Guide:
|
108
|
+
coverpage: DRAFT<br/>Guide
|
109
|
+
firstpage: DRAFT Guide
|
110
|
+
Draft Amendment:
|
111
|
+
coverpage: DRAFT<br/>Amendment
|
112
|
+
firstpage: DRAFT Amendment
|
113
|
+
Draft Technical Corrigendum:
|
114
|
+
coverpage: DRAFT<br/>Technical Corrigendum
|
115
|
+
firstpage: DRAFT Technical Corrigendum
|
116
|
+
Draft Directive:
|
117
|
+
coverpage: DRAFT<br/>Directive
|
118
|
+
firstpage: DRAFT Directive
|
119
|
+
Final Draft International Standard:
|
120
|
+
coverpage: FINAL DRAFT<br/>International Standard
|
121
|
+
firstpage: FINAL DRAFT International Standard
|
122
|
+
Final Draft Technical Specification:
|
123
|
+
coverpage: FINAL DRAFT<br/>Technical Specification
|
124
|
+
firstpage: FINAL DRAFT Technical Specification
|
125
|
+
Final Draft Technical Report:
|
126
|
+
coverpage: FINAL DRAFT<br/>Technical Report
|
127
|
+
firstpage: FINAL DRAFT Technical Report
|
128
|
+
Final Draft Publicly Available Specification:
|
129
|
+
coverpage: FINAL DRAFT<br/>Publicly Available Specification
|
130
|
+
firstpage: FINAL DRAFT Publicly Available Specification
|
131
|
+
Final Draft International Workshop Agreement:
|
132
|
+
coverpage: FINAL DRAFT<br/>International Workshop Agreement
|
133
|
+
firstpage: FINAL DRAFT International Workshop Agreement
|
134
|
+
Final Draft Guide:
|
135
|
+
coverpage: FINAL DRAFT<br/>Guide
|
136
|
+
firstpage: FINAL DRAFT Guide
|
137
|
+
Final Draft Amendment:
|
138
|
+
coverpage: FINAL DRAFT<br/>Amendment
|
139
|
+
firstpage: FINAL DRAFT Amendment
|
140
|
+
Final Draft Technical Corrigendum:
|
141
|
+
coverpage: FINAL DRAFT<br/>Technical Corrigendum
|
142
|
+
firstpage: FINAL DRAFT Technical Corrigendum
|
143
|
+
Final Draft Directive:
|
144
|
+
coverpage: FINAL DRAFT<br/>Directive
|
145
|
+
firstpage: FINAL DRAFT Directive
|
91
146
|
locality:
|
92
147
|
appendix: Appendix
|
93
148
|
requirements:
|
data/lib/isodoc/iso/i18n-fr.yaml
CHANGED
@@ -55,14 +55,14 @@ stage_dict:
|
|
55
55
|
"20": Brouillon de travail
|
56
56
|
"30": Projet de comité
|
57
57
|
"40":
|
58
|
-
international-standard:
|
59
|
-
technical-specification:
|
60
|
-
technical-report:
|
61
|
-
publicly-available-specification:
|
62
|
-
international-workshop-agreement:
|
63
|
-
guide:
|
64
|
-
amendment:
|
65
|
-
technical-corrigendum:
|
58
|
+
international-standard: Projet Norme internationale
|
59
|
+
technical-specification: Project Spécification technique
|
60
|
+
technical-report: Projet Rapport technique
|
61
|
+
publicly-available-specification: Projet Spécification disponible publiquement
|
62
|
+
international-workshop-agreement: Projet Accord internationale d’atelier
|
63
|
+
guide: Projet Guide
|
64
|
+
amendment: Projet Amendement
|
65
|
+
technical-corrigendum: Projet Rectificatif technique
|
66
66
|
"50":
|
67
67
|
international-standard: Version finale de la norme internationale
|
68
68
|
technical-specification: Version finale de la spécification technique
|
@@ -83,6 +83,31 @@ stage_dict:
|
|
83
83
|
technical-corrigendum: Rectificatif technique
|
84
84
|
"90": Révision
|
85
85
|
"95": Retrait
|
86
|
+
stage_draft_variants:
|
87
|
+
Projet Norme internationale:
|
88
|
+
coverpage: PROJET<br/>Norme internationale
|
89
|
+
firstpage: PROJET de Norme internationale
|
90
|
+
Project Spécification technique:
|
91
|
+
coverpage: PROJET<br/>Spécification technique
|
92
|
+
firstpage: PROJET de Spécification technique
|
93
|
+
Projet Rapport technique:
|
94
|
+
coverpage: PROJET<br/>Rapport technique
|
95
|
+
firstpage: PROJET de Rapport technique
|
96
|
+
Projet Spécification disponible publiquement:
|
97
|
+
coverpage: PROJET<br/>Spécification disponible publiquement
|
98
|
+
firstpage: PROJET de Spécification disponible publiquement
|
99
|
+
Projet Accord internationale d’atelier:
|
100
|
+
coverpage: PROJET<br/>Accord internationale d’atelier
|
101
|
+
firstpage: PROJET de Accord internationale d’atelier
|
102
|
+
Projet Guide:
|
103
|
+
coverpage: PROJET<br/>Guide
|
104
|
+
firstpage: PROJET de Guide
|
105
|
+
Projet Amendement:
|
106
|
+
coverpage: PROJET<br/>Amendement
|
107
|
+
firstpage: PROJET de Amendement
|
108
|
+
Projet Rectificatif technique:
|
109
|
+
coverpage: PROJET<br/>Rectificatif technique
|
110
|
+
firstpage: PROJET de Rectificatif technique
|
86
111
|
locality:
|
87
112
|
appendix: Appendice
|
88
113
|
requirements:
|