metanorma-iso 2.2.2 → 2.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (110) hide show
  1. checksums.yaml +4 -4
  2. data/lib/isodoc/iso/html/header-dis.html +111 -29
  3. data/lib/isodoc/iso/html/isodoc-dis.css +65 -64
  4. data/lib/isodoc/iso/html/isodoc-dis.scss +65 -64
  5. data/lib/isodoc/iso/html/style-human.css +7 -2
  6. data/lib/isodoc/iso/html/style-human.scss +0 -1
  7. data/lib/isodoc/iso/html/style-iso.css +7 -2
  8. data/lib/isodoc/iso/html/style-iso.scss +0 -1
  9. data/lib/isodoc/iso/html/wordstyle-dis.css +160 -4
  10. data/lib/isodoc/iso/html/wordstyle-dis.scss +154 -4
  11. data/lib/isodoc/iso/html/wordstyle.css +150 -0
  12. data/lib/isodoc/iso/html/wordstyle.scss +144 -0
  13. data/lib/isodoc/iso/i18n-en.yaml +4 -4
  14. data/lib/isodoc/iso/iso.amendment.xsl +1649 -1199
  15. data/lib/isodoc/iso/iso.international-standard.xsl +1649 -1199
  16. data/lib/isodoc/iso/presentation_bibdata.rb +13 -9
  17. data/lib/isodoc/iso/presentation_xml_convert.rb +5 -3
  18. data/lib/isodoc/iso/word_convert.rb +6 -4
  19. data/lib/isodoc/iso/word_dis_cleanup.rb +30 -8
  20. data/lib/isodoc/iso/word_dis_convert.rb +5 -2
  21. data/lib/metanorma/iso/base.rb +2 -1
  22. data/lib/metanorma/iso/biblio.rng +5 -0
  23. data/lib/metanorma/iso/isodoc.rng +47 -13
  24. data/lib/metanorma/iso/validate.rb +2 -2
  25. data/lib/metanorma/iso/version.rb +1 -1
  26. data/metanorma-iso.gemspec +5 -2
  27. metadata +4 -87
  28. data/.github/workflows/automerge.yml +0 -31
  29. data/.github/workflows/rake.yml +0 -15
  30. data/.github/workflows/release.yml +0 -24
  31. data/.github/workflows/ubuntu.yml +0 -41
  32. data/Rakefile +0 -8
  33. data/bin/rspec +0 -17
  34. data/spec/assets/header.html +0 -7
  35. data/spec/assets/html.css +0 -2
  36. data/spec/assets/htmlcover.html +0 -4
  37. data/spec/assets/htmlintro.html +0 -5
  38. data/spec/assets/i18n.yaml +0 -2
  39. data/spec/assets/iso.adoc +0 -10
  40. data/spec/assets/iso.headless.html +0 -33
  41. data/spec/assets/iso.xml +0 -71
  42. data/spec/assets/rice_image1.png +0 -0
  43. data/spec/assets/scripts.html +0 -3
  44. data/spec/assets/std.css +0 -2
  45. data/spec/assets/word.css +0 -2
  46. data/spec/assets/wordcover.html +0 -3
  47. data/spec/assets/wordintro.html +0 -4
  48. data/spec/examples/103_01_02.html +0 -247
  49. data/spec/examples/english.yaml +0 -69
  50. data/spec/examples/iso_123_.xml +0 -45
  51. data/spec/examples/iso_123_all_parts.xml +0 -45
  52. data/spec/examples/iso_123_no_year_note.xml +0 -46
  53. data/spec/examples/iso_124_.xml +0 -41
  54. data/spec/examples/iso_216_.xml +0 -47
  55. data/spec/examples/iso_iec_12382_.xml +0 -48
  56. data/spec/examples/rice.adoc +0 -714
  57. data/spec/examples/rice.preview.html +0 -1870
  58. data/spec/examples/rice.sh +0 -4
  59. data/spec/examples/rice_img/1000-1_ed2amd3fig1a.png +0 -0
  60. data/spec/examples/rice_img/1000-1_ed2amd3fig1b.png +0 -0
  61. data/spec/examples/rice_img/1000-1_ed2amd3fig2.png +0 -0
  62. data/spec/examples/rice_img/1000-1_ed2amd3fig3.png +0 -0
  63. data/spec/examples/rice_img/1000-1_ed2amd3fig4.png +0 -0
  64. data/spec/examples/rice_img/1000-1_ed2amd3fig5_f.png +0 -0
  65. data/spec/examples/rice_img/1000-1_ed2amd3figA.png +0 -0
  66. data/spec/examples/rice_img/1000-1_ed2amd3figA1.png +0 -0
  67. data/spec/examples/rice_img/1000-1_ed2amd3figA2.png +0 -0
  68. data/spec/examples/rice_img/1000-1_ed2amd3figTab1.png +0 -0
  69. data/spec/examples/rice_img/1000-1_ed2amd3figTab2.png +0 -0
  70. data/spec/examples/rice_img/1001_ed2amd3fig1.png +0 -0
  71. data/spec/examples/rice_img/ISO_1213_1.png +0 -0
  72. data/spec/examples/rice_img/SL1000-1_ed2amd3fig1.png +0 -0
  73. data/spec/examples/rice_img/rice_image1.png +0 -0
  74. data/spec/examples/rice_img/rice_image2.png +0 -0
  75. data/spec/examples/rice_img/rice_image3_1.png +0 -0
  76. data/spec/examples/rice_img/rice_image3_2.png +0 -0
  77. data/spec/examples/rice_img/rice_image3_3.png +0 -0
  78. data/spec/isodoc/amd_spec.rb +0 -986
  79. data/spec/isodoc/blocks_spec.rb +0 -1174
  80. data/spec/isodoc/i18n_spec.rb +0 -1579
  81. data/spec/isodoc/inline_spec.rb +0 -1060
  82. data/spec/isodoc/iso_spec.rb +0 -255
  83. data/spec/isodoc/metadata_spec.rb +0 -701
  84. data/spec/isodoc/postproc_spec.rb +0 -1089
  85. data/spec/isodoc/ref_spec.rb +0 -439
  86. data/spec/isodoc/section_spec.rb +0 -998
  87. data/spec/isodoc/table_spec.rb +0 -420
  88. data/spec/isodoc/terms_spec.rb +0 -314
  89. data/spec/isodoc/word_dis_spec.rb +0 -2064
  90. data/spec/isodoc/xref_spec.rb +0 -1747
  91. data/spec/metanorma/amd_spec.rb +0 -724
  92. data/spec/metanorma/base_spec.rb +0 -1384
  93. data/spec/metanorma/blank_spec.rb +0 -38
  94. data/spec/metanorma/blocks_spec.rb +0 -624
  95. data/spec/metanorma/cleanup_spec.rb +0 -1645
  96. data/spec/metanorma/inline_spec.rb +0 -203
  97. data/spec/metanorma/lists_spec.rb +0 -197
  98. data/spec/metanorma/macros_spec.rb +0 -99
  99. data/spec/metanorma/processor_spec.rb +0 -161
  100. data/spec/metanorma/refs_spec.rb +0 -672
  101. data/spec/metanorma/section_spec.rb +0 -492
  102. data/spec/metanorma/table_spec.rb +0 -329
  103. data/spec/metanorma/validate_spec.rb +0 -2153
  104. data/spec/relaton/render_spec.rb +0 -568
  105. data/spec/requirements/requirement_components_spec.rb +0 -610
  106. data/spec/requirements/requirements_spec.rb +0 -1596
  107. data/spec/requirements/xref_spec.rb +0 -1211
  108. data/spec/spec_helper.rb +0 -313
  109. data/spec/vcr_cassettes/docrels.yml +0 -385
  110. data/spec/vcr_cassettes/withdrawn_iso.yml +0 -295
