Skip to content

Commit

Permalink
various updates
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <[email protected]>
  • Loading branch information
ceki committed Mar 20, 2023
1 parent 4d62979 commit a27f1e0
Show file tree
Hide file tree
Showing 9 changed files with 162 additions and 17 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.slf4j</groupId>
<version>2.0.3</version>
<version>2.0.7</version>
<artifactId>slf4j-site</artifactId>

<!-- is not intended for deployment on Maven central -->
Expand All @@ -18,7 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<latest.1.version>1.7.36</latest.1.version>
<latest.2.version>2.0.6</latest.2.version>
<latest.2.version>2.0.7</latest.2.version>
<latest.stable.version>${latest.2.version}</latest.stable.version>
<older.stable.version>${latest.1.version}</older.stable.version>
<logback-javax.version>1.3.5</logback-javax.version>
Expand Down
14 changes: 7 additions & 7 deletions src/site/pages/css/menu2.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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;
}




5 changes: 2 additions & 3 deletions src/site/pages/css/site3.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -42,7 +41,7 @@ table {
@media (min-width: 1000px) {

:root {
--main-logo-height: 3rem;
--main-logo-height: 2.5rem;
}

body {
Expand Down
2 changes: 1 addition & 1 deletion src/site/pages/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>Documentation</h1>
lengthy.</p>

<ul>
<li><a href="manual.html">User manual</a></li>
<li><a href="manual.html"><span class="big">User manual</span></a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="codes.html">SLF4J error messages</a></li>
<li><a href="legacy.html">Bridging legacy APIs</a></li>
Expand Down
2 changes: 1 addition & 1 deletion src/site/pages/license.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>Licensing terms for SLF4J</h1>
</p>

<div class="source">
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
Expand Down
4 changes: 2 additions & 2 deletions src/site/pages/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,12 +305,12 @@ <h3 class="doAnchor" name="swapping">Binding with a logging

<dt><em>slf4j-nop-${latest.stable.version}.jar</em></dt>
<dd>Binding/provider for <a
href="http://www.slf4j.org/api/org/slf4j/helpers/NOPLogger.html">NOP</a>,
href="apidocs/org/slf4j/helpers/NOPLogger.html">NOP</a>,
silently discarding all logging.<p/></dd>

<dt><em>slf4j-simple-${latest.stable.version}.jar</em></dt>
<dd>Binding/provider for <a
href="http://www.slf4j.org/apidocs/org/slf4j/impl/SimpleLogger.html">Simple
href="apidocs/org/slf4j/simple/SimpleLogger.html">Simple
</a> 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
Expand Down
43 changes: 43 additions & 0 deletions src/site/pages/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,49 @@ <h2>On the 2.0.x series</h2>
href="faq.html#changesInVersion200">detailed</a> in the FAQ page.
</p>


<div style="display: flex;">
<div style="margin-right: 1rem;">
<a href="https://github.com/jvm-repo-rebuild/reproducible-central/">
<img style="max-height: 5rem;" src="images/reproducible.svg"/>
</a>
</div>
<div><p>Starting early 2022, logback artifacts are binary reproducible, as
<a href="https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/slf4j"> independently attested
</a> by reproducible-central.
</p>
</div>
</div>


<hr noshade="noshade" size="1"/>

<h3 class="doAnchor" name="2.0.7">2023-03-17 - Release of SLF4J 2.0.7</h3>

<p>&bull; Fixed several OSGi MANIFEST.MF related issues, namely
<a href="https://jira.qos.ch/browse/SLF4J-581">SLF4J-581</a>,
<a href="https://jira.qos.ch/browse/SLF4J-579">SLF4J-579</a> and
<a href="https://jira.qos.ch/browse/SLF4J-583">SLF4J-583</a>. Many
thanks to Hannes Wellmann for providing the relevant PRs and for
his precious collaboration..</p>

<p>&bull; Fixed missing javadoc artifacts. This issue was repoerted
by Witalij Berdinskich in <a
href="https://jira.qos.ch/browse/SLF4J-584">SLF4J-584</a>.

<p>&bull; SLF4J artifacts now include a LICENSE.txt file in
published artifacts. This enhancement was requested by Tobias
Wittmann in <a
href="https://jira.qos.ch/browse/SLF4J-582">SLF4J-582</a>.



<p>&bull; 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.</p>


<hr noshade="noshade" size="1"/>

<h3 class="doAnchor" name="2.0.6">2022-12-12 - Release of SLF4J 2.0.6</h3>
Expand Down
2 changes: 1 addition & 1 deletion src/site/pages/templates/header3.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
function insertLogoAndMenu() {
document.write(' <div class="dropdown">');
document.write(' <button id="mainMenuButton" class="link">');
document.write(' <img class="logo" src="'+ prefix +'images/logos/SLF4J_72dpi.png"/>');
document.write(' <span class="bar">&#x2630;&nbsp;</span> <img class="logo" src="'+ prefix +'images/logos/SLF4J_72dpi.png"/>');
document.write(' </button>');
document.write(' <div class="dropdown-menu information-grid">');
document.write(' <div>'); // hanging div start
Expand Down
103 changes: 103 additions & 0 deletions src/site/resources/images/reproducible.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a27f1e0

Please sign in to comment.