Skip to content

Commit 14659d3

Browse files
committed
Split README metadata notes
1 parent 3739cf8 commit 14659d3

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ A curated list of noteworthy Java frameworks, libraries, tools and resources.
88

99
<sub>Activity: 🟢 pushed within 3 months · 🟠 pushed 3–12 months ago · 🔴 no push for over 12 months</sub>
1010

11-
<sub>License chips use GitHub SPDX metadata when available. Entries spanning several repositories combine their stars, use the most recent push for activity and show a license only when all repositories agree.</sub>
11+
<sub>License chips use GitHub SPDX metadata when available.</sub>
12+
13+
<sub>Entries spanning several repositories combine their stars, use the most recent push for activity and show a license only when all repositories agree.</sub>
1214

1315
Browse a category below, or use your browser's find command to locate a project.
1416

@@ -348,7 +350,7 @@ _Libraries that provide external configuration._
348350
349351
> **[owner](https://github.com/lviggiano/owner)** <kbd>★ 939</kbd> <kbd>BSD-3-Clause</kbd> 🟢<br>Reduces boilerplate of properties.
350352
351-
> **[sealed-env](https://github.com/davidalmeidac/sealed-env)** <kbd>★ 9</kbd> <kbd>MIT</kbd> 🟢<br>Encrypts environment files with a shared Node.js and Java/Spring Boot format plus optional TOTP unsealing.
353+
> **[sealed-env](https://github.com/davidalmeidac/sealed-env)** <kbd>★ 10</kbd> <kbd>MIT</kbd> 🟢<br>Encrypts environment files with a shared Node.js and Java/Spring Boot format plus optional TOTP unsealing.
352354
353355
</details>
354356

scripts/GenerateReadme.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,8 @@ private static String render(Catalog source, StatsCache cache, LocalDate today,
443443
.append(DISPLAY_DATE.format(cache.refreshed())).append("</sub>\n\n")
444444
.append("<sub>Activity: 🟢 pushed within 3 months · 🟠 pushed 3–12 months ago · ")
445445
.append("🔴 no push for over 12 months</sub>\n\n")
446-
.append("<sub>License chips use GitHub SPDX metadata when available. Entries spanning ")
447-
.append("several repositories combine their stars, use the most recent push for activity ")
446+
.append("<sub>License chips use GitHub SPDX metadata when available.</sub>\n\n")
447+
.append("<sub>Entries spanning several repositories combine their stars, use the most recent push for activity ")
448448
.append("and show a license only when all repositories agree.</sub>\n\n")
449449
.append("Browse a category below, or use your browser's find command to locate a project.\n\n")
450450
.append("<details>\n")

0 commit comments

Comments
 (0)