Author: shuber
Date: Mon Nov 15 21:25:46 2021
New Revision: 1895073

URL: http://svn.apache.org/viewvc?rev=1895073&view=rev
Log:
[scm-publish] Updating Unomi website

Added:
    unomi/website/connectors.html
Modified:
    unomi/website/community/events/index.html
    unomi/website/community/events/meetups/2021-11-18.html
    unomi/website/index.html

Modified: unomi/website/community/events/index.html
URL: 
http://svn.apache.org/viewvc/unomi/website/community/events/index.html?rev=1895073&r1=1895072&r2=1895073&view=diff
==============================================================================
--- unomi/website/community/events/index.html (original)
+++ unomi/website/community/events/index.html Mon Nov 15 21:25:46 2021
@@ -108,7 +108,7 @@
             <h3>Coming up !</h3>
 
             <ul>
-                <li>November 18th, 2021, 1600-1800 CEST: <a 
href="meetups/2021-11-18.html">First ever Apache Unomi
+                <li>November 18th, 2021, 1600-1800 CET: <a 
href="meetups/2021-11-18.html">First ever Apache Unomi
                     meetup</a></li>
             </ul>
 

Modified: unomi/website/community/events/meetups/2021-11-18.html
URL: 
http://svn.apache.org/viewvc/unomi/website/community/events/meetups/2021-11-18.html?rev=1895073&r1=1895072&r2=1895073&view=diff
==============================================================================
--- unomi/website/community/events/meetups/2021-11-18.html (original)
+++ unomi/website/community/events/meetups/2021-11-18.html Mon Nov 15 21:25:46 
2021
@@ -7,7 +7,7 @@
     <meta name="author" content="">
     <link rel="icon" href="/assets/images/favicon.ico">
 
-    <title> | Events - Coming up - Meetups - First Apache Unomi Meetup, Nov 
18th 2021 1600-1800 CEST</title>
+    <title> | Events - Coming up - Meetups - First Apache Unomi Meetup, Nov 
18th 2021 1600-1800 CET</title>
 
     <!-- Google Analytics -->
     <script>
@@ -109,7 +109,7 @@
             <p>
                 Join us for the first ever (online) community meetup of the 
Apache Unomi CDP project organized by the
                 Apache
-                project management committee (PMC) on <strong>Nov 18th, 2021 
from 1600 to 1800 CEST</strong> and learn
+                project management committee (PMC) on <strong>Nov 18th, 2021 
from 1600 to 1800 CET</strong> and learn
                 about API-first open-source
                 customer data, analytics and personalization!
             </p>
@@ -122,7 +122,7 @@
 
             <h2>When and where</h2>
 
-            <p>November 18th, 2021 at 1600-1800 CEST in an online meeting (see 
registration below).</p>
+            <p>November 18th, 2021 at 1600-1800 CET in an online meeting (see 
registration below).</p>
 
             <h2>Agenda</h2>
 

Added: unomi/website/connectors.html
URL: 
http://svn.apache.org/viewvc/unomi/website/connectors.html?rev=1895073&view=auto
==============================================================================
--- unomi/website/connectors.html (added)
+++ unomi/website/connectors.html Mon Nov 15 21:25:46 2021
@@ -0,0 +1,220 @@
+<!doctype html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1, 
shrink-to-fit=no">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <link rel="icon" href="/assets/images/favicon.ico">
+
+    <title> | Documentation</title>
+
+    <!-- Google Analytics -->
+    <script>
+        
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+            
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+        
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+        ga('create', 'UA-70313240-1', 'auto');
+        ga('send', 'pageview');
+    </script>
+    <!-- End Google Analytics -->
+
+    <!-- Bootstrap core CSS -->
+    <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
+    <!-- Fontawesome CSS CDN -->
+    <link rel="stylesheet" 
href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"; 
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
 crossorigin="anonymous">
