docs: normalize legacy server product name to "ownCloud Classic" (12.5)#285
docs: normalize legacy server product name to "ownCloud Classic" (12.5)#285DeepDiver1975 wants to merge 1 commit into
Conversation
Backport of the "ownCloud Classic" rename to this maintained version branch so the published docs are consistent across versions. Renames the legacy product to its canonical name "ownCloud Classic" in user-facing text (prose, headings, link display text, the Antora component title), fixes grammar where replacing the noun "Server" left a dangling phrase, and normalizes the OC10 prose shorthand in the migration guide. Out of scope / unchanged: xref/include targets, module slugs (classic_ui, oc10-app), URLs, hostnames, attribute names, and the new product names (ownCloud Infinite Scale / oCIS). Version numbers in this version-specific manual are kept (e.g. migration 10 -> 11). Verified: every URL/xref target byte-identical, oCIS/Infinite Scale occurrences unchanged, and the Antora build produces an identical error set versus the base branch. Part of owncloud/docs#5111 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
DeepDiver1975
left a comment
There was a problem hiding this comment.
🤖 Automated review by Claude Code review agent.
Reviewed the diff for branch docs/backport-owncloud-classic-12.5 (base 12.5).
Verdict: LGTM (prose-only). The change touches a single file (modules/ROOT/pages/faq.adoc) and is a pure display-text normalization, ownCloud Server → ownCloud Classic, on two lines:
- A
===section heading. - One body sentence.
No non-prose targets were altered: no xref targets, URLs, :page-aliases:, slugs, file names, attribute names, or code literals. The {ios-legacy-appstore-url} attribute reference and the [App Store] xref label are untouched.
Non-blocking note: renaming the === heading changes its auto-generated anchor ID (_compatibility_with_owncloud_server_... → ..._classic_...). If any page cross-references this section by its auto ID, that xref would break. The diff shows no in-repo references to the old anchor, so this is informational only and consistent across the sibling backports (#286, #287).
CHANGELOG: n-a (this repo has no changelog).
Checks: lint passing (no doc-build check configured on this branch).
|
12.5 no longer live |
What
Normalizes the legacy ownCloud server product to its canonical name ownCloud Classic across all user-facing documentation in this repo. Version (10/11) is retained only as trailing information where relevant (e.g. "ownCloud Classic 10").
Normalized:
ownCloud Server,owncloud Server,ownCloud Classic Server, and bareownCloud 10/11.Why
Part of owncloud/docs#5111 — a coordinated, docs-only rebranding so the legacy product is consistently named ownCloud Classic across the
owncloud/owncloud-dockerorgs. Reference implementation: owncloud/docs-main#187.Out of scope (intentionally untouched)
xref:/include::targets, module slugs (classic_ui,oc10-app), URLs, attribute names (e.g.oc10-api-url), image paths, anchorsVerification
xref/include/URL target byte-for-byte identical before/after.oCIS/Infinite Scaleoccurrence count unchanged.Reviewer checklist
🤖 Generated with Claude Code