metanorma-csd 1.3.10 → 1.3.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/asciidoctor/csd/boilerplate.xml +46 -0
- data/lib/isodoc/csd/html/csd.scss +64 -1
- data/lib/isodoc/csd/html/html_csd_titlepage.html +9 -30
- data/lib/isodoc/csd/html/word_csd_intro.html +6 -20
- data/lib/isodoc/csd/html/word_csd_titlepage.html +6 -27
- data/lib/metanorma/csd/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: 8cef6ae5953838d2c23076c9e6d0cfb14048488cee01566dc6e360e40783bbd6
|
4
|
+
data.tar.gz: be0a2c8cf262d6d6eb66b309ceb2d24de0917afa2e22f943cb3886ba3f60737e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 870483cc136fd0be8922e5aa9198febd4185bfdc7b4828a61fc4cd9a2310923ec804e6c1f970ee3ec96993f779b0b4b8dc44ae187c200f9b9d88721d01e47980
|
7
|
+
data.tar.gz: 7f54bbffe0f4a08fe10a56e853f4c62e1d9338a2a546465e16f4e24253d74303f9e1256bc0c1658e785f8588d8bc77eb8ac1328ef0c41100ca9e2c7de31f1f77
|
@@ -0,0 +1,46 @@
|
|
1
|
+
<boilerplate>
|
2
|
+
<copyright-statement>
|
3
|
+
<clause>
|
4
|
+
<p>© {{ docyear }} The Calendaring and Scheduling Consortium, Inc. </p>
|
5
|
+
</clause>
|
6
|
+
</copyright-statement>
|
7
|
+
|
8
|
+
{% if unpublished %}
|
9
|
+
<license-statement>
|
10
|
+
<clause>
|
11
|
+
<title>Warning for Drafts</title>
|
12
|
+
<p>This document is not a CalConnect Standard. It is distributed for review and
|
13
|
+
comment, and is subject to change without notice and may not be referred to as
|
14
|
+
a Standard. Recipients of this draft are invited to submit, with their
|
15
|
+
comments, notification of any relevant patent rights of which they are aware
|
16
|
+
and to provide supporting documentation.
|
17
|
+
</p>
|
18
|
+
</clause>
|
19
|
+
</license-statement>
|
20
|
+
{% endif %}
|
21
|
+
|
22
|
+
<legal-statement>
|
23
|
+
<clause>
|
24
|
+
<p>All rights reserved. Unless otherwise specified, no part of this
|
25
|
+
publication may be reproduced or utilized otherwise in any form or by any
|
26
|
+
means, electronic or mechanical, including photocopying, or posting on the
|
27
|
+
internet or an intranet, without prior written permission. Permission can
|
28
|
+
be requested from the address below. </p>
|
29
|
+
</clause>
|
30
|
+
</legal-statement>
|
31
|
+
|
32
|
+
<feedback-statement>
|
33
|
+
<clause>
|
34
|
+
<p id="boilerplate-name">The Calendaring and Scheduling Consortium, Inc.</p>
|
35
|
+
<p id="boilerplate-address">4390 Chaffin Lane<br />
|
36
|
+
McKinleyville<br />
|
37
|
+
California 95519<br />
|
38
|
+
United States of America<br />
|
39
|
+
<br />
|
40
|
+
<link target="mailto:copyright@calconnect.org">copyright@calconnect.org</link><br />
|
41
|
+
<link target="www.calconnect.org">www.calconnect.org</link>
|
42
|
+
</p>
|
43
|
+
</clause>
|
44
|
+
</feedback-statement>
|
45
|
+
</boilerplate>
|
46
|
+
|
@@ -250,13 +250,36 @@ p.IntroTitle, li.IntroTitle, div.IntroTitle
|
|
250
250
|
tab-stops:20.15pt;
|
251
251
|
font-size:14.0pt;
|
252
252
|
mso-bidi-font-size:11.0pt;
|
253
|
-
page-break-before:always;
|
254
253
|
font-family:$headerfont;
|
255
254
|
mso-fareast-font-family:$headerfont;
|
256
255
|
mso-bidi-font-family:$headerfont;
|
257
256
|
mso-ansi-language:EN-GB;
|
258
257
|
font-weight:bold;
|
258
|
+
page-break-before:always;
|
259
259
|
mso-bidi-font-weight:normal;}
|
260
|
+
p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
|
261
|
+
mso-style-noshow:yes;
|
262
|
+
mso-style-unhide:no;
|
263
|
+
mso-style-parent:"Foreword Title";
|
264
|
+
margin-top:0cm;
|
265
|
+
margin-right:0cm;
|
266
|
+
margin-bottom:15.5pt;
|
267
|
+
margin-left:0cm;
|
268
|
+
text-align:center;
|
269
|
+
line-height:15.5pt;
|
270
|
+
mso-pagination:widow-orphan;
|
271
|
+
page-break-after:avoid;
|
272
|
+
mso-hyphenate:none;
|
273
|
+
tab-stops:20.15pt;
|
274
|
+
font-size:14.0pt;
|
275
|
+
mso-bidi-font-size:11.0pt;
|
276
|
+
font-family:$headerfont;
|
277
|
+
mso-fareast-font-family:$headerfont;
|
278
|
+
mso-bidi-font-family:$headerfont;
|
279
|
+
mso-ansi-language:EN-GB;
|
280
|
+
font-weight:bold;
|
281
|
+
mso-bidi-font-weight:normal;
|
282
|
+
}
|
260
283
|
p.Terms, li.Terms, div.Terms
|
261
284
|
{mso-style-name:"Term\(s\)";
|
262
285
|
mso-style-priority:8;
|
@@ -555,6 +578,26 @@ div.WordSection1
|
|
555
578
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef2;
|
556
579
|
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f2;
|
557
580
|
mso-paper-source:0;}
|
581
|
+
@page WordSection2L
|
582
|
+
{size:841.9pt 595.3pt;
|
583
|
+
margin:39.7pt 53.85pt 1.0cm 53.85pt;
|
584
|
+
mso-header-margin:35.45pt;
|
585
|
+
mso-footer-margin:14.2pt;
|
586
|
+
mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh2;
|
587
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
588
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef2;
|
589
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f2;
|
590
|
+
mso-paper-source:0;}
|
591
|
+
@page WordSection2P
|
592
|
+
{size:595.3pt 841.9pt;
|
593
|
+
margin:39.7pt 53.85pt 1.0cm 53.85pt;
|
594
|
+
mso-header-margin:35.45pt;
|
595
|
+
mso-footer-margin:14.2pt;
|
596
|
+
mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh2;
|
597
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
598
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef2;
|
599
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f2;
|
600
|
+
mso-paper-source:0;}
|
558
601
|
div.WordSection2
|
559
602
|
{page:WordSection2;}
|
560
603
|
@page WordSection3
|
@@ -568,6 +611,26 @@ div.WordSection2
|
|
568
611
|
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef3;
|
569
612
|
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
570
613
|
mso-paper-source:0;}
|
614
|
+
@page WordSection3L
|
615
|
+
{size:841.9pt 595.3pt;
|
616
|
+
margin:39.7pt 53.85pt 1.0cm 53.85pt;
|
617
|
+
mso-header-margin:35.45pt;
|
618
|
+
mso-footer-margin:14.2pt;
|
619
|
+
mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh2;
|
620
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
621
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef3;
|
622
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
623
|
+
mso-paper-source:0;}
|
624
|
+
@page WordSection3P
|
625
|
+
{size:595.3pt 841.9pt;
|
626
|
+
margin:39.7pt 53.85pt 1.0cm 53.85pt;
|
627
|
+
mso-header-margin:35.45pt;
|
628
|
+
mso-footer-margin:14.2pt;
|
629
|
+
mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh2;
|
630
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
631
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef3;
|
632
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
633
|
+
mso-paper-source:0;}
|
571
634
|
div.WordSection3
|
572
635
|
{page:WordSection3;}
|
573
636
|
table.MsoISOTable
|
@@ -69,42 +69,21 @@
|
|
69
69
|
|
70
70
|
{% if unpublished %}
|
71
71
|
<div class="coverpage-warning">
|
72
|
-
|
73
|
-
|
74
|
-
<p class="content">
|
75
|
-
This document is not a CalConnect Standard. It is distributed for review and
|
76
|
-
comment, and is subject to change without notice and may not be referred to as
|
77
|
-
a Standard. Recipients of this draft are invited to submit, with their
|
78
|
-
comments, notification of any relevant patent rights of which they are aware
|
79
|
-
and to provide supporting documentation.
|
80
|
-
</p>
|
72
|
+
<div id="boilerplate-license-destination"/>
|
81
73
|
</div>
|
82
74
|
{% endif %}
|
83
75
|
|
84
76
|
<div class="copyright">
|
85
|
-
<
|
86
|
-
|
87
|
-
</
|
88
|
-
|
89
|
-
<
|
90
|
-
|
91
|
-
|
92
|
-
means, electronic or mechanical, including photocopying, or posting on the
|
93
|
-
internet or an intranet, without prior written permission. Permission can
|
94
|
-
be requested from the address below.
|
95
|
-
</p>
|
77
|
+
<div class="year">
|
78
|
+
<div id="boilerplate-copyright-destination"/>
|
79
|
+
</div>
|
80
|
+
|
81
|
+
<div class="message">
|
82
|
+
<div id="boilerplate-legal-destination"/>
|
83
|
+
</div>
|
96
84
|
|
97
85
|
<div class="contact-info">
|
98
|
-
<
|
99
|
-
<p class="address">
|
100
|
-
4390 Chaffin Lane<br />
|
101
|
-
McKinleyville<br />
|
102
|
-
California 95519<br />
|
103
|
-
United States of America<br />
|
104
|
-
<br />
|
105
|
-
<a href="mailto:copyright@calconnect.org">copyright@calconnect.org</a><br />
|
106
|
-
<a href="www.calconnect.org">www.calconnect.org</a>
|
107
|
-
</p>
|
86
|
+
<div id="boilerplate-feedback-destination"/>
|
108
87
|
</div>
|
109
88
|
</div>
|
110
89
|
|
@@ -1,27 +1,13 @@
|
|
1
1
|
<div class="copyright">
|
2
|
-
<
|
3
|
-
|
4
|
-
</p>
|
2
|
+
<div class="year">
|
3
|
+
<div id="boilerplate-copyright-destination"/>
|
5
4
|
|
6
|
-
<
|
7
|
-
|
8
|
-
|
9
|
-
means, electronic or mechanical, including photocopying, or posting on the
|
10
|
-
internet or an intranet, without prior written permission. Permission can
|
11
|
-
be requested from the address below.
|
12
|
-
</p>
|
5
|
+
<div class="message">
|
6
|
+
<div id="boilerplate-legal-destination"/>
|
7
|
+
</div>
|
13
8
|
|
14
9
|
<div class="contact-info">
|
15
|
-
<
|
16
|
-
<p class="address">
|
17
|
-
4390 Chaffin Lane<br />
|
18
|
-
McKinleyville<br />
|
19
|
-
California 95519<br />
|
20
|
-
United States of America<br />
|
21
|
-
<br />
|
22
|
-
<a href="mailto:copyright@calconnect.org">copyright@calconnect.org</a><br />
|
23
|
-
<a href="www.calconnect.org">www.calconnect.org</a>
|
24
|
-
</p>
|
10
|
+
<div id="boilerplate-feedback-destination"/>
|
25
11
|
</div>
|
26
12
|
</div>
|
27
13
|
|
@@ -45,40 +45,19 @@ mso-border-alt:solid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0
|
|
45
45
|
|
46
46
|
<p class="MsoNormal" style='margin-bottom:6.0pt'><span lang="EN-GB"><o:p> </o:p></span></p>
|
47
47
|
|
48
|
+
{% if unpublished %}
|
48
49
|
<div style='mso-element:para-border-div;border:solid windowtext 1.0pt;
|
49
50
|
mso-border-alt:solid windowtext .5pt;padding:1.0pt 4.0pt 1.0pt 4.0pt;
|
50
51
|
margin-left:4.25pt;margin-right:4.25pt'>
|
51
52
|
|
52
|
-
|
53
|
-
<p class="MsoNormal" align="center" style='margin-bottom:6.0pt;text-align:center;
|
54
|
-
border:none;mso-border-alt:solid windowtext .5pt;padding:0cm;mso-padding-alt:
|
55
|
-
1.0pt 4.0pt 1.0pt 4.0pt'><b style='mso-bidi-font-weight:normal'><span
|
56
|
-
lang="EN-GB" style='font-size:10.0pt;mso-bidi-font-size:11.0pt'>Warning for drafts<o:p></o:p></span></b></p>
|
57
|
-
|
58
|
-
<p class="MsoNormal" style='margin-bottom:6.0pt;border:none;mso-border-alt:solid windowtext .5pt;
|
59
|
-
padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt'><span lang="EN-GB"
|
60
|
-
style='font-size:10.0pt;mso-bidi-font-size:11.0pt;mso-bidi-font-weight:bold'>This document
|
61
|
-
is not a CalConnect Standard. It is distributed for review and
|
62
|
-
comment, and is subject to change without notice and may not be referred to as
|
63
|
-
a Standard. Recipients of this draft are invited to submit, with their
|
64
|
-
comments, notification of any relevant patent rights of which they are aware
|
65
|
-
and to provide supporting documentation.<o:p></o:p></span></p>
|
66
|
-
|
67
|
-
<p class="MsoNormal" style='border:none;mso-border-alt:solid windowtext .5pt;
|
68
|
-
padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt'><span lang="EN-GB"
|
69
|
-
style='font-size:10.0pt;mso-bidi-font-size:11.0pt;mso-bidi-font-weight:bold'>Recipients
|
70
|
-
of this draft are invited to submit, with their comments, notification of any
|
71
|
-
relevant patent rights of which they are aware and to provide supporting
|
72
|
-
documentation.</span><span lang="EN-GB" style='font-size:10.0pt;mso-bidi-font-size:
|
73
|
-
11.0pt'><o:p></o:p></span></p>
|
74
|
-
|
75
|
-
{% endif %}
|
53
|
+
<div id="boilerplate-license-destination"/>
|
76
54
|
|
77
55
|
</div>
|
56
|
+
{% endif %}
|
78
57
|
|
79
|
-
<
|
80
|
-
|
81
|
-
|
58
|
+
<div align="center" style='text-align:center'>
|
59
|
+
<div id="boilerplate-copyright-destination"/>
|
60
|
+
</div>
|
82
61
|
|
83
62
|
|
84
63
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-csd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-01-
|
11
|
+
date: 2020-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: metanorma-standoc
|
@@ -209,6 +209,7 @@ files:
|
|
209
209
|
- lib/asciidoctor/csd.rb
|
210
210
|
- lib/asciidoctor/csd/basicdoc.rng
|
211
211
|
- lib/asciidoctor/csd/biblio.rng
|
212
|
+
- lib/asciidoctor/csd/boilerplate.xml
|
212
213
|
- lib/asciidoctor/csd/converter.rb
|
213
214
|
- lib/asciidoctor/csd/csd.rng
|
214
215
|
- lib/asciidoctor/csd/front.rb
|