This is an automated email from the ASF dual-hosted git repository.
dashorst pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/wicket-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 12785acc Temporarily remove Tumblr 'Built with Wicket' carroussel due
to ASF CSP
12785acc is described below
commit 12785accee86a39edc3689e0ebb02c457d88d8ee
Author: Martijn Dashorst <[email protected]>
AuthorDate: Mon Mar 17 12:17:05 2025 +0100
Temporarily remove Tumblr 'Built with Wicket' carroussel due to ASF CSP
---
content/atom.xml | 2 +-
content/index.html | 78 ------------------------------------------------------
index.md | 5 ----
3 files changed, 1 insertion(+), 84 deletions(-)
diff --git a/content/atom.xml b/content/atom.xml
index 76e53a7d..45ea3dba 100644
--- a/content/atom.xml
+++ b/content/atom.xml
@@ -3,7 +3,7 @@
<title>Apache Wicket</title>
<link href="http://wicket.apache.org/atom.xml" rel="self"/>
<link href="http://wicket.apache.org/"/>
- <updated>2025-03-16T22:31:32+00:00</updated>
+ <updated>2025-03-17T11:15:55+00:00</updated>
<id>http://wicket.apache.org/</id>
<author>
<name>Apache Wicket</name>
diff --git a/content/index.html b/content/index.html
index 4cd54104..afc1fba5 100644
--- a/content/index.html
+++ b/content/index.html
@@ -14,10 +14,6 @@
<link href="/css/font-awesome.min.css" rel="stylesheet" />
<script src="/javascript/jquery-3.7.1.min.js"></script>
- <link rel="stylesheet" type="text/css" href="/css/slick-1.5.5.css"/>
-<link rel="stylesheet" type="text/css" href="/css/slick-theme-1.5.5.css"/>
-
-<script type="text/javascript" src="/javascript/slick-1.5.5.min.js"></script>
</head>
@@ -330,80 +326,6 @@
</div>
- <article id="builtwithwicket" class="builtwithwicket">
- <header class="preamble">
- <h1 id="poweredby">Projects Using Apache Wicket</h1>
- <p>
- Many projects use Wicket but are not known for it.
- Below you find a list of projects that are <a
href="http://builtwithwicket.tumblr.com" rel="nofollow">Powered by Wicket</a>.
- </p>
-</header>
-<article class="l-full">
- <div class="builtwithwicket-slider"></div>
- <br><br>
- <p>
- This list is generated from our Tumblr feed 'Built with Wicket'.
- You can submit your own project to this list through
- <a href="http://builtwithwicket.tumblr.com/submit" rel="nofollow">this
form</a>.
- </p>
-</article>
-<div class="l-first"></div>
-<!-- Only display the blog image, title and post URL -->
-<script type="text/javascript">
- function randomIntFromInterval(min,max)
- {
- return Math.floor(Math.random()*(max-min+1)+min);
- }
-
- $.getJSON('./tumblr.json',
- function(response) {
- var posts = response.posts;
-
- for(var postIndex in posts) {
- var post = posts[postIndex];
- var caption = jQuery('<div>' + post['photo-caption'] +
'</div>').text().substring(0,150) + "...";
- var newSlide = $('.builtwithwicket-slider').append(
- '<div class="builtwithwicket-post">\n' +
- ' <img class="builtwithwicket-screenshot" data-lazy="' +
post['photo-url-500'] + '">\n' +
- ' <p class="builtwithwicket-caption">' + caption +
'</p>\n' +
- ' <a href="' + post['url'] + '"
rel="nofollow">More</a>\n' +
- '</div>');
- }
-
- $('.builtwithwicket-slider').slick({
- arrows: true,
- autoplay: true,
- autoplaySpeed: 5000,
- dots: true,
- draggable: true,
- infinite: true,
- initialSlide: randomIntFromInterval(0, posts.length),
- lazyLoad: 'ondemand',
- pauseOnDotsHover: true,
- responsive: [ {
- breakpoint: 590,
- settings: {
- slidesToShow: 1,
- slidesToScroll: 1
- }
- },
- {
- breakpoint: 960,
- settings: {
- slidesToShow: 2,
- slidesToScroll: 2
- }
- },
- ],
- slidesToShow: 3,
- slidesToScroll: 3,
- swipe: true,
- });
- });
-</script>
-
- </article>
-
<article id="news" class="">
<div class="l-full l-first preamble">
<h1 id="news">News about Apache Wicket</h1>
diff --git a/index.md b/index.md
index 24fb9d9d..dfd3d05c 100644
--- a/index.md
+++ b/index.md
@@ -3,11 +3,6 @@ layout: post
title:
pageclasses: index
additionalContents:
- -
- header: builtwithwicket--header.html
- path: builtwithwicket.html
- sectionId: builtwithwicket
- cssClass: builtwithwicket
-
path: news.html
sectionId: news