From f8d1d79e4fe876cc2472824e37bb5b2df5aedea8 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Fri, 5 Jun 2026 13:00:46 -0500 Subject: [PATCH] Remove 'Unstable Features' section --- lws10-core/Unstable-Features.md | 4 -- lws10-core/Unstable-Features/Inbox.md | 4 -- lws10-core/Unstable-Features/Notifications.md | 2 - .../Profile-Negotiation-on-Resources.md | 4 -- lws10-core/index.html | 39 ------------------- 5 files changed, 53 deletions(-) delete mode 100644 lws10-core/Unstable-Features.md delete mode 100644 lws10-core/Unstable-Features/Inbox.md delete mode 100644 lws10-core/Unstable-Features/Notifications.md delete mode 100644 lws10-core/Unstable-Features/Profile-Negotiation-on-Resources.md diff --git a/lws10-core/Unstable-Features.md b/lws10-core/Unstable-Features.md deleted file mode 100644 index 573cd46..0000000 --- a/lws10-core/Unstable-Features.md +++ /dev/null @@ -1,4 +0,0 @@ -this left intentionally blank - - - diff --git a/lws10-core/Unstable-Features/Inbox.md b/lws10-core/Unstable-Features/Inbox.md deleted file mode 100644 index 573cd46..0000000 --- a/lws10-core/Unstable-Features/Inbox.md +++ /dev/null @@ -1,4 +0,0 @@ -this left intentionally blank - - - diff --git a/lws10-core/Unstable-Features/Notifications.md b/lws10-core/Unstable-Features/Notifications.md deleted file mode 100644 index 76a99f3..0000000 --- a/lws10-core/Unstable-Features/Notifications.md +++ /dev/null @@ -1,2 +0,0 @@ -this left intentionally blank - diff --git a/lws10-core/Unstable-Features/Profile-Negotiation-on-Resources.md b/lws10-core/Unstable-Features/Profile-Negotiation-on-Resources.md deleted file mode 100644 index 573cd46..0000000 --- a/lws10-core/Unstable-Features/Profile-Negotiation-on-Resources.md +++ /dev/null @@ -1,4 +0,0 @@ -this left intentionally blank - - - diff --git a/lws10-core/index.html b/lws10-core/index.html index 7593402..a5c8ac0 100644 --- a/lws10-core/index.html +++ b/lws10-core/index.html @@ -296,45 +296,6 @@

Resource Identification

-
-

Unstable Features

-
-

- The features described in this section are being drafted to ground discussions and may be removed if there is: -

-
    -
  • Lack of consensus to include them, or
  • -
  • Lack of implementation of those features
  • -
-
- -
- -
-

Profile Negotiation on Resources

-

- Define mechanisms for content negotiation based on profiles, allowing clients to request specific representations or views of resources (e.g., JSON-LD contexts, different RDF serializations, or application-specific profiles). -

-
-
- -
-

Notifications

-

- Define notification mechanisms that allow clients to be informed of changes to resources, including subscription models, event formats, and delivery mechanisms. -

-
-
- -
-

Inbox

-

- Define inbox resources with specific semantics within LWS, including message posting, retrieval, and management capabilities for asynchronous communication patterns. -

-
-
-
-

Portability Considerations