url bindings

your hawk namespace maps directly to your url namespace beneath /~~


https://your-domain.com/~~/your/hawk/path/

note:
to enable relative paths in standard html <a> tags,
hawk forces a trailing / in the earth-side url.


rebinding the root url

hawk is capable of controlling the root path of your personal server.

so that when someone goes to sampel-palnet.com they will be redireted to hawk automatically: sampel-palnet.com/~~/

you make this change by running a dojo command.

|pass [%e %connect [~ /] %hawk]

you can still get to landscape by going to sampel-palnet.com/apps/landscape

you can still get to your login page by going to sampel-palnet.com/~/login

to revert back to the default (/ redirects to landscape) run this dojo command:

|pass [%e %connect [~ /] %docket]