feat: new article listing Rust BitTorrent tracker implementations#177
Merged
josecelano merged 4 commits intodevelopfrom Feb 25, 2026
Merged
Conversation
Closes #155 Covers 9 trackers (4 active, 5 historical/experimental): - aquatic, Torrust Tracker, Torrust-Actix, UNIT3D-Announce (active) - UDPT, Tyto, Rotten, bittorrent-client-tracker, Torshare (historical) Content sourced from each project's README. Includes: - Per-tracker feature and BEP lists - Comparison table with Protocols, BEPs, License, Stars, Status columns - Entries ordered by descending GitHub star count
- Add Prettier override for *.md to use spaces (useTabs: false), preventing hard tabs being introduced in Markdown code blocks - Fix MD010 (hard tabs), MD036 (bold used as heading), MD001 (heading increment) violations in AGENTS.md - Improve Managing Blog Posts section: accurate metadata.ts format, +page.server.ts boilerplate, +page.svelte structure, component table, images conventions, and critical metadata regeneration warning - Update Common Tasks / Adding a new blog post with correct 8-step workflow
Member
Author
|
ACK b95cc90 |
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.
Closes #155
Summary
Adds a new blog post: "BitTorrent Trackers Implemented in Rust" — a comprehensive overview of all known Rust-based BitTorrent tracker implementations.
What's included
New blog post (
src/routes/blog/trackers-implemented-in-rust/)Banner image
static/images/posts/trackers-implemented-in-rust/banner-rust-bitorrent-trackers.webpBug fix
src/lib/constants/constants.tsand the blog post fromgbitt.infotohttps://www.torrust-actix.com/Tooling / docs
AGENTS.md: improved blog post authoring instructions, fixed Markdown lint violations (MD010, MD036, MD001).prettierrc.cjs: added*.mdoverride to prevent hard tabs in Markdown files