+    <!-- Custom styles for this template -->
+    <link href="/assets/css/unomi.css" rel="stylesheet">
+</head>
+<body>
+
+<header>
+    <nav class="navbar navbar-expand-md navbar-light bg-white fixed-top 
border-bottom box-shadow">
+        <div class="container">
+            <a class="navbar-brand" href="/index.html">
+                <img src="/assets/images/unomi-86x20.png" alt="Logo Apache 
Unomi"/>
+            </a>
+            <button class="navbar-toggler" type="button" 
data-toggle="collapse" data-target="#navbarCollapse" 
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle 
navigation">
+                <span class="navbar-toggler-icon"></span>
+            </button>
+            <div class="collapse navbar-collapse justify-content-end" 
id="navbarCollapse">
+                <div>
+                    <ul class="navbar-nav mr-auto align-items-center 
text-uppercase">
+                        <li class="nav-item">
+                            <a class="nav-link" href="/get-started.html">Get 
started</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" href="/use-cases.html">Use 
cases</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" 
href="/stories.html">Stories</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" 
href="/download.html">Download</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" 
href="/documentation.html">Documentation</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" 
href="/resources.html">Resources</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" 
href="/contribute/index.html">Contribute</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link" 
href="/community/index.html">Community</a>
+                        </li>
+                        <li class="nav-item">
+                            <a class="nav-link disabled" target="_blank" 
href="https://www.apache.org";>
+                                <img 
src="/assets/images/apache-feather-tm-new.png" alt="Logo Apache Feather"/>
+                            </a>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+        </div>
+    </nav>
+</header>
+
+<main>
+        <div class="container mb-5 pt-5">
+      <h2 class="pb-2 mb-2 border-bottom">Connectors</h2>
+
+      <h4 class="pt-4 mt-2 text-dark">Featured</h4>
+
+      <div class="row mb-2">
+        <div class="col-md-4">
+          <div class="card flex-md-row mb-4 box-shadow h-md-250">
+            <div class="card-body d-flex flex-column align-items-start">
+              <strong class="d-inline-block mb-2 text-success"><i class="fas 
fa-circle"></i> Stable</strong>
+              <h3 class="mb-0 text-dark">Salesforce CRM <span 
class="text-muted">1.5.7</span></h3>
+              <div class="mb-1 text-muted">Last update: July 27th, 2021</div>
+              <p class="card-text">
+                <a href="manual/1_5_x/index.html">Download</a><br>
+              </p>
+            </div>
+          </div>
+        </div>
+        <div class="col-md-4">
+          <div class="card flex-md-row mb-4 box-shadow h-md-250">
+            <div class="card-body d-flex flex-column align-items-start">
+              <strong class="d-inline-block mb-2 text-warning"><i class="fas 
fa-circle"></i> Unstable</strong>
+              <h3 class="mb-0 text-dark">MailChimp <span 
class="text-muted">2.0.0-SNAPSHOT</span></h3>
+              <div class="mb-1 text-muted">In development</div>
+              <p class="card-text">
+                <a href="manual/latest/index.html">Download</a><br>
+              </p>
+            </div>
+          </div>
+        </div>
+        <div class="col-md-12">
+          <p>Add your own connector to this page! Learn <a href="">how 
now</a>.</p>
+        </div>
+      </div>
+
+      <h4 class="pt-4 mt-2 text-dark">Build your own !</h4>
+
+      <div class="row mb-2">
+        <div class="col-md-8">
+          <p>Quick example of a Groovy connector</p>
+          <code>
+            <pre>
+import org.apache.unomi.api.services.EventService
+import org.jsoup.nodes.Document
+
+import static groovyx.net.http.HttpBuilder.configure
+
+Document page = configure {
+    request.uri = 
'https://mvnrepository.com/artifact/org.codehaus.groovy/groovy-all'
+}.get()
+
+String license = page.select('span.b.lic').collect { it.text() }.join(', ')
+
+println "Event type:${event.getEventType()}"
+println "Profile ID=${event.getProfile().getItemId()}"
+println "Action name=${action.actionType.metadata.name}"
+println "Action parameters=${action.parameterValues}"
+
+println "Groovy is licensed under: ${license}"
+
+EventService.NO_CHANGE
+            </pre>
+          </code>
+        </div>
+        <div class="col-md-4">
+          <a href="">Learn</a> more about building your own Groovy connector !
+        </div>
+      </div>
+    </div>
+
+      </div><!-- /.container -->
+
+
+</main>
+
+<!-- FOOTER -->
+<footer class="container-fluid bg-dark pt-5 pb-3 text-white text-center 
footer">
+
+    <div class="container pb-5">
+        <div class="row">
+            <div class="col-3 col-md-3">
+                <h5>Start</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="/get-started.html" title="Get started">Get 
started</a></li>
+                    <li><a href="/get-started.html#quickstart" title="Quick 
start">Quick start</a></li>
+                    <li><a href="/download.html" 
title="Download">Download</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>Documentation</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="/documentation.html" title="Main 
documentation">Main documentation</a></li>
+                    <li><a href="/use-cases.html" title="More use cases">More 
use cases</a></li>
+                    <li><a href="/rest-api-doc/index.html" title="REST API 
documentation">REST API documentation</a></li>
+                    <li><a href="/unomi-api/apidocs/index.html" title="API 
Javadoc">API Javadoc</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>Community</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a href="/community/index.html" title="Mailing 
lists">Contact Us</a></li>
+                    <li><a href="/contribute/index.html" 
title="Contribute">Contribute</a></li>
+                    <li><a href="/community/team.html" 
title="Team">Team</a></li>
+                    <li><a href="/community/maturity-model-report.html" 
title="Maturity model report card">Maturity model report card</a></li>
+                </ul>
+            </div>
+
+            <div class="col-3 col-md-3">
+                <h5>About</h5>
+                <ul class="list-unstyled text-small">
+                    <li><a target="_blank" 
href="https://www.oasis-open.org/committees/cxs/"; title="OASIS Context Server 
Technical Committee">OASIS CXS Committee</a></li>
+                    <li><a href="/privacy-policy.html" title="Site 
policy">Site policy</a></li>
+                    <li><a target="_blank" 
href="https://www.apache.org/events/current-event.html"; title="Apache 
Events">Apache Events</a></li>
+                    <li><a target="_blank" 
href="https://www.apache.org/licenses/"; title="License">License</a></li>
+                    <li><a target="_blank" 
href="https://www.apache.org/security/"; title="Security">Security</a></li>
+                    <li><a target="_blank" 
href="https://www.apache.org/foundation/sponsorship.html"; 
title="Sponsorship">Sponsorship</a></li>
+                    <li><a target="_blank" 
href="https://www.apache.org/foundation/thanks.html"; 
title="Thanks">Thanks</a></li>
+                </ul>
+            </div>
+            <div class="w-100 pt-md-3"></div>
+        </div>
+    </div>
+
+    <p class="float-right"><a href="#">Back to top</a></p>
+    <p>Copyright &copy;2014 - 2020 <a target="_blank" 
href="https://www.apache.org";>Apache Software Foundation</a> - All Rights 
Reserved - Powered by <a target="_blank" href="https://karaf.apache.org";>Apache 
Karaf&trade;</a><br/>
+        Apache Unomi, Unomi, Apache and the Apache feather logo are either 
registered trademarks or trademarks of The Apache Software Foundation in the 
United States and other countries.</p>
+</footer>
+
+<!-- Bootstrap core JavaScript
+================================================== -->
+<!-- Placed at the end of the document so the pages load faster -->
+<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"; 
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
 crossorigin="anonymous"></script>
+<script>window.jQuery || document.write('<script 
src="/assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
+<script src="/assets/js/vendor/popper.min.js"></script>
+<script src="/assets/js/vendor/bootstrap.min.js"></script>
+</body>
+</html>
\ No newline at end of file

Modified: unomi/website/index.html
URL: 
http://svn.apache.org/viewvc/unomi/website/index.html?rev=1895073&r1=1895072&r2=1895073&view=diff
==============================================================================
--- unomi/website/index.html (original)
+++ unomi/website/index.html Mon Nov 15 21:25:46 2021
@@ -113,7 +113,7 @@
 
             <p>
             Join us for the first ever (online) community meetup of the Apache 
Unomi CDP project organized by the Apache
-            project management committee (PMC) on <strong>Nov 18th, 2021 from 
1600 to 1800 CEST</strong> and learn about API-first open-source
+            project management committee (PMC) on <strong>Nov 18th, 2021 from 
1600 to 1800 CET</strong> and learn about API-first open-source
             customer data, analytics and personalization!
             </p>
 


Reply via email to