This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch preview-3.0-rc1 in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler-site.git
commit 8fe698e76b6f9363fefdc222a67183b11d53d427 Author: Richard Zowalla <[email protected]> AuthorDate: Tue May 7 10:02:13 2024 +0200 Add preview website for RC1 of SC 3.0 --- download/index.html | 35 ++++++++++++++--------------------- 1 file changed, 14 insertions(+), 21 deletions(-) diff --git a/download/index.html b/download/index.html index 5ebf698..c90f450 100644 --- a/download/index.html +++ b/download/index.html @@ -28,27 +28,20 @@ title: Download <p>There are currently <b>no</b> official ASF releases yet. </p> -<!-- <h3>Apache StormCrawler (Incubating) 3.0.0</h3>--> -<!-- <br/>--> -<!-- <ul>--> -<!-- <li>--> -<!-- <a href="https://www.apache.org/dyn/closer.cgi/stormcrawler/stormcrawler-3.0.0/apache-stormcrawler-3.0.0.tar.gz">apache-stormcrawler-3.0.0.tar.gz</a>--> -<!-- | <a--> -<!-- href="https://www.apache.org/dyn/closer.cgi/stormcrawler/stormcrawler-3.0.0/apache-stormcrawler-3.0.0.tar.gz.sha512">SHA512</a>--> -<!-- | <a--> -<!-- href="https://www.apache.org/dyn/closer.cgi/stormcrawler/stormcrawler-3.0.0/apache-stormcrawler-3.0.0.tar.gz.asc">ASC</a>--> -<!-- </li>--> -<!-- <li>--> -<!-- <a href="https://www.apache.org/dyn/closer.cgi/stormcrawler/stormcrawler-3.0.0/apache-stormcrawler-3.0.0.zip">apache-stormcrawler-3.0.0.zip</a>--> -<!-- | <a--> -<!-- href="https://www.apache.org/dyn/closer.cgi/stormcrawler/stormcrawler-3.0.0/apache-stormcrawler-3.0.0.zip.sha512">SHA512</a>--> -<!-- | <a--> -<!-- href="https://www.apache.org/dyn/closer.cgi/stormcrawler/stormcrawler-3.0.0/apache-stormcrawler-3.0.0.zip.asc">ASC</a>--> -<!-- </li>--> -<!-- </ul>--> - -<!-- <p>Artifacts are also available via <a href="https://search.maven.org/search?q=org.apache.stormcrawler">Maven--> -<!-- Central</a></p>--> + <h3>Apache StormCrawler (Incubating) 3.0</h3> + <br/> + <ul> + <li> + <a href="https://www.apache.org/dyn/closer.cgi/stormcrawler/stormcrawler-3.0/apache-stormcrawler-incubating-3.0-source-release.zip">apache-stormcrawler-incubating-3.0-source-release.zip</a> + | <a + href="https://www.apache.org/dyn/closer.cgi/stormcrawler/stormcrawler-3.0/apache-stormcrawler-incubating-3.0-source-release.zip.sha512">SHA512</a> + | <a + href="https://www.apache.org/dyn/closer.cgi/stormcrawler/stormcrawler-3.0/apache-stormcrawler-incubating-3.0-source-release.zip.asc">ASC</a> + </li> + </ul> + + <p>Artifacts are also available via <a href="https://search.maven.org/search?q=org.apache.stormcrawler">Maven + Central</a></p> <h3>Older Releases</h3>
