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

toulmean pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new b22488a  Automated site publishing by Jenkins build
b22488a is described below

commit b22488a000dcae6fbfcc990a1146f5c57cf77c3f
Author: Antoine Toulme <anto...@lunar-ocean.com>
AuthorDate: Sun Oct 18 22:13:49 2020 -0700

    Automated site publishing by Jenkins build
---
 content/community-members/index.html |  5 ++--
 content/community/index.html         | 49 ++++++++++++++++++++++++------------
 content/download/index.html          |  5 ++--
 content/faq/index.html               |  5 ++--
 content/feed.xml                     |  4 +--
 content/history/index.html           |  5 ++--
 content/index.html                   |  5 ++--
 7 files changed, 50 insertions(+), 28 deletions(-)

diff --git a/content/community-members/index.html 
b/content/community-members/index.html
index 32670c6..9d112bf 100644
--- a/content/community-members/index.html
+++ b/content/community-members/index.html
@@ -32,6 +32,7 @@
     <link rel="apple-touch-icon" sizes="72x72" 
href="images/apple-touch-icon-72x72.png">
     <link rel="apple-touch-icon" sizes="114x114" 
href="images/apple-touch-icon-114x114.png">
   -->
+  <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
 
   </head>
 
@@ -170,7 +171,7 @@
                 </div>
                 
                 <div>
-                    Copyright &copy; 2019 <a href="http://www.apache.org";>The 
Apache Software Foundation</a>.
+                    Copyright &copy; 2019-2020 <a 
href="http://www.apache.org";>The Apache Software Foundation</a>.
                     Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version
                     2.0</a>.
                     <br>
@@ -188,7 +189,7 @@
     </div>
 
     
-    <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
+    
 
     <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
 
diff --git a/content/community/index.html b/content/community/index.html
index 5c06a61..f0c7524 100644
--- a/content/community/index.html
+++ b/content/community/index.html
@@ -32,6 +32,7 @@
     <link rel="apple-touch-icon" sizes="72x72" 
href="images/apple-touch-icon-72x72.png">
     <link rel="apple-touch-icon" sizes="114x114" 
href="images/apple-touch-icon-114x114.png">
   -->
+  <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
 
   </head>
 
@@ -133,23 +134,39 @@
 
 <h3 id="issue-tracker">Issue tracker</h3>
 
-<h4 id="bug-reports">Bug Reports</h4>
-
-<p>Found bug? Enter an issue in the <a 
href="https://github.com/apache/incubator-tuweni/issues";>Issue Tracker</a>.</p>
-
-<p>Before submitting an issue, please:</p>
-
-<ul>
-  <li>Verify that the bug does in fact exist.</li>
-  <li>Search the issue tracker to verify there is no existing issue reporting 
the bug you’ve found.</li>
-  <li>Consider tracking down the bug yourself in the Wink’s source and 
submitting a patch along with your bug report. This is a great time saver for 
the Wink developers and helps ensure the bug will be fixed quickly.</li>
-</ul>
+<p>We use <a href="https://github.com/apache/incubator-tuweni/issues";>Github 
for bug reports and feature requests</a>, with <span id="open">(loading)</span> 
issues.</p>
+
+<div>
+  <table class="table table-bordered table-hover">
+    <thead>
+      <tr>
+      <th style="min-width:50px">
+        #
+      </th>
+      <th>
+        Title
+      </th>
+      </tr>
+    </thead>
+    <tbody id="github-issues">
+    </tbody>
+  </table>
+</div>
 
-<h4 id="feature-requests">Feature Requests</h4>
+<script>
+    var urlToGetAllOpenBugs = 
"https://api.github.com/repos/apache/incubator-tuweni/issues?state=open";;
 
-<p>Enhancement requests for new features are also welcome. The more concrete 
and rationale the request is, the greater the chance it will incorporated into 
future releases.</p>
+    $(document).ready(function () {
+        $.getJSON(urlToGetAllOpenBugs, function (allIssues) {
+            $("span#open").text(allIssues.length);
+            $.each(allIssues, function (i, issue) {
 
-<p><a 
href="https://github.com/apache/incubator-tuweni/issues";>https://github.com/apache/incubator-tuweni/issues</a></p>
+                $("tbody#github-issues")
+                    .append("<tr><td><a href=\"" + issue.html_url + 
"\"><strong>#" + issue.number + "</strong></a></td><td><a href=\"" + 
issue.html_url + "\">" + issue.title + "</a></td></tr>");
+            });
+        });
+    });
+</script>
 
 <h3 id="source-code">Source Code</h3>
 
@@ -186,7 +203,7 @@
                 </div>
                 
                 <div>
-                    Copyright &copy; 2019 <a href="http://www.apache.org";>The 
Apache Software Foundation</a>.
+                    Copyright &copy; 2019-2020 <a 
href="http://www.apache.org";>The Apache Software Foundation</a>.
                     Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version
                     2.0</a>.
                     <br>
