forked from indymedia/epicyon
ocaps link in header
parent
c3d2f8dae5
commit
c620a9bff3
|
@ -2,7 +2,7 @@
|
|||
|
||||
A minimal ActivityPub server.
|
||||
|
||||
[W3C Specification](https://www.w3.org/TR/activitypub) - [Project Goals](README_goals.md) - [Commandline interface](README_commandline.md) - [Customizations](README_customizations.md)
|
||||
[W3C Specification](https://www.w3.org/TR/activitypub) - [Project Goals](README_goals.md) - [Commandline interface](README_commandline.md) - [Customizations](README_customizations.md) - [Object Capabilities](ocaps.md)
|
||||
|
||||
Includes emojis designed by [OpenMoji](https://openmoji.org) – the open-source emoji and icon project. License: [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0)
|
||||
|
||||
|
@ -175,10 +175,6 @@ And restart the web server:
|
|||
systemctl restart nginx
|
||||
```
|
||||
|
||||
## Object Capabilities Security
|
||||
|
||||
A description of the proposed object capabilities model [is here](ocaps.md).
|
||||
|
||||
## Running Unit Tests
|
||||
|
||||
To run the unit tests:
|
||||
|
|
Loading…
Reference in New Issue