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
commit 4217883fa85a6ce0741376c307c5a9e12a63cd2b Author: Martijn Dashorst <[email protected]> AuthorDate: Fri May 2 13:35:39 2025 +0200 Replace http: with https: in urls in doap.rdf, Fix link to license --- content/atom.xml | 2 +- content/css/style.css | 8 ++++---- content/doap.rdf | 16 ++++++++-------- doap.rdf | 16 ++++++++-------- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/content/atom.xml b/content/atom.xml index 2fa775da..b0aedad8 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-04-25T11:39:13+00:00</updated> + <updated>2025-05-02T11:32:32+00:00</updated> <id>http://wicket.apache.org/</id> <author> <name>Apache Wicket</name> diff --git a/content/css/style.css b/content/css/style.css index 023f9f64..ba5f34e5 100644 --- a/content/css/style.css +++ b/content/css/style.css @@ -94,7 +94,7 @@ a { text-decoration: none; } a:hover { - color: #ee9554; + color: rgb(237.6945606695, 148.8075313808, 84.3054393305); } small { @@ -127,7 +127,7 @@ del { } mark { - background-color: #ffffb3; + background-color: rgb(255, 255, 178.5); } hr { @@ -394,7 +394,7 @@ button { .button:hover, input[type=submit]:hover, button:hover { - background: #ee9554; + background: rgb(237.6945606695, 148.8075313808, 84.3054393305); color: #fff; } .button:active, .button:focus, @@ -1008,7 +1008,7 @@ a { text-decoration: none; } a:hover { - color: #ee9554; + color: rgb(237.6945606695, 148.8075313808, 84.3054393305); } h1 a, h2 a, h3 a { diff --git a/content/doap.rdf b/content/doap.rdf index 8ac42595..6a49fd40 100644 --- a/content/doap.rdf +++ b/content/doap.rdf @@ -9,19 +9,19 @@ ======================================================================= --> - <Project rdf:about="http://wicket.apache.org/"> + <Project rdf:about="https://wicket.apache.org/"> <created>2004-04-01</created> - <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/> + <license rdf:resource="https://www.apache.org/licenses/LICENSE-2.0.txt"/> <name>Apache Wicket</name> - <homepage rdf:resource="http://wicket.apache.org"/> - <asfext:pmc rdf:resource="http://wicket.apache.org/"/> + <homepage rdf:resource="https://wicket.apache.org"/> + <asfext:pmc rdf:resource="https://wicket.apache.org/"/> <shortdesc>Apache Wicket is an open source Java component oriented web application framework.</shortdesc> <description>Write maintainable, secure and scalable web applications using just Java and HTML. Invented in 2004, Wicket is one of the few survivors of the Java serverside web framework wars of the mid 2000's, and a proud member of the Apache Software Foundation.</description> - <bug-database rdf:resource="http://issues.apache.org/jira/browse/WICKET"/> - <mailing-list rdf:resource="http://wicket.apache.org"/> - <download-page rdf:resource="http://wicket.apache.org"/> + <bug-database rdf:resource="https://issues.apache.org/jira/browse/WICKET"/> + <mailing-list rdf:resource="https://wicket.apache.org"/> + <download-page rdf:resource="https://wicket.apache.org"/> <programming-language>Java</programming-language> - <category rdf:resource="http://projects.apache.org/category/web-framework"/> + <category rdf:resource="https://projects.apache.org/category/web-framework"/> <release> <Version> <name>Latest Stable Release</name> diff --git a/doap.rdf b/doap.rdf index fc08a7f4..bee3f663 100644 --- a/doap.rdf +++ b/doap.rdf @@ -12,19 +12,19 @@ layout: null ======================================================================= --> - <Project rdf:about="http://wicket.apache.org/"> + <Project rdf:about="https://wicket.apache.org/"> <created>2004-04-01</created> - <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/> + <license rdf:resource="https://www.apache.org/licenses/LICENSE-2.0.txt"/> <name>Apache Wicket</name> - <homepage rdf:resource="http://wicket.apache.org"/> - <asfext:pmc rdf:resource="http://wicket.apache.org/"/> + <homepage rdf:resource="https://wicket.apache.org"/> + <asfext:pmc rdf:resource="https://wicket.apache.org/"/> <shortdesc>Apache Wicket is an open source Java component oriented web application framework.</shortdesc> <description>Write maintainable, secure and scalable web applications using just Java and HTML. Invented in 2004, Wicket is one of the few survivors of the Java serverside web framework wars of the mid 2000's, and a proud member of the Apache Software Foundation.</description> - <bug-database rdf:resource="http://issues.apache.org/jira/browse/WICKET"/> - <mailing-list rdf:resource="http://wicket.apache.org"/> - <download-page rdf:resource="http://wicket.apache.org"/> + <bug-database rdf:resource="https://issues.apache.org/jira/browse/WICKET"/> + <mailing-list rdf:resource="https://wicket.apache.org"/> + <download-page rdf:resource="https://wicket.apache.org"/> <programming-language>Java</programming-language> - <category rdf:resource="http://projects.apache.org/category/web-framework"/> + <category rdf:resource="https://projects.apache.org/category/web-framework"/> <release> <Version> <name>Latest Stable Release</name>