@@ -204,7 +221,7 @@
     </div>
 
     
-    <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
+    
 
     <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
 
diff --git a/content/download/index.html b/content/download/index.html
index 38535b3..85e47f2 100644
--- a/content/download/index.html
+++ b/content/download/index.html
@@ -32,6 +32,7 @@
     <link rel="apple-touch-icon" sizes="72x72" 
href="images/apple-touch-icon-72x72.png">
     <link rel="apple-touch-icon" sizes="114x114" 
href="images/apple-touch-icon-114x114.png">
   -->
+  <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
 
   </head>
 
@@ -215,7 +216,7 @@ succeed.</p>
                 </div>
                 
                 <div>
-                    Copyright &copy; 2019 <a href="http://www.apache.org";>The 
Apache Software Foundation</a>.
+                    Copyright &copy; 2019-2020 <a 
href="http://www.apache.org";>The Apache Software Foundation</a>.
                     Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version
                     2.0</a>.
                     <br>
@@ -233,7 +234,7 @@ succeed.</p>
     </div>
 
     
-    <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
+    
 
     <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
 
diff --git a/content/faq/index.html b/content/faq/index.html
index 8e1c42a..e1bb37c 100644
--- a/content/faq/index.html
+++ b/content/faq/index.html
@@ -32,6 +32,7 @@
     <link rel="apple-touch-icon" sizes="72x72" 
href="images/apple-touch-icon-72x72.png">
     <link rel="apple-touch-icon" sizes="114x114" 
href="images/apple-touch-icon-114x114.png">
   -->
+  <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
 
   </head>
 
@@ -169,7 +170,7 @@ The Apache Software Foundation being a merit-based 
organization allows for such
                 </div>
                 
                 <div>
-                    Copyright &copy; 2019 <a href="http://www.apache.org";>The 
Apache Software Foundation</a>.
+                    Copyright &copy; 2019-2020 <a 
href="http://www.apache.org";>The Apache Software Foundation</a>.
                     Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version
                     2.0</a>.
                     <br>
@@ -187,7 +188,7 @@ The Apache Software Foundation being a merit-based 
organization allows for such
     </div>
 
     
-    <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
+    
 
     <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
 
diff --git a/content/feed.xml b/content/feed.xml
index 90b8dac..e2914ff 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -5,8 +5,8 @@
     <description></description>
     <link>//</link>
     <atom:link href="//feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Sun, 18 Oct 2020 21:23:05 -0700</pubDate>
-    <lastBuildDate>Sun, 18 Oct 2020 21:23:05 -0700</lastBuildDate>
+    <pubDate>Sun, 18 Oct 2020 22:13:48 -0700</pubDate>
+    <lastBuildDate>Sun, 18 Oct 2020 22:13:48 -0700</lastBuildDate>
     <generator>Jekyll v3.7.4</generator>
     
       <item>
diff --git a/content/history/index.html b/content/history/index.html
index 5be8090..8dde057 100644
--- a/content/history/index.html
+++ b/content/history/index.html
@@ -32,6 +32,7 @@
     <link rel="apple-touch-icon" sizes="72x72" 
href="images/apple-touch-icon-72x72.png">
     <link rel="apple-touch-icon" sizes="114x114" 
href="images/apple-touch-icon-114x114.png">
   -->
+  <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
 
   </head>
 
@@ -155,7 +156,7 @@ Derive <code class="highlighter-rouge">FOO</code> return 
type by a customizable
                 </div>
                 
                 <div>
-                    Copyright &copy; 2019 <a href="http://www.apache.org";>The 
Apache Software Foundation</a>.
+                    Copyright &copy; 2019-2020 <a 
href="http://www.apache.org";>The Apache Software Foundation</a>.
                     Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version
                     2.0</a>.
                     <br>
@@ -173,7 +174,7 @@ Derive <code class="highlighter-rouge">FOO</code> return 
type by a customizable
     </div>
 
     
-    <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
+    
 
     <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
 
diff --git a/content/index.html b/content/index.html
index 528f22d..80e142b 100644
--- a/content/index.html
+++ b/content/index.html
@@ -32,6 +32,7 @@
     <link rel="apple-touch-icon" sizes="72x72" 
href="images/apple-touch-icon-72x72.png">
     <link rel="apple-touch-icon" sizes="114x114" 
href="images/apple-touch-icon-114x114.png">
   -->
+  <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
 
   </head>
 
@@ -135,7 +136,7 @@
                 </div>
                 
                 <div>
-                    Copyright &copy; 2019 <a href="http://www.apache.org";>The 
Apache Software Foundation</a>.
+                    Copyright &copy; 2019-2020 <a 
href="http://www.apache.org";>The Apache Software Foundation</a>.
                     Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version
                     2.0</a>.
                     <br>
@@ -153,7 +154,7 @@
     </div>
 
     
-    <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
+    
 
     <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@tuweni.apache.org
For additional commands, e-mail: commits-h...@tuweni.apache.org

Reply via email to