cli_reference DE
ispyisail edited this page 2026-09-11 21:42:51 +12:00
Clone

Wiki Page Revisions

2 Commits

Author SHA1 Message Date
ispyisail 4854c314f0 Correct the automation docs: QET has no Python scripting and no plugins
api_reference stated "QElectroTech supports Python scripting" and
"QElectroTech supports plugins for deep integration", and told readers to
install plugins into ~/.local/share/QElectroTech/plugins/ and platform
equivalents. None of it exists: there is no QPluginLoader anywhere in
sources/, no plugin ABI, and every Python reference in the tree is the
launcher for qet_tb_generator -- a separate PyPI program QET starts as an
ordinary child process. QET never reads those plugin paths.

cli_reference had the mirror-image error, calling the shipped headless
export "Future CLI Features (QET 2.0)" and sending readers to the
scripting that does not exist. The FR/DE CLI pages additionally invented
a --dpi option and QET_PLUGIN_PATH / QET_ELEMENT_PATH, and documented an
argument order the parser cannot accept.

Rewrites api_reference (EN/FR/DE) around what is actually there: the 13
CLI verbs with their real positional syntax and exit codes, the real .qet
and .elmt XML (the old skeletons were invented -- no <diagrams> wrapper,
element has no id, uuid is an attribute), qet_tb_generator, and the C++
source. Adds a section naming what does not exist, so the claim does not
come back.

Also corrects the same claims where they had spread: features, history,
faq, user_manual (EN/FR/DE) and the sidebar.
2026-09-11 21:42:51 +12:00
ispyisail fe26335b90 TIER 3 COMPLETE: Add CLI Reference and Development Roadmap translations (FR/DE)
- cli_reference-FR.md: Comprehensive French translation of CLI guide (options, exports, automation examples)
- cli_reference-DE.md: Complete German translation matching French coverage
- development_roadmap-FR.md: French translation of roadmap (Qt6, refactoring, collaboration, performance)
- development_roadmap-DE.md: German translation of roadmap with identical content
- languages.md: Updated to show ALL Tier 3 developer pages complete for French and German

 TIER 3 DEVELOPER PATH COMPLETE: 8 of 8 pages now translated to French and German
- Contributing  FR/DE
- Building  FR/DE
- API Reference  FR/DE
- CLI Reference  FR/DE
- Development Roadmap  FR/DE

Total wiki coverage:
- English: 11 pages (Tiers 1-3)
- French: 13 pages (Tiers 1-3)
- German: 13 pages (Tiers 1-3)
2026-09-09 16:08:36 +12:00