Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Solid-PREP

Solid-PREP defines representation and semantics for notifications sent from [LDP Resources](https://www.w3.org/TR/ldp/#ldpr) hosted on **[Solid](https://solidproject.org) PODS** using the **[Per Resource Events](https://cxres.github.io/prep/draft-gupta-httpbis-per-resource-events.html)** Protocol.
Solid-PREP defines representation and semantics for notifications sent from [LDP Resources](https://www.w3.org/TR/ldp/#ldpr) hosted on **[Solid](https://solidproject.org) servers** using the **[Per Resource Events](https://cxres.github.io/prep/draft-gupta-httpbis-per-resource-events.html)** Protocol.

## Protocol

Expand Down
2 changes: 1 addition & 1 deletion src/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Editor: Rahul Gupta, https://cxres.pages.dev/profile/#i
!Authors: <a href="https://cxres.pages.dev/profile/#i">Rahul Gupta</a>
!Authors: <a href="https://elf-pavlik.hackers4peace.net">elf Pavlik</a>
Abstract:
Solid-PREP defines representation and semantics for notifications sent from LDP Resources hosted on Solid PODS using the Per Resource Events Protocol.
Solid-PREP defines representation and semantics for notifications sent from LDP Resources hosted on Solid servers using the Per Resource Events Protocol.

Status Text:
This section describes the status of this document at the time of its publication.
Expand Down
6 changes: 3 additions & 3 deletions src/sections/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

*This section is non-normative.*

Solid [[SOLID-PROTOCOL]] uses linked data to interconnect data across decentralized data stores called PODS. [SUPER] [[PREP]] allows servers to transmit notifications over HTTP that can be customized for any given resource. This specification defines representation and semantics for [PREP] notifications sent from linked data resources hosted on Solid PODS.
Solid [[SOLID-PROTOCOL]] uses linked data to interconnect data across decentralized data stores. [SUPER] [[PREP]] allows servers to transmit notifications over HTTP that can be customized for any given resource. This specification defines representation and semantics for [PREP] notifications sent from linked data resources hosted on Solid servers.

## Audience ## {#intended-audience}

*This section is non-normative.*

This specification is for:

+ [Server developers](http://data.europa.eu/esco/occupation/a7c1d23d-aeca-4bee-9a08-5993ed98b135) who wish to enable clients to listen for updates to LDP Resources on Solid PODS.
+ [Application developers](http://data.europa.eu/esco/occupation/c40a2919-48a9-40ea-b506-1f34f693496d) who wish to implement a client to listen for updates to LDP Resources on Solid PODS.
+ [Server developers](http://data.europa.eu/esco/occupation/a7c1d23d-aeca-4bee-9a08-5993ed98b135) who wish to enable clients to listen for updates to LDP Resources on Solid servers.
+ [Application developers](http://data.europa.eu/esco/occupation/c40a2919-48a9-40ea-b506-1f34f693496d) who wish to implement a client to listen for updates to LDP Resources on Solid servers.
Loading