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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Reference implementation of the HTMLTrust trust directory API — a server that manages author identities, cryptographic key pairs, content signing/verification, and a federated trust directory with reputation tracking.

This is a companion to the [HTMLTrust specification](https://github.com/ArcadeLabsInc/htmltrust-spec).
This is a companion to the [HTMLTrust specification](https://github.com/HTMLTrust/htmltrust-spec).

## Personality: the "permissive community directory"

Expand Down Expand Up @@ -42,7 +42,7 @@ This server implements the **Trust Directory** component of the HTMLTrust system
### Setup

```sh
git clone https://github.com/ArcadeLabsInc/htmltrust-server-reference.git
git clone https://github.com/HTMLTrust/htmltrust-server-reference.git
cd htmltrust-server-reference
cp .env.example .env # Edit with your values
npm install
Expand Down Expand Up @@ -134,10 +134,10 @@ src/

| Repository | Description |
|---|---|
| [htmltrust-spec](https://github.com/ArcadeLabsInc/htmltrust-spec) | The HTMLTrust specification and paper |
| [htmltrust-browser-reference](https://github.com/ArcadeLabsInc/htmltrust-browser-reference) | Reference browser extension for signature validation |
| [htmltrust-cms-reference](https://github.com/ArcadeLabsInc/htmltrust-cms-reference) | Reference CMS plugin (WordPress) |
| [htmltrust-website](https://github.com/ArcadeLabsInc/htmltrust-website) | Project website |
| [htmltrust-spec](https://github.com/HTMLTrust/htmltrust-spec) | The HTMLTrust specification and paper |
| [htmltrust-browser-reference](https://github.com/HTMLTrust/htmltrust-browser-reference) | Reference browser extension for signature validation |
| [htmltrust-cms-reference](https://github.com/HTMLTrust/htmltrust-cms-reference) | Reference CMS plugin (WordPress) |
| [htmltrust-website](https://github.com/HTMLTrust/htmltrust-website) | Project website |

## License

Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
version: 1.0.0
contact:
name: HTMLTrust
url: https://github.com/ArcadeLabsInc/htmltrust-server-reference
url: https://github.com/HTMLTrust/htmltrust-server-reference
email: jason@jason-grey.com

servers:
Expand Down
Loading