diff options
author | sageman_ <sageman@anomine.net> | 2021-07-04 13:45:13 +0200 |
---|---|---|
committer | sageman_ <sageman@anomine.net> | 2021-07-04 13:45:13 +0200 |
commit | bc868ba51864f2f1569f942cc44b01d631d0d337 (patch) | |
tree | e95d6a3d54349d416cf7f271bb2319f3934943e1 /static/faq.html | |
parent | d287a2d0bb19f6a7eef682cd411e0e7cc31c1e3d (diff) | |
parent | 2d06abf5049e67e05c068461908c492f43ff4026 (diff) |
Merge branch 'development' of https://github.com/FChannel0/FChannel-Server into faq-and-rules
# Conflicts:
# client.go
# static/faq.html
Diffstat (limited to 'static/faq.html')
-rw-r--r-- | static/faq.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/faq.html b/static/faq.html index 4c240f7..9313360 100644 --- a/static/faq.html +++ b/static/faq.html @@ -52,11 +52,13 @@ <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> + <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™.</p> <h4 id="version">What's the version of this fchannel instance?</h4> - <p>v0.0.5c</p> + <p>v0.0.6-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> |