Skip to content

Commit c00a785

Browse files
docs: normalize legacy server product name to "ownCloud Classic" (#1268)
* docs: normalize legacy server product name to "ownCloud Classic" Rename the legacy ownCloud server product to its canonical name "ownCloud Classic" across all user-facing documentation text. The version (10/11) is kept only as trailing information where relevant (e.g. "ownCloud Classic 10"). Normalized variants: "ownCloud Server", "owncloud Server", "ownCloud Classic Server", and bare "ownCloud 10/11". Scope is limited to prose, headings and link display text. xref/include targets, module slugs (classic_ui, oc10-app), URLs, attribute names (e.g. oc10-api-url), image paths, anchors, and the new product names (ownCloud Infinite Scale / oCIS) are unchanged. Verified: every URL/xref target byte-identical and oCIS/Infinite Scale occurrences unchanged. 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> * docs: drop redundant "10" version and fix grammar after rename Two follow-ups to the "ownCloud Classic" rename: 1. Strip the now-redundant "10" from bare "ownCloud Classic 10" references where the version carries no meaning. Specific release references (e.g. "ownCloud Classic >= 10.8") keep their version. 2. Where replacing the noun "Server" with the adjective-final "Classic" left a dangling sentence, restore the common noun ("...used with an ownCloud Classic server."). xref/include targets, module slugs, URLs and oCIS / Infinite Scale references are unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --------- Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 983510c commit c00a785

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

modules/admin/pages/architecture/architecture.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ For detailed information on the implementation of spaces, check out the https://
7474

7575
==== Federated Storage
7676

77-
To create a truly federated storage architecture, Infinite Scale breaks down the ownCloud 10 user-specific namespace, which is assembled on the server side, and makes the individual parts accessible to clients as storage spaces and storage space registries.
77+
To create a truly federated storage architecture, Infinite Scale breaks down the ownCloud Classic user-specific namespace, which is assembled on the server side, and makes the individual parts accessible to clients as storage spaces and storage space registries.
7878

7979
The diagram below shows the core concepts of the new architecture:
8080

modules/admin/pages/deployment/services/s-list/frontend.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The datagateway endpoint, by default `/data`, forwards file up- and download req
3737

3838
=== ocs
3939

40-
The ocs endpoint, by default `/ocs`, implements the ownCloud 10 Open Collaboration Services API by translating it into CS3 API requests. It can handle users, groups, capabilities and also implements the file sharing functionality on top of CS3. The `/ocs/v[12].php/cloud/user/signing-key` is currently handled by the dedicated xref:{s-path}/ocs.adoc[ocs] service.
40+
The ocs endpoint, by default `/ocs`, implements the ownCloud Classic Open Collaboration Services API by translating it into CS3 API requests. It can handle users, groups, capabilities and also implements the file sharing functionality on top of CS3. The `/ocs/v[12].php/cloud/user/signing-key` is currently handled by the dedicated xref:{s-path}/ocs.adoc[ocs] service.
4141

4242
==== Event Handler
4343

modules/admin/pages/deployment/services/s-list/userlog.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Currently, the configuration which user-related events are of interest is hard-c
2727

2828
== Retrieving
2929

30-
The `userlog` service provides an API to retrieve configured events. For now, this API is mostly following the {oc10-api-url}[ownCloud Server notification GET API, window=_blank].
30+
The `userlog` service provides an API to retrieve configured events. For now, this API is mostly following the {oc10-api-url}[ownCloud Classic notification GET API, window=_blank].
3131

3232
== Subscribing
3333

modules/admin/pages/security/security.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Infinite Scale provides a flexible role system, which allows the permissions of
3333

3434
=== Extension System
3535

36-
Compared to the apps/extensions in ownCloud 10, the Infinite Scale extensions/services are more secure because they are developed and deployed as standalone services. They communicate via APIs with the core services and therefore can only use specific interfaces instead of having direct access to storages and data. A single extension which behaves incorrectly cannot corrupt the whole system.
36+
Compared to the apps/extensions in ownCloud Classic, the Infinite Scale extensions/services are more secure because they are developed and deployed as standalone services. They communicate via APIs with the core services and therefore can only use specific interfaces instead of having direct access to storages and data. A single extension which behaves incorrectly cannot corrupt the whole system.
3737

3838
=== File-based storage
3939

modules/admin/partials/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@
112112
113113
////
114114
** Migration
115-
*** xref:admin:migration/index.adoc[Migrating from ownCloud 10 to ownCloud Infinite Scale]
115+
*** xref:admin:migration/index.adoc[Migrating from ownCloud Classic to ownCloud Infinite Scale]
116116
////

0 commit comments

Comments
 (0)