Point Browse drivers at the published device catalog - #7
Open
HuggeK wants to merge 1 commit into
Open
Conversation
The Build section linked to github.com/srcfl/ftw/tree/master/drivers, a directory that holds no driver source — the Lua files are gitignored there and fetched at build time, so the only thing on that page is BUNDLED_SOURCE.json. A visitor following "Browse drivers" found no drivers to browse. srcfl/device-drivers now publishes a searchable catalog of all 80 drivers, generated from its manifests and driver sources. That link replaces the dead one, and the catalog also gets a Devices item in the primary nav and a footer entry under Project. Signed-off-by: Hugo Karlsson <48095810+HuggeK@users.noreply.github.com> Co-authored-by: HuggeK <48095810+HuggeK@users.noreply.github.com>
Contributor
Author
|
Once srcfl/device-drivers#51 goes live this is safe. |
HuggeK
marked this pull request as ready for review
July 30, 2026 11:00
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.
The Build section links "Browse drivers" to
github.com/srcfl/ftw/tree/master/drivers— a directory that holds no driver source. The Lua files are gitignored insrcfl/ftwand fetched at build time, so the only thing on that page isBUNDLED_SOURCE.json. Someone following the link to see what FTW supports finds nothing to browse.srcfl/device-driversnow publishes a catalog of all 80 drivers at https://srcfl.github.io/device-drivers/, generated from its manifests and driver sources on every push. This points the site at it.Three changes, all in
index.html:Browse drivers→Browse the device catalog, pointing at the catalog instead of the empty directoryDevicesitem betweenBuildandCommunityDevice cataloglinkThe catalog is searchable by manufacturer or model number — typing
SH10RTfinds the Sungrow driver — and filterable by device type, protocol, tier and control. It reports hardware evidence honestly: 5 drivers state they have been confirmed against physical hardware, 28 state they have not.Checked
Rendered locally against the real
sourceful.css. The nav readsARCHITECTURE · BUILD · DEVICES · COMMUNITY · DOCS · GITHUB ↗and still fits one line at 1440 px. No CSS change needed.Note
The catalog URL goes live when srcfl/device-drivers#51 merges and its Pages workflow runs. Worth holding this PR until then so the link never 404s.
🤖 Generated with Claude Code