@@ -1,46 +0,0 @@
1
- <bibitem type="international-standard" id="ISO123">
2
- <title format="text/plain" language="en" script="Latn">Rubber latex -- Sampling</title>
3
- <title format="text/plain" language="fr" script="Latn">Latex de caoutchouc -- Échantillonnage</title>
4
- <source type="src">https://www.iso.org/standard/23281.html</source>
5
- <source type="obp">https://www.iso.org/obp/ui/#!iso:std:23281:en</source>
6
- <source type="rss">https://www.iso.org/contents/data/standard/02/32/23281.detail.rss</source>
7
- <docidentifier>ISO 123</docidentifier>
8
- <date type="published">
9
- <on>--</on>
10
- </date>
11
- <contributor>
12
- <role type="publisher"/>
13
- <organization>
14
- <name>International Organization for Standardization</name>
15
- <abbreviation>ISO</abbreviation>
16
- <uri>www.iso.org</uri>
17
- </organization>
18
- </contributor>
19
- <edition>3</edition>
20
- <language>en</language>
21
- <language>fr</language>
22
- <script>Latn</script>
23
- <status>Published</status>
24
- <copyright>
25
- <from>2001</from>
26
- <owner>
27
- <organization>
28
- <name>ISO</name>
29
- <abbreviation></abbreviation>
30
- </organization>
31
- </owner>
32
- </copyright>
33
- <relation type="obsoletes">
34
- <bibitem>
35
- <formattedref>ISO 123:1985</formattedref>
36
- <docidentifier>ISO 123:1985</docidentifier>
37
- </bibitem>
38
- </relation>
39
- <relation type="updates">
40
- <bibitem>
41
- <formattedref>ISO 123:2001</formattedref>
42
- <docidentifier>ISO 123:2001</docidentifier>
43
- </bibitem>
44
- </relation>
45
- <note format="text/plain">ISO DATE: The standard is in press</note>
46
- </bibitem>
@@ -1,41 +0,0 @@
1
- <bibitem type="international-standard" id="ISO124">
2
- <title format="text/plain" language="en" script="Latn">Latex, rubber -- Determination of total solids content</title>
3
- <title format="text/plain" language="fr" script="Latn">Latex de caoutchouc -- Détermination des matières solides total</title>
4
- <source type="src">https://www.iso.org/standard/61884.html</source>
5
- <source type="obp">https://www.iso.org/obp/ui/#!iso:std:61884:en</source>
6
- <source type="rss">https://www.iso.org/contents/data/standard/06/18/61884.detail.rss</source>
7
- <docidentifier>ISO 124</docidentifier>
8
- <date type="published">
9
- <from>2014</from>
10
- </date>
11
- <contributor>
12
- <role type="publisher"/>
13
- <organization>
14
- <name>International Organization for Standardization</name>
15
- <abbreviation>ISO</abbreviation>
16
- <uri>www.iso.org</uri>
17
- </organization>
18
- </contributor>
19
- <edition>7</edition>
20
- <language>en</language>
21
- <language>fr</language>
22
- <script>Latn</script>
23
- <abstract format="plain" language="en" script="Latn">ISO 124:2014 specifies methods for the determination of the total solids content of natural rubber field and concentrated latices and synthetic rubber latex. These methods are not necessarily suitable for latex from natural sources other than the Hevea brasiliensis, for vulcanized latex, for compounded latex, or for artificial dispersions of rubber.</abstract>
24
- <abstract format="plain" language="fr" script="Latn">L'ISO 124:2014 spécifie des méthodes pour la détermination des matières solides totales dans le latex de plantation, le latex de concentré de caoutchouc naturel et le latex de caoutchouc synthétique. Ces méthodes ne conviennent pas nécessairement au latex d'origine naturelle autre que celui de l'Hevea brasiliensis, au latex vulcanisé, aux mélanges de latex, ou aux dispersions artificielles de caoutchouc.</abstract>
25
- <status>Published</status>
26
- <copyright>
27
- <from>2014</from>
28
- <owner>
29
- <organization>
30
- <name>ISO</name>
31
- <abbreviation></abbreviation>
32
- </organization>
33
- </owner>
34
- </copyright>
35
- <relation type="obsoletes">
36
- <bibitem>
37
- <formattedref>ISO 124:2011</formattedref>
38
- <docidentifier>ISO 124:2011</docidentifier>
39
- </bibitem>
40
- </relation>
41
- </bibitem>
@@ -1,47 +0,0 @@
1
- <bibitem type="international-standard" id="ISO216">
2
- <title format="text/plain" language="en" script="Latn">Writing paper and certain classes of printed matter -- Trimmed sizes -- A and B series, and indication of machine direction</title>
3
- <title format="text/plain" language="fr" script="Latn">Papiers à écrire et certaines catégories d'imprimés -- Formats finis -- Séries A et B, et indication du sens machine</title>
4
- <source type="src">https://www.iso.org/standard/36631.html</source>
5
- <source type="obp">https://www.iso.org/obp/ui/#!iso:std:36631:en</source>
6
- <source type="rss">https://www.iso.org/contents/data/standard/03/66/36631.detail.rss</source>
7
- <docidentifier>ISO 216</docidentifier>
8
- <date type="published">
9
- <on>2007</on>
10
- </date>
11
- <contributor>
12
- <role type="publisher"/>
13
- <organization>
14
- <name>International Organization for Standardization</name>
15
- <abbreviation>ISO</abbreviation>
16
- <uri>www.iso.org</uri>
17
- </organization>
18
- </contributor>
19
- <edition>2</edition>
20
- <language>en</language>
21
- <language>fr</language>
22
- <script>Latn</script>
23
- <abstract format="plain" language="en" script="Latn">ISO 216:2007 specifies the trimmed sizes of writing paper and certain classes of printed matter.It applies to trimmed sizes of paper for administrative, commercial and technical use, and also to certain classes of printed matter, such as forms, catalogues, etc.It does not necessarily apply to newspapers, published books, posters or other special items which may be the subject of separate International Standards.ISO 216:2007 also specifies the method for the indication of the machine direction for trimmed sheets.</abstract>
24
- <abstract format="plain" language="fr" script="Latn">L'ISO 216:2007 spécifie les formats finis des papiers à écrire et de certaines catégories d'imprimés.Elle s'applique aux formats finis de papier pour usages administratif, commercial et technique ainsi qu'à certaines catégories d'imprimés, tels que formulaires, catalogues, etc.Elle ne s'applique pas nécessairement au papier journal, à l'édition, aux affiches publicitaires ou aux usages particuliers qui pourront faire l'objet d'autres Normes internationales.L'ISO 216:2007 spécifie également la méthode permettant d'indiquer le sens machine des formats finis.</abstract>
25
- <status>Published</status>
26
- <copyright>
27
- <from>2007</from>
28
- <owner>
29
- <organization>
30
- <name>ISO</name>
31
- <abbreviation></abbreviation>
32
- </organization>
33
- </owner>
34
- </copyright>
35
- <relation type="obsoletes">
36
- <bibitem>
37
- <formattedref>ISO 216:1975</formattedref>
38
- <docidentifier>ISO 216:1975</docidentifier>
39
- </bibitem>
40
- </relation>
41
- <relation type="updates">
42
- <bibitem>
43
- <formattedref>ISO 216:2007</formattedref>
44
- <docidentifier>ISO 216:2007</docidentifier>
45
- </bibitem>
46
- </relation>
47
- </bibitem>
@@ -1,48 +0,0 @@
1
- <bibitem type="technicalReport" id="ISO/IEC12382">
2
- <title format="text/plain" language="en" script="Latn">Permuted index of the vocabulary of information technology -- -- </title>
3
- <title format="text/plain" language="fr" script="Latn">Index permuté du vocabulaire des technologies de l'information -- -- </title>
4
- <source type="src">https://www.iso.org/standard/21071.html</source>
5
- <source type="obp">https://www.iso.org/obp/ui/#!iso:std:21071:en</source>
6
- <source type="rss">https://www.iso.org/contents/data/standard/02/10/21071.detail.rss</source>
7
- <docidentifier>ISO/IEC 12382</docidentifier>
8
- <date type="published">
9
- <from>1992</from>
10
- </date>
11
- <contributor>
12
- <role type="publisher"/>
13
- <organization>
14
- <name>International Organization for Standardization</name>
15
- <abbreviation>ISO</abbreviation>
16
- <uri>www.iso.org</uri>
17
- </organization>
18
- </contributor>
19
- <contributor>
20
- <role type="publisher"/>
21
- <organization>
22
- <name>International Electrotechnical Commission</name>
23
- <abbreviation>IEC</abbreviation>
24
- <uri>www.iec.ch</uri>
25
- </organization>
26
- </contributor>
27
- <edition>2</edition>
28
- <language>en</language>
29
- <language>fr</language>
30
- <script>Latn</script>
31
- <abstract format="plain" language="en" script="Latn">Contains a permuted index of all terms included in the parts 1 - 28 of ISO 2382. If any of these parts has been revised, the present TR refers to the revision.</abstract>
32
- <status>Published</status>
33
- <copyright>
34
- <from>1992</from>
35
- <owner>
36
- <organization>
37
- <name>ISO/IEC</name>
38
- <abbreviation></abbreviation>
39
- </organization>
40
- </owner>
41
- </copyright>
42
- <relation type="updates">
43
- <bibitem>
44
- <formattedref>ISO/IEC TR 12382:1992</formattedref>
45
- <docidentifier>ISO/IEC TR 12382:1992</docidentifier>
46
- </bibitem>
47
- </relation>
48
- </bibitem>