]> juplo.de Git - website/commit
Entferne veraltete prettify.js-Referenzen aus Maven-generierten Seiten
authorKai Moritz <kai.milan.moritz@googlemail.com>
Thu, 4 Jun 2026 21:58:42 +0000 (21:58 +0000)
committerKai Moritz <kai.milan.moritz@googlemail.com>
Thu, 4 Jun 2026 21:58:42 +0000 (21:58 +0000)
commit310af9ead073ded65b1bbd3e022e80b1d1338dfd
tree82272688ecfdc609f7fd8dfafe451668671c8b34
parentcce05d8127d120114bc18f728996e9b433e4a475
Entferne veraltete prettify.js-Referenzen aus Maven-generierten Seiten

onload="prettyPrint()" und überflüssige <script src="/js/prettify.js">-Tags
aus 32 Maven-generierten Projektseiten (scannotation-1.0.4, facebook-utils-2.5.0)
entfernt. Diese Seiten enthielten keinen Code mit class="prettyprint", der
Aufruf lief also ins Leere.

Fünf Seiten mit echtem Code (facebook-utils-2.5.0: debugging, configuration,
force, pitfalls, skip) bleiben unverändert – sie binden prettify.js selbst
ein und funktionieren weiterhin.

Zieht gleichzeitig den Theme-Commit ein, der prettify.js aus dem globalen
Head-Template entfernt (Hugo nutzt Chroma für Syntax-Highlighting).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
33 files changed:
content/projects/facebook-utils-2.5.0/dependencies.html
content/projects/facebook-utils-2.5.0/dependency-info.html
content/projects/facebook-utils-2.5.0/distribution-management.html
content/projects/facebook-utils-2.5.0/index.html
content/projects/facebook-utils-2.5.0/integration.html
content/projects/facebook-utils-2.5.0/issue-tracking.html
content/projects/facebook-utils-2.5.0/license.html
content/projects/facebook-utils-2.5.0/mail-lists.html
content/projects/facebook-utils-2.5.0/plugin-management.html
content/projects/facebook-utils-2.5.0/plugins.html
content/projects/facebook-utils-2.5.0/pmd.html
content/projects/facebook-utils-2.5.0/project-info.html
content/projects/facebook-utils-2.5.0/project-reports.html
content/projects/facebook-utils-2.5.0/project-summary.html
content/projects/facebook-utils-2.5.0/source-repository.html
content/projects/facebook-utils-2.5.0/surefire-report.html
content/projects/facebook-utils-2.5.0/team-list.html
content/projects/scannotation-1.0.4/dependencies.html
content/projects/scannotation-1.0.4/dependency-info.html
content/projects/scannotation-1.0.4/distribution-management.html
content/projects/scannotation-1.0.4/index.html
content/projects/scannotation-1.0.4/integration.html
content/projects/scannotation-1.0.4/issue-tracking.html
content/projects/scannotation-1.0.4/license.html
content/projects/scannotation-1.0.4/mail-lists.html
content/projects/scannotation-1.0.4/plugin-management.html
content/projects/scannotation-1.0.4/plugins.html
content/projects/scannotation-1.0.4/project-info.html
content/projects/scannotation-1.0.4/project-reports.html
content/projects/scannotation-1.0.4/project-summary.html
content/projects/scannotation-1.0.4/source-repository.html
content/projects/scannotation-1.0.4/team-list.html
themes/hugo-juplo