Adding an FAQ / About page
Closed this issue · 2 comments
trosel commented
Best place for this is in the footer. For example, like the agreement page.
I would add this, but I can't figure out where these /help pages are coming from. Where is the agreement content coming from?
go1dfish commented
The routing for this is here, what it does is loads a wikipage from the "owner" account
https://github.com/notabugio/notabug/blob/master/src/Routing/paths.js#L13
So https://notabug.io/help/contentpolicy is equivalent to:
You can create pages like this with an identity (note these count against rate limit like a post and edits count in full)
Or if you just want to post your markdown as a issue here I can add it as a page on the notabug.io account
trosel commented
# Frequently Asked Questions
## Technology
### Am I automatically seeding data when I land on NAB website?
No, notabug.io is never going to direct-connect you to other peers (via webrtc) without explicit informed consent and this isn't supported yet anyway.
### What's the difference between different NAB server instances? Can I run my own NAB server?
The protocol is not as rigid as something like a blockchain. Peers can differ in as many ways as you could imagine. Right now there are no known operating public peers. This is because the server software is not yet stable or easy to get running but it is technically possible, though synchronization of old content is not yet a solved problem. Aiming to release 1.0 of nab-server by December and this is still looking realistic.
## Usage
### Can I create my own /t/ community?
`/t/`'s are called topics and are more like tags, and I like to think of them as always existing. There is no separate creation step. [Spaces](https://notabug.io/user/CEyKrDd1xyPXpWSV00MgvnZY2VJLHXgzCvhMeDwKTYA.yjSq0DyXzzhB_ZXr_DzfJgij3tXU0-3t0Q5bJAtZpj8/spaces/spaces) are still in early development, but they are what allow curation from the open-ended topics.
### If I create my own Space, can I moderate the content?
TODO
### If I make a user account, will I get notified of replies to my comments?
There are no notifications or orangered's yet, but this is planned. You get an inbox that live updates like the rest of the site, it just doesn't keep track of what has been read yet or attempt to notify you
### Can content be deleted?
Yes content can be deleted by peers, you can edit content you write while logged in but there is no specific delete. Anon content is immutable.
### Is the chat public and globally readable?
TODO