Docs: align README badges, drop Gitter, note upstream deprecation#361
Open
ohmyfelix wants to merge 2 commits into
Open
Docs: align README badges, drop Gitter, note upstream deprecation#361ohmyfelix wants to merge 2 commits into
ohmyfelix wants to merge 2 commits into
Conversation
Align the badge block with the rest of the Dockette org (copybara / apidoc style): four img.shields.io badges (Actions, Docker Hub pulls, Sponsor, Support/Discussions) with consistent alt text. Drop the now-dead Gitter badge and the redundant Docker Stars badge. Add a short upstream-status callout so users know that GoogleChrome/rendertron is archived and marked deprecated upstream, and that the image is kept for existing users and the demo screenshot. Add the standard Maintenance section to match the rest of the org. Co-authored-by: Felix <rkfelix@gmail.com>
Contributor
Author
|
Added CI fix commit: move Rendertron CI/image to Node 20, use Debian Chromium, modernize tracer image, and fix TypeScript/test issues. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Align the badge block with the rest of the Dockette org (copybara /
apidoc style): four
img.shields.iobadges (Actions, Docker Hub pulls,Sponsor, Support/Discussions) with consistent alt text.
Drop the now-dead Gitter badge and the redundant Docker Stars badge.
Add a short upstream-status callout so users know that
GoogleChrome/rendertron
was archived and is marked deprecated upstream, and that the image is
kept for existing users and the demo screenshot.
Add the standard Maintenance section to match the rest of the org.
Badges
https://img.shields.io/docker/stars/dockette/rendertron.svg?style=flathttps://img.shields.io/docker/pulls/dockette/rendertron.svg?style=flathttps://img.shields.io/docker/pulls/dockette/rendertron.svg(alt text added)https://img.shields.io/gitter/room/dockette/dockette.svg?style=flat-squarehttps://img.shields.io/badge/support-discussions-6f42c1https://github.com/dockette/rendertron/actions/workflows/docker.yml/badge.svg(Actions)https://img.shields.io/badge/sponsor-GitHub%20Sponsors-ea4aaa(Sponsor)Why
README grill across the rollout flagged the dead Gitter endpoint, the
out-of-style Docker Stars badge, and the absence of the standard
four-badge block. The upstream
GoogleChrome/rendertronwas archivedon 2022-10-06 and marks itself deprecated; a brief callout prevents
new users from adopting it for greenfield work.
Notes
Makefile,docker-compose.yml, anddocker-compose.tracer.ymlare untouched..docs/screenshot.pngis preserved..github/workflows/docker.ymlalready exists; no new workflow is introduced by this PR.
Co-authored-by: Felix rkfelix@gmail.com