This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch 7 in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler-site.git
commit e1ff6e09aa076e19be2b7d970376dab244374f89 Author: Richard Zowalla <[email protected]> AuthorDate: Thu Apr 25 10:46:42 2024 +0200 Fix #7 --- _includes/header.html | 2 +- download/index.html | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 1 deletion(-) diff --git a/_includes/header.html b/_includes/header.html index e538166..5ad864b 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -8,7 +8,7 @@ <nav class="site-nav"> <ul> <li><a href="{{ site.baseurl }}/index.html">Home</a> - <li><a href="https://github.com/apache/incubator-stormcrawler/releases/tag/2.11">Download</a></li> + <li><a href="{{ site.baseurl }}/download/index.html">Download</a> <li><a href="https://github.com/apache/incubator-stormcrawler">Source Code</a></li> <li><a href="{{ site.baseurl }}/getting-started/">Getting Started</a></li> <li><a href="https://javadoc.io/doc/com.digitalpebble.stormcrawler/storm-crawler-core/latest/index.html">JavaDocs</a> diff --git a/download/index.html b/download/index.html new file mode 100644 index 0000000..5ebf698 --- /dev/null +++ b/download/index.html @@ -0,0 +1,57 @@ +--- +layout: default +slug: download +title: Download +--- + +<div class="row row-col"> + <h1>Download</h1> + <br> + <h2>Release Integrity</h2> + <p>You <b>must</b> <a href="https://www.apache.org/info/verification.html">verify</a> the integrity of the + downloaded files. We provide OpenPGP signatures (*.asc files) for every release file. This signature should be + matched against <a href="https://downloads.apache.org/stormcrawler/KEYS">KEYS</a> file which contains the + OpenPGP keys of StormCrawlers’s Release Managers. We also provide SHA-512 checksums for every release file. + After you download the file, you should calculate a checksum for your download, and make sure it is the same as + ours. </p> + <p>More information about release signing and verifying signatures can be found <a + href="https://www.apache.org/dev/release-signing.html">here</a>.</p> + + <h2>Disclaimer</h2> + <p>Apache StormCrawler is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the + Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that + the infrastructure, communications, and decision making process have stabilized in a manner consistent with + other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or + stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p> + <h2>Downloads</h2> + + <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>Older Releases</h3> + + <p>Previous <b>non</b>-ASF releases can be found <a + href="https://search.maven.org/search?q=g:com.digitalpebble.stormcrawler">here</a>.</p> +</div>
