aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFChannel <>2021-07-04 10:58:10 -0700
committerFChannel <>2021-07-04 10:58:10 -0700
commite859b3bc4e7e9c5a77ec2283088a042eb7b1b6e1 (patch)
treeb7fc18f494a16b249811f70ab8bae34781dc90f0
parentb37a9179c5d0a4e8ad348eb79f9c9cef691a7d3f (diff)
minor corrections to faq
-rw-r--r--static/faq.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/static/faq.html b/static/faq.html
index 9313360..f98fd9c 100644
--- a/static/faq.html
+++ b/static/faq.html
@@ -10,7 +10,7 @@
<h1 style="text-align: center;">FAQ</h1>
<div>
<h4>What is fchan?</h4>
- <p>fchan, short for fchannel, is a federated image board based on <a href="https://activitypub.rocks/">ActivityPub</a>, a protocol which allows social sites like social media and image boards to be decentralized. Boards across sites which are on the opposite sides of the Globe can be connected and feeds can be shared or followed. It strives to be familiar looking to regular *chan users.</p><p> You can get the source code on <a href="https://github.com/FChannel0">https://github.com/FChannel0</a> which is available under <a href="https://en.wikipedia.org/wiki/Affero_General_Public_License">AGPLv3</a>, which means that you can modify the source code of fchan however you like as long as you share your source code with everyone else. We appreciate and encourage any positive contributions to the source code!</p>
+ <p>fchan, short for FChannel, is a federated image board based on <a href="https://activitypub.rocks/">ActivityPub</a>, a protocol which allows social sites like social media and image boards to be decentralized. Boards across sites which are on the opposite sides of the Globe can be connected and feeds can be shared or followed. It strives to be familiar looking to regular *chan users.</p><p> You can get the source code on <a href="https://github.com/FChannel0">https://github.com/FChannel0</a> which is available under <a href="https://en.wikipedia.org/wiki/Affero_General_Public_License">AGPLv3</a>, which means that you can modify the source code of fchan however you like as long as you share your source code with everyone else. We appreciate and encourage any positive contributions to the source code!</p>
<h4 id="options">What are the "Options" used for when posting?</h4>
<p>The "Options" field can be used for special options when posting.</p>
@@ -24,7 +24,7 @@
<ul>
<li><span style="font-weight: bold;">Secure tripcode:</span> Type in your name in the "Name" field, and then a double hash mark (##) which is followed by a password. So for example, typing in <span style="font-weight: bold;">moot##faggot</span> in the "Name" field will result in <span style="color:#117743"><span style="font-weight: bold;">moot</span> !!IefQUZVu/1</span></li>
<li><span style="font-weight: bold;">Regular tripcode:</span> Type in your name in the "Name" field, and then a hash mark (#) which is followed by a password. So for example, typing in <span style="font-weight: bold;">moot#faggot</span> in the "Name" field will result in <span style="color:#117743"><span style="font-weight: bold;">moot</span> !UcVghOVf01</span></li>
- </ul> a by adding a hash mark (#) after your name followed by your unique identifying string, example anon#myunique.</p>
+ </ul></p>
<h4 id="quote">How do I quote?</h4>
<p>Use the greater-than symbol (>) to quote strings of text. Use double (>>) followed by the URL id of the post you are referencing or click on the unique ID of the post (for example, FIDV40Q2) if you want to reference a post (keep in mind that this will be changed later for better use).</p>
@@ -50,15 +50,13 @@
<p>A version of the frontend with no JavaScript will be made eventually. Current version requires it as it is needed for some basic functionality. There are no external libraries used by the frontend, just basic selection of DOM elements and modifying their styling. <a href="https://github.com/FChannel0/FChannel-Server/pulls">Perhaps (You) could contribute a frontend that uses no JavaScript?</a></p>
<h4 id="seqnum">Why do the posts not have sequential ID numbers?</h4>
- <p>Sequential ID numbers have run their course. Random base36 is better against repelling script kiddies.</p>
+ <p>Sequential ID numbers have run their course, random base36 is better.</p>
- <h4 id="seqnum">Why are the posts not sequential numbers?</h4>
- <p>sequential numbers have run their course. random base 16 (now base 36) is better.</p>
<h4 id="pubexamp">ActivityPub specific examples</h4>
<p>Soon&trade;.</p>
- <h4 id="version">What's the version of this fchannel instance?</h4>
- <p>v0.0.6-dev</p>
+ <h4 id="version">What version is this FChannel instance?</h4>
+ <p>v0.6.1-dev</p>
</div>
<div style="width: 500px; margin:0 auto; margin-top: 50px; text-align: center;">
<a href="/">[Home]</a><a href="/static/rules.html">[Rules]</a><a href="/static/faq.html">[FAQ]</a>