Skip to content

Commit f58ec8f

Browse files
committed
Add a section about cosign to the index file
1 parent 781aa66 commit f58ec8f

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

index.html

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<html lang="en">
33
<head>
44
<title>CSS4J Project</title>
5-
<link href="basic-c.css" rel="stylesheet" type="text/css" />
5+
<link href="code-c.css" rel="stylesheet" type="text/css" />
6+
<script src="js/code-a.js" type="text/javascript" charset="utf-8"></script>
67
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
78
<meta name="viewport" content="width=device-width, initial-scale=1">
89
<link rel="icon" href="https://css4j.github.io/favicon.png" type="image/png" />
@@ -78,12 +79,26 @@ <h3>DOM4J module</h3>
7879
<li><a href="https://github.com/css4j/css4j-dom4j/releases"><code>css4j-dom4j</code> releases</a>.</li>
7980
</ul>
8081
</div>
82+
<div class="subtema" id="cosign">
83+
<h3>Verify your download with <code>cosign</code></h3>
84+
<p>In addition to the given digest files, you can use <a href="https://docs.sigstore.dev/cosign/"><code
85+
>cosign</code></a> to verify the Zip distribution that you downloaded. This utility should be available
86+
from your usual package manager, for example on Windows you may use <a href="https://scoop.sh/"><code
87+
>scoop</code></a> to install it:</p>
88+
<pre class="code"><code class="language-shell">scoop install cosign
89+
</code></pre>
90+
<p>Once you have <code>cosign</code>, obtain the <a href=
91+
"https://github.com/css4j/css4j/releases/download/v6.1/css4j-6.1-zip-cosign.bundle"><code>cosign</code>
92+
bundle file corresponding to the Zip distribution</a> and then execute:
93+
</p>
94+
<pre class="code"><code class="language-shell">cosign verify-blob css4j-6.1.zip --bundle css4j-6.1-zip-cosign.bundle [email protected] --certificate-oidc-issuer=https://github.com/login/oauth
95+
</code></pre>
96+
</div>
8197
</div>
8298
<div class="tema">
8399
<h2>EchoSVG</h2>
84-
<p>EchoSVG is a SVG implementation (fork of Batik) that uses the css4j <a
85-
href="api/latest/io.sf.carte.css4j/io/sf/carte/doc/style/css/nsac/package-summary.html">NSAC</a>
86-
parser.</p>
100+
<p>EchoSVG is an SVG implementation (fork of Batik) that internally uses css4j to provide advanced
101+
CSS capabilities.</p>
87102
<ul>
88103
<li><a href="https://github.com/css4j/echosvg/releases">EchoSVG releases</a>.</li>
89104
<li><a href="https://github.com/css4j/echosvg/wiki">EchoSVG Wiki</a>.</li>

0 commit comments

Comments
 (0)