Skip to content

Commit 660db42

Browse files
committed
Remove obsolete items from index
1 parent cba37d6 commit 660db42

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

index.html

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<h1>CSS4J</h1>
3434
<p>CSS4J provides a CSS object model API for the Java&trade; platform, closely related to the
3535
<a href="https://www.w3.org/TR/cssom-1/">CSSOM</a> and <a href="https://dom.spec.whatwg.org/">DOM</a> APIs.</p>
36+
<p>Please read the <a href="usage.html">user guide</a> for details.</p>
3637
</div>
3738
<div class="tema">
3839
<h2>Documentation</h2>
@@ -43,10 +44,6 @@ <h2>Documentation</h2>
4344
<li><a href="faq.html">The F.A.Q.</a></li>
4445
<li><a href="api/latest/">Latest modular javadocs.</a></li>
4546
</ul>
46-
<h3>Old javadocs:</h3>
47-
<ul>
48-
<li><a href="api/1.x/">CSS4J core module old javadocs (1.3, deprecated).</a></li>
49-
</ul>
5047
</div>
5148
<div class="tema">
5249
<h2>Licensing</h2>
@@ -59,7 +56,6 @@ <h2>Downloads</h2>
5956
<h3>Core module</h3>
6057
<ul>
6158
<li><a href="https://github.com/css4j/css4j/releases/download/v4.4/css4j-4.4.zip">Release 4.4 download</a>. <a href="https://sourceforge.net/projects/carte/files/css4j/4.x/css4j-4.4.zip/download">[mirror]</a> <a href="digest/css4j-4.4.sha256"><code>[SHA256]</code></a> <a href="digest/css4j-4.4.sha1"><code>[SHA1]</code></a> <a href="digest/css4j-4.4.b2"><code>[B2]</code></a> <a href="digest/css4j-4.4.md5"><code>[MD5]</code></a></li>
62-
<li><a href="https://github.com/css4j/css4j/releases/download/v1.3.1/css4j-1.3.1.zip">Release 1.3.1 download</a>. <a href="https://sourceforge.net/projects/carte/files/css4j/1.3/css4j-1.3.1.zip/download">[mirror]</a> <a href="digest/css4j-1.3.1.sha256"><code>[SHA256]</code></a> <a href="digest/css4j-1.3.1.sha1"><code>[SHA1]</code></a> <a href="digest/css4j-1.3.1.b2"><code>[B2]</code></a> <a href="digest/css4j-1.3.1.md5"><code>[MD5]</code></a></li>
6359
<li><a href="https://sourceforge.net/projects/carte/files/css4j/digest/">Digest mirror</a>.</li>
6460
<li><a href="https://github.com/css4j/css4j/blob/v4.4/RELEASE_NOTES.md">Release Notes for 4.4</a>.</li>
6561
</ul>
@@ -94,25 +90,11 @@ <h2>EchoSVG</h2>
9490
</ul>
9591
</div>
9692
<div class="tema">
97-
<h2>Direct installation to local Maven repository</h2>
98-
<p>The CSS4J artifacts (together with a few dependencies not available from Maven Central like <a href="https://sourceforge.net/projects/jclf/">JCLF</a> or a recent <a href="https://github.com/xmlpull-xpp3/xmlpull-xpp3">XMLPull-XPP3</a>)
99-
can be installed directly to your local Maven repository by using these scripts:
100-
</p>
101-
<ul>
102-
<li><a href="https://raw.githubusercontent.com/css4j/css4j-dist/master/maven/install-jclf.sh"><code>install-jclf.sh</code></a> (5.0).</li>
103-
<li><a href="https://raw.githubusercontent.com/css4j/css4j-dist/master/maven/install-xpp3.sh"><code>install-xpp3.sh</code></a> (1.2, optional dependency of <a href="https://github.com/css4j/css4j-dom4j">css4j-dom4j</a>).</li>
104-
<li><a href="https://raw.githubusercontent.com/css4j/css4j-dist/master/maven/install-css4j.sh"><code>install-css4j.sh</code></a> (4.x).</li>
105-
</ul>
106-
<p>The scripts execute Maven plugins: if you run them from a directory which has a <code>pom.xml</code> file, you may experience problems or delays caused by Maven processing that file.</p>
107-
<p>More information about using the library in a Gradle or Maven project is given at the <a href="usage.html#modules">usage guide</a>.</p>
108-
</div>
109-
<div class="tema">
11093
<h2>Community - Support</h2>
111-
<p>There is a general forum that can be used for css4j support, and the development forum is intended for discussions about patches and APIs.</p>
94+
<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>
11295
<ul>
11396
<li><a href="https://groups.google.com/forum/#!forum/css4j">Css4j general forum (Google Groups)</a>.</li>
114-
<li><a href="https://groups.google.com/forum/#!forum/css4j-devel">Css4j development forum (Google Groups)</a>.
115-
If you have patches to contribute, either use <a href="https://github.com/css4j">Github</a> or send them to this group.</li>
97+
<li><a href="https://groups.google.com/forum/#!forum/css4j-devel">Css4j development forum (Google Groups)</a>.</li>
11698
</ul>
11799
</div>
118100
<div class="footnote">

0 commit comments

Comments
 (0)