earthstar-project / earthstar

Storage for private, distributed, offline-first applications.
https://earthstar-project.org
GNU Lesser General Public License v3.0
633 stars 20 forks source link

Standard format for `about`, profile info, following #19

Open cinnamon-bun opened 4 years ago

cinnamon-bun commented 4 years ago

Define a standard format for about info such as

Something like

about/~@xxxxxxxx/name = "Alex"
about/~@xxxxxxxx/info = "Here's some stuff about me"
about/~@xxxxxxxx/icon = "...base64 string of a low res image..."
about/~@xxxxxxxx/relationship/@aaaaaa = "follow" | "block"   ??? 
cinnamon-bun commented 4 years ago

Standard data formats are now implemented as "Layers", e.g. https://github.com/cinnamon-bun/earthstar/blob/master/src/layers/about.ts

cinnamon-bun commented 3 years ago

Various standard formats are emerging as people make apps. They are being documented in the wiki: https://github.com/earthstar-project/earthstar/wiki/Standard-paths-and-data-formats-used-by-apps