-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (107 loc) · 4.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<title>CSS4J Project</title>
<link href="basic-c.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="https://css4j.github.io/favicon.png" type="image/png" />
</head>
<body id="homepage">
<div class="layout">
<div id="hdr01"></div>
<a id="mylinkhome" href="/"><span>CSS4J</span></a>
</div>
<div class="container">
<div class="menu">
<ul class="menulist">
<li><div id="mnuindice-sel"><span>Home</span></div></li>
<li><a id="mnuusage" href="usage.html"><span>Usage</span></a></li>
<li><a id="mnuapi2" href="api/latest/"><span>Latest API</span></a></li>
<li><a id="mnufaq" href="faq.html"><span>FAQ</span></a></li>
<li><a id="mnubenchmarks" href="benchmarks.html"><span>Benchmarks</span></a></li>
<li><a id="mnugithub" href="https://github.com/css4j"><span>Github</span></a></li>
</ul>
</div>
<div class="beforemain"></div>
<div class="main">
<div id="presentacion_top" class="textheader"><span>CSS4J</span></div>
<!-- content -->
<div class="cos">
<div class="tema"><img src="imag/css4j.png" alt="css4j logo" /></div>
<div class="tema">
<h1>CSS4J</h1>
<p>CSS4J provides a CSS object model API for the Java™ platform, closely related to the
<a href="https://www.w3.org/TR/cssom-1/">CSSOM</a> and <a href="https://dom.spec.whatwg.org/">DOM</a> APIs.</p>
<p>Please read the <a href="usage.html">user guide</a> for details.</p>
</div>
<div class="tema">
<h2>Documentation</h2>
<ul>
<li><a href="usage.html">CSS4J basic usage.</a></li>
<li><a href="embed-svg.html">Embedding SVG in HTML documents.</a></li>
<li><a href="resolver.html">XML parsing in Java with <code>DefaultEntityResolver</code>.</a></li>
<li><a href="faq.html">The F.A.Q.</a></li>
<li><a href="api/latest/">Latest modular javadocs.</a></li>
</ul>
</div>
<div class="tema">
<h2>Licensing</h2>
<p>This software is released under a <a href="LICENSE.txt">BSD-style license</a>, although some individual files may have
a different one (see <code>NOTICE.txt</code> in the distribution).</p>
</div>
<div class="tema" id="downloads">
<h2>Downloads</h2>
<div class="subtema">
<h3>Core module</h3>
<ul>
<li><a href="https://github.com/css4j/css4j/releases/download/v5.3.1/css4j-5.3.1.zip">Release 5.3.1 download</a>. <a href="https://sourceforge.net/projects/carte/files/css4j/5.x/css4j-5.3.1.zip/download">[mirror]</a> <a href="digest/css4j-5.3.1.sha256"><code>[SHA256]</code></a> <a href="digest/css4j-5.3.1.sha1"><code>[SHA1]</code></a> <a href="digest/css4j-5.3.1.b2"><code>[B2]</code></a> <a href="digest/css4j-5.3.1.md5"><code>[MD5]</code></a></li>
<li><a href="https://sourceforge.net/projects/carte/files/css4j/digest/">Digest mirror</a>.</li>
<li><a href="https://github.com/css4j/css4j/blob/v5.3.1/RELEASE_NOTES.md">Release Notes for 5.3.1</a>.</li>
</ul>
</div>
<div class="subtema">
<h3>Agent module</h3>
<ul>
<li><a href="https://github.com/css4j/css4j-agent/releases"><code>css4j-agent</code> releases</a>.</li>
</ul>
</div>
<div class="subtema">
<h3>AWT module</h3>
<ul>
<li><a href="https://github.com/css4j/css4j-awt/releases"><code>css4j-awt</code> releases</a>.</li>
</ul>
</div>
<div class="subtema">
<h3>DOM4J module</h3>
<ul>
<li><a href="https://github.com/css4j/css4j-dom4j/releases"><code>css4j-dom4j</code> releases</a>.</li>
</ul>
</div>
</div>
<div class="tema">
<h2>EchoSVG</h2>
<p>EchoSVG is a SVG implementation (fork of Batik) that uses the css4j <a
href="api/latest/io.sf.carte.css4j/io/sf/carte/doc/style/css/nsac/package-summary.html">NSAC</a>
parser.</p>
<ul>
<li><a href="https://github.com/css4j/echosvg/releases">EchoSVG releases</a>.</li>
<li><a href="https://github.com/css4j/echosvg/wiki">EchoSVG Wiki</a>.</li>
</ul>
</div>
<div class="tema">
<h2>Community - Support</h2>
<p>There is a general forum that can be used for css4j support. The development forum was intended for discussions about patches and APIs before Github but isn't used anymore.</p>
<ul>
<li><a href="https://groups.google.com/forum/#!forum/css4j">Css4j general forum (Google Groups)</a>.</li>
<li><a href="https://groups.google.com/forum/#!forum/css4j-devel">Css4j development forum (Google Groups)</a>.</li>
</ul>
</div>
<div class="footnote">
</div>
</div>
<!-- end content -->
</div>
</div>
</body>
</html>