feat(sponsorship): add Ko-fi donation channel + CITATION.cff + download section#310
Open
githubrobbi wants to merge 1 commit into
Open
feat(sponsorship): add Ko-fi donation channel + CITATION.cff + download section#310githubrobbi wants to merge 1 commit into
githubrobbi wants to merge 1 commit into
Conversation
…ad section - .github/FUNDING.yml: wire Ko-fi (ufffssearch); GitHub Sponsors and Open Collective stubs pre-wired, commented until accounts are live - CITATION.cff: full CFF 1.2.0 spec for "Cite this repository" button; keywords match the 20 planned GitHub Topics - build/update_all_versions.rs: add update_citation() so CITATION.cff version + date-released stay in sync on every just-ship bump - README.md: new "## Download & Install" section leads with pre-built binaries + platform table before cargo-build; add total-downloads badge to header strip Co-Authored-By: Claude Sonnet 4.6 <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
FUNDING.ymlcreated withko_fi: ufffssearch— GitHub's "Sponsor this project" button now shows Ko-fi. GitHub Sponsors and Open Collective slots are pre-wired and commented out, ready to uncomment when those accounts go live.date-releasedare now auto-updated bybuild/update_all_versions.rson everyjust shipbump.## Download & Installsection before Quick Start with a platform table (Windows/macOS/Linux), SHA256 verify command, and SLSA attestation check.cargo build --releasemoved to last position and labeled "Build from source (contributors/nightly development only)" — removes the install friction for non-Rust users.update_citation()function added tobuild/update_all_versions.rsto keepCITATION.cffversion and date in sync automatically.Test plan
FUNDING.ymlrenders a Ko-fi sponsor button in the GitHub sidebar (may take a few minutes after merge)CITATION.cffrenders a "Cite this repository" button in the GitHub sidebarbuild/update_all_versions.rscompiles and dry-run output listsCITATION.cff🤖 Generated with Claude Code