mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Update faq.tsx
This commit is contained in:
@@ -86,7 +86,7 @@ const FAQ = () => {
|
|||||||
What is 5chan?
|
What is 5chan?
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
5chan is a serverless, adminless, decentralized 4chan alternative where any pleb can create and own unlimited boards. All data comes from the Plebbit
|
5chan is a serverless, adminless, decentralized 4chan alternative where anyone can create and own unlimited boards. All data comes from the Bitsocial
|
||||||
protocol, it's all text including links from which media is embedded, shared peer-to-peer. Users do not need to register an account before participating
|
protocol, it's all text including links from which media is embedded, shared peer-to-peer. Users do not need to register an account before participating
|
||||||
in the community.
|
in the community.
|
||||||
</dd>
|
</dd>
|
||||||
@@ -106,8 +106,8 @@ const FAQ = () => {
|
|||||||
To post as "Anonymous", simply do not fill in the [Name] field when submitting content.
|
To post as "Anonymous", simply do not fill in the [Name] field when submitting content.
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
5chan uses the Plebbit protocol to function, which does not leak IP addresses of people who post. When you post on 5chan, no board admin can know your
|
5chan uses the Bitsocial protocol to function, which does not leak IP addresses of people who post. When you post on 5chan, no board admin can know your
|
||||||
IP address, nor can the app itself, which is just static HTML. However, the Plebbit protocol is not fully anonymous, it uses IPFS, which means your IP
|
IP address, nor can the app itself, which is just static HTML. However, the Bitsocial protocol is not fully anonymous, it uses IPFS, which means your IP
|
||||||
address is part of a public P2P swarm, similarly to how BitTorrent works.
|
address is part of a public P2P swarm, similarly to how BitTorrent works.
|
||||||
</dd>
|
</dd>
|
||||||
<dt id='register'>Can I register a username?</dt>
|
<dt id='register'>Can I register a username?</dt>
|
||||||
@@ -141,10 +141,10 @@ const FAQ = () => {
|
|||||||
when submitting content. You can paste any link, not just image links. You can also get an image link from social media, by right clicking the image and
|
when submitting content. You can paste any link, not just image links. You can also get an image link from social media, by right clicking the image and
|
||||||
selecting "Copy image URL", or by using tools such as <a href='https://cobalt.tools/'>cobalt</a>.<br />
|
selecting "Copy image URL", or by using tools such as <a href='https://cobalt.tools/'>cobalt</a>.<br />
|
||||||
<br />
|
<br />
|
||||||
The reason why uploading media directly to boards is not possible, is because 5chan is a client for the Plebbit protocol, which is text-only (including
|
The reason why uploading media directly to boards is not possible, is because 5chan is a client for the Bitsocial protocol, which is text-only
|
||||||
links, from which media is embedded by clients). However, Plebbit uses IPFS, so in theory it could let users upload media to the subplebbit (board)
|
(including links, from which media is embedded by clients). However, Plebbit uses IPFS, so in theory it could let users upload media to the subplebbit
|
||||||
owner's IPFS node, and then post the direct IPFS link for the media. This is not enabled because loading media from IPFS is extremely slow at the moment
|
(board) owner's IPFS node, and then post the direct IPFS link for the media. This is not enabled because loading media from IPFS is extremely slow at
|
||||||
(because most people have slow internet).
|
the moment (because most people have slow internet).
|
||||||
</dd>
|
</dd>
|
||||||
<dt id='postimage'>Must I post an image?</dt>
|
<dt id='postimage'>Must I post an image?</dt>
|
||||||
<dd>
|
<dd>
|
||||||
@@ -164,7 +164,7 @@ const FAQ = () => {
|
|||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
Unlike 4chan and other imageboards, 5chan does <i>not</i> allow to quote more than one post at a time. You can only reply to one post at a time. This is
|
Unlike 4chan and other imageboards, 5chan does <i>not</i> allow to quote more than one post at a time. You can only reply to one post at a time. This is
|
||||||
because 5chan is a client for the Plebbit protocol, which is designed to be an alternative to Reddit-like social media, in which you can only reply to
|
because 5chan is a client for the Bitsocial protocol, which is designed to be an alternative to Reddit-like social media, in which you can only reply to
|
||||||
one post at a time.
|
one post at a time.
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
Reference in New Issue
Block a user