This PR re-arranges the .refs folder to contain three subfolders, follows, authored, and authors.
The follows folder contains mounts that point to followed sites. This is to enable fast lookups of their dat.jsons.
The authored folder contains sites which have been published by a user.
The authors folder contains a mount to the author(s) of a non-person site.
Note: mounts are basically a way to do fast denormalized lookups to other sites. They enable clients to read authenticated and up-to-date information without having to hit the DHT.
This PR re-arranges the
.refs
folder to contain three subfolders,follows
,authored
, andauthors
.The
follows
folder contains mounts that point to followed sites. This is to enable fast lookups of their dat.jsons.The
authored
folder contains sites which have been published by a user.The
authors
folder contains a mount to the author(s) of a non-person site.Note: mounts are basically a way to do fast denormalized lookups to other sites. They enable clients to read authenticated and up-to-date information without having to hit the DHT.