From a27f1e0ab616bdf40c68424f4bd9ca4b4562bf4c Mon Sep 17 00:00:00 2001 From: Ceki Gulcu Date: Mon, 20 Mar 2023 22:39:39 +0100 Subject: [PATCH] various updates Signed-off-by: Ceki Gulcu --- pom.xml | 4 +- src/site/pages/css/menu2.css | 14 +-- src/site/pages/css/site3.css | 5 +- src/site/pages/docs.html | 2 +- src/site/pages/license.html | 2 +- src/site/pages/manual.html | 4 +- src/site/pages/news.html | 43 +++++++++ src/site/pages/templates/header3.js | 2 +- src/site/resources/images/reproducible.svg | 103 +++++++++++++++++++++ 9 files changed, 162 insertions(+), 17 deletions(-) create mode 100644 src/site/resources/images/reproducible.svg diff --git a/pom.xml b/pom.xml index 4177bb2..bf595b1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.slf4j - 2.0.3 + 2.0.7 slf4j-site @@ -18,7 +18,7 @@ UTF-8 1.7.36 - 2.0.6 + 2.0.7 ${latest.2.version} ${latest.1.version} 1.3.5 diff --git a/src/site/pages/css/menu2.css b/src/site/pages/css/menu2.css index 729e49b..7013287 100644 --- a/src/site/pages/css/menu2.css +++ b/src/site/pages/css/menu2.css @@ -1,6 +1,6 @@ :root { - --menu-arrow-color: #ffd0a0; + --menu-bars-color: #4183c4; --menu-background: #F0F0F0; /* #fff8e8 */ --menu-background-hover: #E0E0E0; --menu-header-background: #fff8e8; @@ -86,17 +86,17 @@ button.link.active + div.dropdown-menu { gap: 0rem; } -button.link::before { - /*content: '\1A06'; */ - content: '\21E3'; +span.bar { font-size: calc(var(--main-logo-height) * 0.9); font-weight: bold; vertical-align: super; - color: var(--menu-arrow-color); + color: var(--menu-bars-color); } -button.link.active::before { - content: '\21E1'; +span.bar:hover { + color: #26b; } + + diff --git a/src/site/pages/css/site3.css b/src/site/pages/css/site3.css index 861fee2..cbdc253 100644 --- a/src/site/pages/css/site3.css +++ b/src/site/pages/css/site3.css @@ -12,8 +12,7 @@ --min-menu-width: 12rem; --max-menu-width: 14rem; - --main-logo-height: 2rem; - --logo-in-menu-height: 2.5ex; + --main-logo-height: 1.5rem; } body { @@ -42,7 +41,7 @@ table { @media (min-width: 1000px) { :root { - --main-logo-height: 3rem; + --main-logo-height: 2.5rem; } body { diff --git a/src/site/pages/docs.html b/src/site/pages/docs.html index f4c8cf4..c1e3039 100644 --- a/src/site/pages/docs.html +++ b/src/site/pages/docs.html @@ -20,7 +20,7 @@

Documentation

lengthy.

    -
  • User manual
  • +
  • User manual
  • FAQ
  • SLF4J error messages
  • Bridging legacy APIs
  • diff --git a/src/site/pages/license.html b/src/site/pages/license.html index 1048f22..9ba275c 100644 --- a/src/site/pages/license.html +++ b/src/site/pages/license.html @@ -26,7 +26,7 @@

    Licensing terms for SLF4J

    - Copyright (c) 2004-2017 QOS.ch + Copyright (c) 2004-2023 QOS.ch All rights reserved. Permission is hereby granted, free of charge, to any person obtaining diff --git a/src/site/pages/manual.html b/src/site/pages/manual.html index 14f70ca..42093fb 100644 --- a/src/site/pages/manual.html +++ b/src/site/pages/manual.html @@ -305,12 +305,12 @@

    Binding with a logging
    slf4j-nop-${latest.stable.version}.jar
    Binding/provider for NOP, + href="apidocs/org/slf4j/helpers/NOPLogger.html">NOP, silently discarding all logging.

    slf4j-simple-${latest.stable.version}.jar
    Binding/provider for Simple + href="apidocs/org/slf4j/simple/SimpleLogger.html">Simple implementation, which outputs all events to System.err. Only messages of level INFO and higher are printed. This binding may be useful in the context of small diff --git a/src/site/pages/news.html b/src/site/pages/news.html index 91f5a09..bcf51d5 100644 --- a/src/site/pages/news.html +++ b/src/site/pages/news.html @@ -56,6 +56,49 @@

    On the 2.0.x series

    href="faq.html#changesInVersion200">detailed in the FAQ page.

    + +
    +
    + + + +
    +

    Starting early 2022, logback artifacts are binary reproducible, as + independently attested + by reproducible-central. +

    +
    +
    + + +
    + +

    2023-03-17 - Release of SLF4J 2.0.7

    + +

    • Fixed several OSGi MANIFEST.MF related issues, namely + SLF4J-581, + SLF4J-579 and + SLF4J-583. Many + thanks to Hannes Wellmann for providing the relevant PRs and for + his precious collaboration..

    + +

    • Fixed missing javadoc artifacts. This issue was repoerted + by Witalij Berdinskich in SLF4J-584. + +

    • SLF4J artifacts now include a LICENSE.txt file in + published artifacts. This enhancement was requested by Tobias + Wittmann in SLF4J-582. + + + +

    • The binary of this version can be reproduced by checking + out the tag v_2.0.7 from the source code repository + (GitHub). Release built using Java "19" 2022-09-20 build 19+36-2038 + under Linux Debian 11.2.

    + +

    2022-12-12 - Release of SLF4J 2.0.6

    diff --git a/src/site/pages/templates/header3.js b/src/site/pages/templates/header3.js index 783cb94..d21d380 100644 --- a/src/site/pages/templates/header3.js +++ b/src/site/pages/templates/header3.js @@ -2,7 +2,7 @@ function insertLogoAndMenu() { document.write('