chore(footer): remove unverified Bitcoin donation address#362
Merged
JohnMcLear merged 1 commit intoether:masterfrom Apr 16, 2026
Merged
chore(footer): remove unverified Bitcoin donation address#362JohnMcLear merged 1 commit intoether:masterfrom
JohnMcLear merged 1 commit intoether:masterfrom
Conversation
The Bitcoin address that has been listed in the site footer for years (198uyayMFVHUmrcuzWKFSMAkmwfkQgQEXj) is not verified as belonging to or being monitored by current maintainers. Leaving a public donation channel where the destination is unknown is worse than having no donation channel at all — well-intentioned donors could send funds that never reach the project. Removing the listing pending verification of the recipient. If a verified, monitored donation channel (Bitcoin or otherwise) is set up in the future, it can be re-added in a dedicated PR alongside any other supported funding routes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Member
Author
|
I "Think" it goes to SFC so... |
JohnMcLear
added a commit
to JohnMcLear/ether.github.com
that referenced
this pull request
Apr 17, 2026
Four related tweaks to the home page after PRs ether#361 and ether#365 landed. - InstallOneLiner: swap the Docker one-liner for the native curl/irm installer commands from etherpad-lite README (Linux/macOS use bin/installer.sh, Windows uses bin/installer.ps1). Update the caption from "Needs Docker" to git + Node.js >= 20 with the follow-up `cd etherpad-lite && pnpm run prod` step. - MainHeadline: remove the "Read the manifesto" and "Why Etherpad" CTA buttons from the hero. The header already links to /about, and the hero was getting crowded once the InstallOneLiner landed. - MainHeadline: shrink hero h1 from 2.5rem to 2.3rem so the heading fits more naturally above the subhead on narrower viewports. - AddFunctionalities: rename heading "Add Functionalities" to "Add Functionality" — "functionality" reads as an uncountable collective here, which is more idiomatic. - Footer: remove the unverified Bitcoin donation line that PR ether#361 reintroduced when the positioning branch merged on top of ether#362. No routing or dependency changes. `pnpm run build` succeeds; all routes still generate statically. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
5 tasks
JohnMcLear
added a commit
that referenced
this pull request
Apr 17, 2026
…366) Four related tweaks to the home page after PRs #361 and #365 landed. - InstallOneLiner: swap the Docker one-liner for the native curl/irm installer commands from etherpad-lite README (Linux/macOS use bin/installer.sh, Windows uses bin/installer.ps1). Update the caption from "Needs Docker" to git + Node.js >= 20 with the follow-up `cd etherpad-lite && pnpm run prod` step. - MainHeadline: remove the "Read the manifesto" and "Why Etherpad" CTA buttons from the hero. The header already links to /about, and the hero was getting crowded once the InstallOneLiner landed. - MainHeadline: shrink hero h1 from 2.5rem to 2.3rem so the heading fits more naturally above the subhead on narrower viewports. - AddFunctionalities: rename heading "Add Functionalities" to "Add Functionality" — "functionality" reads as an uncountable collective here, which is more idiomatic. - Footer: remove the unverified Bitcoin donation line that PR #361 reintroduced when the positioning branch merged on top of #362. No routing or dependency changes. `pnpm run build` succeeds; all routes still generate statically. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Removes the Bitcoin donation address (
198uyayMFVHUmrcuzWKFSMAkmwfkQgQEXj) that has been listed in the site footer for years. The destination wallet is not verified as belonging to or being monitored by current maintainers.Leaving a public donation channel where the destination is unknown is worse than having no channel at all — well-intentioned donors could send funds that never reach the project.
Why a separate PR?
Companion to #361 (the homepage positioning rewrite), but kept as its own PR because:
Changes
<p>Bitcoin public address: ...</p>line fromsrc/components/Footer.tsx.That's it. No other content affected.
Future donation channels
If/when a verified, actively monitored donation channel (Bitcoin, OpenCollective, GitHub Sponsors, bank transfer, or otherwise) is set up, it can be re-added in a dedicated PR alongside any other supported funding routes — ideally with a
/donatepage that explains where the funds go.Test plan
🤖 Generated with Claude Code