This is the repository for rsp. You're welcome to contribute! Let's make the Web rock our socks off!
Please see CONTRIBUTING.md and CODE_OF_CONDUCT.md for details.
Please make changes through a pull request.
Any feedback, suggestions, or questions are welcome – please open an issue for that.
The RSP CG wiki contains more information about the group, its activities, and how to get involved.
Currently, this repository contains the following specifications:
- RDF Messages – source code, published version
- Defines the base concepts of RDF Messages, RDF Message Streams, and RDF Message Logs.
Additionally, there is the index.bs file that lists the specifications (published version).
We use bikeshed with pipx to build the specifications. To build a spec, run:
pipx run bikeshed spec spec/<spec-name>.bsYou can also start bikeshed in watch mode to automatically rebuild the spec on changes, and have it serve the spec on a local web server:
pipx run bikeshed serve spec/<spec-name>.bs