This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/storm-site.git

commit b16a1d850913465186c80a9ca26c160dd6f47329
Author: Richard Zowalla <r...@apache.org>
AuthorDate: Thu Jan 4 17:30:48 2024 +0100

    Updates website to include CoC dynamic event links
    Updates to 2024
---
 _includes/footer.html | 12 +++++-------
 about/integrates.md   |  8 +-------
 2 files changed, 6 insertions(+), 14 deletions(-)

diff --git a/_includes/footer.html b/_includes/footer.html
index fa6cf9050..6675bb5c6 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -4,12 +4,9 @@
             <div class="col-md-3">
                 <div class="footer-widget">
                     <h5>Meetups</h5>
-                    <ul class="latest-news">
-                        {% for meetup in site.data.meetups %}
-                        <li><a href="{{meetup.url}}">{{meetup.title}}</a> 
<span class="small">({{meetup.location}})</span></li>
-                        {% endfor %}
-                        <!-- <li><a 
href="http://www.meetup.com/Apache-Storm-Kafka-Users/";>Seatle, WA</a> <span 
class="small">(27 Jun 2015)</span></li> -->
-                    </ul>
+                    <div class="footer-widget">
+                        <a class="acevent" data-format="wide" 
data-mode="dark"></a>
+                    </div>
                 </div>
             </div>
             <div class="col-md-3">
@@ -43,7 +40,7 @@
         <hr/>
         <div class="row">   
             <div class="col-md-12">
-                <p align="center">Copyright © 2023 <a 
href="https://www.apache.org";>Apache Software Foundation</a>
+                <p align="center">Copyright © 2024 <a 
href="https://www.apache.org";>Apache Software Foundation</a>
                     . All Rights Reserved.
                     <br>Apache Storm, Apache, the Apache feather logo, and the 
Apache Storm project logos are trademarks of The Apache Software Foundation. 
                     <br>All other marks mentioned may be trademarks or 
registered trademarks of their respective owners.</p>
@@ -69,5 +66,6 @@
     })();
 </script>
 <!-- End Matomo Code -->
+<script src="https://www.apachecon.com/event-images/snippet.js";></script>
 <!-- Scroll to top -->
 <span class="totop"><a href="#"><i class="fa fa-angle-up"></i></a></span> 
diff --git a/about/integrates.md b/about/integrates.md
index d0f633dc7..056a1159f 100644
--- a/about/integrates.md
+++ b/about/integrates.md
@@ -2,12 +2,6 @@
 layout: about
 ---
 
-Apache Storm integrates with any queueing system and any database system. 
Apache Storm's [spout](/apidocs/backtype/storm/spout/ISpout.html) abstraction 
makes it easy to integrate a new queuing system. Example queue integrations 
include:
-
-1. [Kestrel](https://github.com/nathanmarz/storm-kestrel)
-2. [RabbitMQ / AMQP](https://github.com/Xorlev/storm-amqp-spout)
-3. [Kafka](https://github.com/apache/storm/tree/master/external/storm-kafka)
-4. [JMS](https://github.com/ptgoetz/storm-jms)
-5. [Amazon Kinesis](https://github.com/awslabs/kinesis-storm-spout)
+Apache Storm integrates with any queueing system and any database system. 
Apache Storm's [spout](/apidocs/backtype/storm/spout/ISpout.html) abstraction 
makes it easy to integrate a new queuing system. 
 
 Likewise, integrating Apache Storm with database systems is easy. Simply open 
a connection to your database and read/write like you normally would. Apache 
Storm will handle the parallelization, partitioning, and retrying on failures 
when necessary.
\ No newline at end of file

Reply via email to