Mercurial Hosting > arkian
view src/requirements.html @ 34:b0b82194daf5
about page
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Sun, 01 Mar 2026 10:32:28 -0700 |
| parents | aabeaf60a680 |
| children |
line wrap: on
line source
<!doctype html> <html lang="en"> <head> <script src="/site.js"></script> <script> head() </script> <title>Arkian - Membership Requirements</title> </head> <body> <script> header() </script> <div content> <h1>Membership Requirements</h1> <p>These are the requirements to be Arkian:</p> <ul> <li> <ul> <li>Pass <a href="/test.html">a test on the Old Testament test</a>. To pass, you must get all questions correct.</li> <li>Pass a test on <a href="/go.html">Go</a> skill. The test is to beat <a href="https://www.remi-coulom.fr/CrazyStone/">this app</a> with board size 9X9 with komi 5.5 at level 14k using either color.</li> </ul> <p>You can take the tests multiple times until you pass.</p> </li> <li><p>Promise to try to make your children Arkian.</p></li> <li><p>Have the source of this website and the private website, be able to update them from Mercurial, and be able to run them locally. See <a href="/this.html">how</a>.</p></li> </ul> <p>These are not requirements but Arkians should:</p> <ul> <li><p>Ensure that there is a public Mercurial repository of the source of this website.</p></li> <li><p>Ensure that this website is publicly hosted somewhere.</p></li> <li><p>Ensure that there is an online public place for Arkian discussions.</p></li> <li><p>Single Arkians should try to marry an Arkian.</p></li> <li><p>Read the Old Testament.</p></li> <li><p>Live in a culture with a low illegitimacy rate.</p></li> </ul> </div> </body> </html>
