From e8ecde4b623e291ce1c9409312cf093483094a53 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 22 May 2017 17:22:32 +0000 Subject: [PATCH] separate packages from permissions --- README.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a8f2539..3325e1f 100644 --- a/README.md +++ b/README.md @@ -168,15 +168,12 @@ Example tree with contents: Here `com.example.hello` is a package with a REST API and a static page and `foobar.me` is a WALNUT-configured domain (smithfam.net, etc). + +The packages: + ``` /srv/walnut/packages/ ├── api -├── client-api-grants -│ └── cloud.foobar.me -│ ''' -│ com.example.hello # refers to /srv/walnut/packages/rest/com.example.hello -│ ''' -│ ├── pages │ └── com.example.hello │ └── index.html @@ -208,7 +205,19 @@ and `foobar.me` is a WALNUT-configured domain (smithfam.net, etc). │ │ ''' │ -├── services +└── services +``` + +The permissions: + +``` +/srv/walnut/packages/ +├── client-api-grants +│ └── cloud.foobar.me +│ ''' +│ com.example.hello # refers to /srv/walnut/packages/rest/com.example.hello +│ ''' +│ └── sites └── daplie.me '''