aboutsummaryrefslogtreecommitdiff
path: root/static/faq.html
diff options
context:
space:
mode:
authorFChannel <=>2021-02-02 23:28:35 -0800
committerFChannel <=>2021-02-02 23:28:35 -0800
commit3e42ce191ed9a72ed8aa69ee7819a20bb4d23048 (patch)
tree7c5427161376bd6e2f18ccf4b92fd6af2ae24fc9 /static/faq.html
parentea664188aa26a55b31c5b789cb4a98e33af7fc99 (diff)
added rules.html and faq.html change to fit your own instance specs.
Diffstat (limited to 'static/faq.html')
-rw-r--r--static/faq.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/static/faq.html b/static/faq.html
new file mode 100644
index 0000000..0d929f9
--- /dev/null
+++ b/static/faq.html
@@ -0,0 +1,35 @@
+<!DOCTYPE html>
+<html>
+ <body style="background-color:#ffffee; max-width: 800px; margin: 0 auto;">
+ <a style="color: black;" href="javascript:history.back()">[Back]</a>
+ <h1 style="text-align: center;">FAQ</h1>
+ <div>
+ <h4>What is fchan</h4>
+ <p>fchan short for fchannel and is a federated image board based on activity pub. it removes the centralization aspect that so many of us have become accustom to. it is not trying to re-invent the wheel and draws likeness from other chans for ease of familiarity. you can get the source code here https://github.com/FChannel0 any help is appreciated.</p>
+
+ <h4>Options</h4>
+ <p>the options field when posting can be used for special options when posting. type noko in the options field to return to the thread you posting to. use sage to ignore updating the thread bump order. nokosage will do both.</p>
+
+ <h4>Tripcode</h4>
+ <p>you can identify yourself with a tripcode by adding a hash mark (#) after your name followed by your unique identifying string, example anon#myunique.</p>
+
+ <h4>Quote</h4>
+ <p>use a greater than symbols (>) to quote strings of text. use double (>>) followed by the url id of the post you are referencing (this will be changed later for better use).</p>
+
+ <h4>No. Link</h4>
+ <p>click on "No." next to a post to view its thread.</p>
+
+ <h4>Uploading files</h4>
+ <p>max file size is 7MB. the supported file types are "image/gif","image/jpeg","image/png","image/svg+xml","image/webp","image/avif","image/apng","video/mp4","video/ogg","video/webm","audio/mpeg","audio/ogg","audio/wav", "audio/wave", "audio/x-wav". these were choosen based on browser support for embeding</p>
+
+ <h4>JavaScript why?</h4>
+ <p>a version of the client with no javascript will be made eventually. current version requires it, because of basic functionality needed. no libraries or frameworks for javascript is used besides ECMAScript, just basic selection of DOM elements and modifying their styling. maybe someone would be willing to make a client that uses no javascript.</p>
+
+ <h4>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>Activitypub specific examples</h4>
+ <p>coming soon(tm).</p>
+ </div>
+ </body>
+</html>