feat(english): add Firebird's Nest source plugin - #2554
Merged
rajarsheechatterjee merged 1 commit intoSep 24, 2026
Merged
rajarsheechatterjee merged 1 commit into
rajarsheechatterjee merged 1 commit into
Conversation
Add a standalone source plugin for Firebird's Nest (firebirdsnest.org), an English WordPress.com-hosted translation site. Site mapping: - novel list: the primary navigation "Projects" sub-menus (the homepage itself is a paginated feed of chapter announcement posts, not novels) - novel detail: each novel page's entry content (title, author, status, synopsis, hand-maintained Table of Contents) - chapters: child pages (/heavy-knight/v1-ch1/), completed from the per-novel tag archives because the site's hand-written ToCs are stale (Heavy Knight's stops at v2-ch19 while the site publishes to v3-ch39); pre-2017 announcement-style posts carry the chapter text directly - search: native WordPress /?s=term&paged=N, results mapped back to the novel catalogue Validation: npm run check:plugin passes all four steps against the live site; repo lint/format/compile add no new problems. 96x96 icon added at public/static/src/en/firebirdsnest/icon.png (derived from the site icon). 🤖 Generated with AI assistance
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.
Addition
New English source plugin for Firebird's Nest (
firebirdsnest.org), a WordPress.com-hosted fan-translation site with no multisrc-theme fit. Addsplugins/english/firebirdsnest.tsand its 96x96 icon. No related issue.[]because the catalogue genuinely is one page.Author:/Status:lines, link-free synopsis, and the hand-maintained table of contents from each novel's page entry.Verification
check:pluginpasses all four steps live (5 popular, 1 search result, 133-chapter novel, 18894-char chapter). All five novels parse clean (redo-prince 69, no-fatigue 58, hello-work 89, contractor 3, including cross-hosted collaborator chapters); search resolves each novel plus page 2 correctly. New files clean under eslint/prettier;build:compilepasses (repo-wide lint/format findings are pre-existing on base).Limitations: no genre tags or cover art on the site, so
defaultCoveris used; the catalogue follows the nav menus, so a novel absent from the menu would not appear (today that correctly excludes a dead 404 page linked only from/projects/). AI-assisted contribution, no human review.