Skip to content

docs: refresh README for 5.0.1 - #305

Merged
hemna merged 1 commit into
masterfrom
docs/readme-5-0-1-refresh
Sep 20, 2026
Merged

hemna merged 1 commit into
masterfrom
docs/readme-5-0-1-refresh

Conversation

@hemna

@hemna hemna commented Sep 20, 2026

Copy link
Copy Markdown
Collaborator

Documentation review for the 5.0.1 release. README.md fixes, all verified against the code at master tip:

  • Command list (What is APRSD) and the aprsd -h example were missing three commands that exist in the CLI: export-config, export-plugins, json-config (verified with aprsd -h). The -h example was also missing dump-stats and passcode.
  • Built-in plugin table listed AVWXWeatherPlugin, OWMWeatherPlugin and TimeOWMPlugin. Those classes no longer exist in aprsd/plugins/ (discovery in aprsd/utils/package.py:251 scans fortune/notify/ping/time/version/weather only); removed to match current aprsd list-plugins output.
  • list-extensions help text in the -h example now says 'extensions' (matches aprsd/cmds/list_plugins.py after PR fix: list-extensions help text says extensions not plugins #304).
  • Fixed a stray 'a' in the docs link sentence ('learn more!a').
  • tox -epep8 -> tox -efast8 (the ep8 tox env no longer exists; tox.ini defines fast8).
  • Added a link to PLUGINS.md (was not reachable from the README).

Depends on PR #304 for the list-extensions wording in the -h example.

- Add missing export-config, export-plugins, json-config commands to the
  command list and the aprsd -h example (and dump-stats/passcode to the
  -h example)
- Remove AVWXWeatherPlugin, OWMWeatherPlugin, TimeOWMPlugin from the
  built-in plugin table (no longer in aprsd/plugins)
- Fix list-extensions help text in the -h example (see PR #304)
- Fix stray 'a' in the docs link sentence
- tox -epep8 -> tox -efast8 (env renamed)
- Link PLUGINS.md from the built-in plugins section
@hemna
hemna merged commit f3e911b into master Sep 20, 2026
8 checks passed
@hemna
hemna deleted the docs/readme-5-0-1-refresh branch September 20, 2026 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant