mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-01-26 15:04:19 +01:00
added Demo information
This commit is contained in:
parent
5b6cd4832d
commit
b17b6aac0c
23
README.md
23
README.md
@ -32,6 +32,21 @@ and some optional cache servers, we can solve these problems and create a true u
|
|||||||
|
|
||||||
With security, control, reliability, rock solid stability, fully distributed architecture or, optionally, none of these!
|
With security, control, reliability, rock solid stability, fully distributed architecture or, optionally, none of these!
|
||||||
|
|
||||||
|
## Demo
|
||||||
|
|
||||||
|
Doesn't have:
|
||||||
|
|
||||||
|
- Write ability in web app (only a small cli to validate and publish a folder)
|
||||||
|
- Aggregation (only the admin can post)
|
||||||
|
- Advanced customization, control, user profile
|
||||||
|
- Media support
|
||||||
|
- Votes
|
||||||
|
|
||||||
|
Maybe will have:
|
||||||
|
|
||||||
|
- No backend needed (for read only access)
|
||||||
|
- Comments
|
||||||
|
|
||||||
## How
|
## How
|
||||||
|
|
||||||
This system uses the IPFS protocol. The protocol takes care of distributing data in a safe and efficiently distributed way.
|
This system uses the IPFS protocol. The protocol takes care of distributing data in a safe and efficiently distributed way.
|
||||||
@ -148,14 +163,14 @@ Each user exposes via IPNS a folder containing:
|
|||||||
- approved - contains links to all approved content
|
- approved - contains links to all approved content
|
||||||
- posts
|
- posts
|
||||||
- _board name(s)_
|
- _board name(s)_
|
||||||
- _post(s)_
|
- _post(s)_ - named with their creation date
|
||||||
- comments
|
- comments
|
||||||
- _board name(s)_
|
- _board name(s)_
|
||||||
- _comment(s)_
|
- _comment(s)_ - named with their parent object uri
|
||||||
- votes
|
- votes
|
||||||
- _board name(s)_
|
- _board name(s)_
|
||||||
- _vote(s)_
|
- _vote(s)_ - named with their parent object uri
|
||||||
- name - stores the user's screen name (also stored in profile?)
|
- name - stores the user's screen name (maybe store it in profile?)
|
||||||
- profile.json - user's additional profile data
|
- profile.json - user's additional profile data
|
||||||
- ipfs-boards-version.txt - used to store compatibility information
|
- ipfs-boards-version.txt - used to store compatibility information
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user