📖♻️:rewrite the README for a newcomer - #1828
Merged
Merged
Conversation
✅ Deploy Preview for gh-pages-openinf ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
DerekNonGeneric
force-pushed
the
docs/revamp-readme
branch
2 times, most recently
from
August 18, 2026 02:08
f0579a6 to
85ae888
Compare
The README explained what the portal was for but never said how to run it, so the one thing a new contributor needs first was the thing it left out. It gains a quick start, and a table of where things live. Two errors go with it. The SDK reference documentation was still called IDK, a name we have retired. And five link definitions pointed at github.com/OpenINF/open.inf.is, a repository that does not exist, so Roadmap, Issue Tracker, Changelog, Credits, and "open an issue" were all 404s. package.json named that repository too, and now names this one. The file states no version, no port, and no count. Those are the facts that go stale, and this project has been bitten by exactly that, so it points at package.json rather than quoting it and lets `pnpm start` print its own address. The tagline is new, in the README and package.json alike. The old one reached for a joke about a static site and landed on a list the next paragraph already makes. A portal, said plainly, is a front door. No full stop, because it is a title, and the handbook says a title does not take one. The portal's infancy is noted in a sentence of its own. It belongs to the portal rather than to whoever maintains it, and gives a reader something to do with a rough edge on finding one. The license prose became a table, and the Netlify badge became the two GitHub Actions workflows that gate and publish this repository. Signed-off-by: Derek Lewis <DerekNonGeneric@inf.is> Assisted-by: Claude-Code:claude-opus-5
DerekNonGeneric
force-pushed
the
docs/revamp-readme
branch
from
August 18, 2026 02:12
85ae888 to
e49b044
Compare
OpenINFbot
approved these changes
Aug 18, 2026
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 README described what the portal was for but never said how to run it, so
the first thing a contributor needs was the one thing it left out.
documentation
Credits, and "open an issue" all pointed at
github.com/OpenINF/open.inf.is,which is not a repository; every one of them returned a 404
It names no version, port, or count. Those are the facts that go stale, so the
file points at
package.jsonrather than quoting it, and leavespnpm startto print its own address. Nothing here needs updating when a dependency moves.
Checks
nps build && nps testpasses.nps verify.mdis clean across Prettier,markdownlint, remark with the retext readability and simplify rules, link
validation, and cspell. Every URL in the file returns 200.
livewas merged in rather than rebased, so no pushed commit was rewritten.Unrelated, and left alone
package.jsonhas"repository": "OpenINF/open.inf.is", the samenon-existent repository the dead links pointed at.
open.inf.isserves an older build thanopeninf.github.io.