|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 | 4 | <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> |
6 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
8 | 9 | <link rel="icon" href="https://css4j.github.io/favicon.png" type="image/png" />
|
@@ -78,12 +79,26 @@ <h3>DOM4J module</h3>
|
78 | 79 | <li><a href="https://github.com/css4j/css4j-dom4j/releases"><code>css4j-dom4j</code> releases</a>.</li>
|
79 | 80 | </ul>
|
80 | 81 | </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> |
81 | 97 | </div>
|
82 | 98 | <div class="tema">
|
83 | 99 | <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> |
87 | 102 | <ul>
|
88 | 103 | <li><a href="https://github.com/css4j/echosvg/releases">EchoSVG releases</a>.</li>
|
89 | 104 | <li><a href="https://github.com/css4j/echosvg/wiki">EchoSVG Wiki</a>.</li>
|
|
0 commit comments