docs: normalize legacy server product name to "ownCloud Classic"#41651
Open
DeepDiver1975 wants to merge 1 commit into
Open
docs: normalize legacy server product name to "ownCloud Classic"#41651DeepDiver1975 wants to merge 1 commit into
DeepDiver1975 wants to merge 1 commit into
Conversation
Rename the legacy server product to "ownCloud Classic" in the README
prose, applying the version only as additional information where
relevant ("ownCloud Classic 10"). URLs, the oCIS reference, and all
other identifiers are left untouched.
Part of the cross-repo rebrand tracked in 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>
phil-davis
reviewed
Jun 24, 2026
| ## Getting Started | ||
|
|
||
| For installing ownCloud Server, see the official [ownCloud 10 installation manual](https://doc.owncloud.com/server/latest/admin_manual/installation/). | ||
| For installing ownCloud Classic, see the official [ownCloud Classic 10 installation manual](https://doc.owncloud.com/server/latest/admin_manual/installation/). |
Contributor
There was a problem hiding this comment.
Suggested change
| For installing ownCloud Classic, see the official [ownCloud Classic 10 installation manual](https://doc.owncloud.com/server/latest/admin_manual/installation/). | |
| For installing ownCloud Classic, see the official [ownCloud Classic installation manual](https://doc.owncloud.com/server/latest/admin_manual/installation/). |
That latest link will go to Classic 10, Classic 11 or whatever is latest from time-to-time.
| [](COPYING) [](https://kiteworks.com/opensource) [](https://hub.docker.com/r/owncloud/server) | ||
|
|
||
| ownCloud Core is the server-side component of ownCloud 10 (Classic), providing file storage, synchronization, and sharing trusted by over 200 million users worldwide. It includes WebDAV, CalDAV, and CardDAV servers, a plugin architecture for apps, user and group management, encryption support, external storage backends, and a comprehensive REST API. The server runs on PHP with support for MySQL, MariaDB, PostgreSQL, and SQLite databases. | ||
| ownCloud Core is the server-side component of ownCloud Classic 10, providing file storage, synchronization, and sharing trusted by over 200 million users worldwide. It includes WebDAV, CalDAV, and CardDAV servers, a plugin architecture for apps, user and group management, encryption support, external storage backends, and a comprehensive REST API. The server runs on PHP with support for MySQL, MariaDB, PostgreSQL, and SQLite databases. |
Contributor
There was a problem hiding this comment.
Suggested change
| ownCloud Core is the server-side component of ownCloud Classic 10, providing file storage, synchronization, and sharing trusted by over 200 million users worldwide. It includes WebDAV, CalDAV, and CardDAV servers, a plugin architecture for apps, user and group management, encryption support, external storage backends, and a comprehensive REST API. The server runs on PHP with support for MySQL, MariaDB, PostgreSQL, and SQLite databases. | |
| ownCloud Core is the server-side component of ownCloud Classic, providing file storage, synchronization, and sharing trusted by over 200 million users worldwide. It includes WebDAV, CalDAV, and CardDAV servers, a plugin architecture for apps, user and group management, encryption support, external storage backends, and a comprehensive REST API. The server runs on PHP with support for MySQL, MariaDB, PostgreSQL, and SQLite databases. |
Why do we need to retain the 10 here?
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.
Renames the legacy server product to ownCloud Classic in the README prose, applying the version only as additional information where relevant ("ownCloud Classic 10").
Scope: README prose only. URLs, the oCIS reference, source code, and identifiers are untouched. Historical
CHANGELOG.mdis intentionally left as-is (frozen release history).Part of the cross-repo rebrand campaign tracked in owncloud/docs#5111 (Tier B — code-repo docs).