This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch 16 in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler-site.git
commit 2325a0c3bc72e71b3745e122e79af3ec50f88164 Author: Richard Zowalla <[email protected]> AuthorDate: Thu Apr 25 08:58:50 2024 +0200 Fixes #16 --- _includes/footer.html | 10 +++++++--- _layouts/default.html | 2 ++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 55d13d7..464f971 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,6 +3,10 @@ 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 p [...] <br/> <br/> - © 2024 <a href="https://stormcrawler.apache.org/">The Apache Software Foundation</a><br/><br/> -Licensed under the Apache License, Version 2.0. <br/> Apache StormCrawler, StormCrawler, the Apache feather logo are trademarks of The Apache Software Foundation. <br/> All other marks mentioned may be trademarks or registered trademarks of their respective owners. -</footer> + © 2024 <a href="https://stormcrawler.apache.<org/">The Apache Software Foundation</a><br/><br/> +Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <br/> Apache StormCrawler, StormCrawler, the Apache feather logo are trademarks of The Apache Software Foundation. <br/> All other marks mentioned may be trademarks or registered trademarks of their respective owners. <br/><br/> + <a href="https://opennlp.apache.org/privacy-policy.html">Privacy Policy</a> | <a href="https://www.apache.org/security/">Security</a> | <a href="https://www.apache.org/foundation/sponsorship">Sponsorship</a> | <a href="https://www.apache.org/foundation/sponsors">Sponsors</a><br/><br/> + <div class="footer-widget"> + <a class="acevent" data-format="wide" data-mode="dark"></a> + </div> +</footer> \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 82b0e91..95ef8a2 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,4 +15,6 @@ </body> + <script src="https://www.apachecon.com/event-images/snippet.js"></script> + </html>
