asciidoctor-csand 0.2.6 → 0.2.7
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/asciidoctor/csand/version.rb +1 -1
- data/lib/isodoc/csand/html/html_csand_titlepage.html +13 -13
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: add2d55ce4506ebcc6e138a367a369f3430925dd
|
|
4
|
+
data.tar.gz: 0df3d1b2775de15f59a7ab0cfa6dd0594622cfd7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b40076638a012802e1dcbe8d51e5c81c249437250afddcbe01530787047e47a662d3fa199d277756b294100654c9c9495ceac58d906d40c4d0d1cbf1281c6eb8
|
|
7
|
+
data.tar.gz: ff9715259ab444d452a50eaaadcdeef8a2bc289b63a943b0466953fc6437adc0b9245222f7468dcf92093b232fbba3af3362e64819a94960fb6037c36ff03c0b
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
</div>
|
|
4
4
|
|
|
5
5
|
<div class="document-type-band" id="standard-band">
|
|
6
|
-
<p class="document-type">
|
|
6
|
+
<p class="document-type">CSA {{ doctype }}</p>
|
|
7
7
|
</div>
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
|
|
9
|
+
|
|
10
10
|
|
|
11
11
|
<div id='toggle'> <span>•</span> </div>
|
|
12
12
|
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
</div>
|
|
31
31
|
|
|
32
32
|
<div class="coverpage-logo">
|
|
33
|
-
<span>
|
|
33
|
+
<span>Cloud Security Alliance</span>
|
|
34
34
|
</div>
|
|
35
35
|
|
|
36
36
|
<div class="coverpage-tc-name">
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
|
|
41
41
|
<div class="WordSection11">
|
|
42
42
|
<div class="coverpage-stage-block" >
|
|
43
|
-
<span class="coverpage-stage" id="{{ doctype | replace: ' ', '-' | downcase }}">
|
|
43
|
+
<span class="coverpage-stage" id="{{ doctype | replace: ' ', '-' | downcase }}">CSA {{ doctype }}</span>
|
|
44
44
|
</div>
|
|
45
45
|
|
|
46
46
|
<div class="coverpage-stage-block" >
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
<span class="title">Warning for Drafts</span>
|
|
53
53
|
|
|
54
54
|
<p class="content">
|
|
55
|
-
This document is not a
|
|
55
|
+
This document is not a CSA Standard. It is distributed for review and
|
|
56
56
|
comment, and is subject to change without notice and may not be referred to as
|
|
57
57
|
a Standard. Recipients of this draft are invited to submit, with their
|
|
58
58
|
comments, notification of any relevant patent rights of which they are aware
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
|
|
64
64
|
<div class="copyright">
|
|
65
65
|
<p class="year">
|
|
66
|
-
© {{ docyear }}
|
|
66
|
+
© {{ docyear }} Cloud Security Alliance, Inc.
|
|
67
67
|
</p>
|
|
68
68
|
|
|
69
69
|
<p class="message">
|
|
@@ -75,15 +75,15 @@
|
|
|
75
75
|
</p>
|
|
76
76
|
|
|
77
77
|
<div class="contact-info">
|
|
78
|
-
<p class="name">
|
|
78
|
+
<p class="name">Cloud Security Alliance</p>
|
|
79
79
|
<p class="address">
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
80
|
+
2212 Queen Anne Ave N<br />
|
|
81
|
+
Seattle<br />
|
|
82
|
+
WA 98109<br />
|
|
83
83
|
United States of America<br />
|
|
84
84
|
<br />
|
|
85
|
-
<a href="mailto:copyright@
|
|
86
|
-
<a href="
|
|
85
|
+
<a href="mailto:copyright@cloudsecurityalliance.com">copyright@cloudsecurityalliance.com</a><br />
|
|
86
|
+
<a href="www.cloudsecurityalliance.com">www.cloudsecurityalliance.com</a>
|
|
87
87
|
</p>
|
|
88
88
|
</div>
|
|
89
89
|
</div>
|