annotate src/requirements.html @ 35:5632a0ec20b5 default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 01 Mar 2026 11:45:04 -0700
parents aabeaf60a680
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
45a3989c3447 start public repo
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
1 <!doctype html>
45a3989c3447 start public repo
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
2 <html lang="en">
45a3989c3447 start public repo
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
3 <head>
45a3989c3447 start public repo
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
4 <script src="/site.js"></script>
45a3989c3447 start public repo
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
5 <script> head() </script>
45a3989c3447 start public repo
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
6 <title>Arkian - Membership Requirements</title>
45a3989c3447 start public repo
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
7 </head>
45a3989c3447 start public repo
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
8 <body>
45a3989c3447 start public repo
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
9 <script> header() </script>
45a3989c3447 start public repo
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
10 <div content>
2
c33c1f76ef2c start changes
Franklin Schmidt <fschmidt@gmail.com>
parents: 0
diff changeset
11
c33c1f76ef2c start changes
Franklin Schmidt <fschmidt@gmail.com>
parents: 0
diff changeset
12 <h1>Membership Requirements</h1>
c33c1f76ef2c start changes
Franklin Schmidt <fschmidt@gmail.com>
parents: 0
diff changeset
13
c33c1f76ef2c start changes
Franklin Schmidt <fschmidt@gmail.com>
parents: 0
diff changeset
14 <p>These are the requirements to be Arkian:</p>
c33c1f76ef2c start changes
Franklin Schmidt <fschmidt@gmail.com>
parents: 0
diff changeset
15 <ul>
c33c1f76ef2c start changes
Franklin Schmidt <fschmidt@gmail.com>
parents: 0
diff changeset
16 <li>
31
aabeaf60a680 modern culture
Franklin Schmidt <fschmidt@gmail.com>
parents: 12
diff changeset
17 <ul>
aabeaf60a680 modern culture
Franklin Schmidt <fschmidt@gmail.com>
parents: 12
diff changeset
18 <li>Pass <a href="/test.html">a test on the Old Testament test</a>. To pass, you must get all questions correct.</li>
aabeaf60a680 modern culture
Franklin Schmidt <fschmidt@gmail.com>
parents: 12
diff changeset
19 <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>
aabeaf60a680 modern culture
Franklin Schmidt <fschmidt@gmail.com>
parents: 12
diff changeset
20 </ul>
2
c33c1f76ef2c start changes
Franklin Schmidt <fschmidt@gmail.com>
parents: 0
diff changeset
21 <p>You can take the tests multiple times until you pass.</p>
c33c1f76ef2c start changes
Franklin Schmidt <fschmidt@gmail.com>
parents: 0
diff changeset
22 </li>
c33c1f76ef2c start changes
Franklin Schmidt <fschmidt@gmail.com>
parents: 0
diff changeset
23 <li><p>Promise to try to make your children Arkian.</p></li>
12
5551c7b1a4cb add private
Franklin Schmidt <fschmidt@gmail.com>
parents: 5
diff changeset
24 <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>
2
c33c1f76ef2c start changes
Franklin Schmidt <fschmidt@gmail.com>
parents: 0
diff changeset
25 </ul>
c33c1f76ef2c start changes
Franklin Schmidt <fschmidt@gmail.com>
parents: 0
diff changeset
26
c33c1f76ef2c start changes
Franklin Schmidt <fschmidt@gmail.com>
parents: 0
diff changeset
27 <p>These are not requirements but Arkians should:</p>
c33c1f76ef2c start changes
Franklin Schmidt <fschmidt@gmail.com>
parents: 0
diff changeset
28 <ul>
c33c1f76ef2c start changes
Franklin Schmidt <fschmidt@gmail.com>
parents: 0
diff changeset
29 <li><p>Ensure that there is a public Mercurial repository of the source of this website.</p></li>
c33c1f76ef2c start changes
Franklin Schmidt <fschmidt@gmail.com>
parents: 0
diff changeset
30 <li><p>Ensure that this website is publicly hosted somewhere.</p></li>
c33c1f76ef2c start changes
Franklin Schmidt <fschmidt@gmail.com>
parents: 0
diff changeset
31 <li><p>Ensure that there is an online public place for Arkian discussions.</p></li>
c33c1f76ef2c start changes
Franklin Schmidt <fschmidt@gmail.com>
parents: 0
diff changeset
32 <li><p>Single Arkians should try to marry an Arkian.</p></li>
5
a92469256370 add should
Franklin Schmidt <fschmidt@gmail.com>
parents: 2
diff changeset
33 <li><p>Read the Old Testament.</p></li>
31
aabeaf60a680 modern culture
Franklin Schmidt <fschmidt@gmail.com>
parents: 12
diff changeset
34 <li><p>Live in a culture with a low illegitimacy rate.</p></li>
2
c33c1f76ef2c start changes
Franklin Schmidt <fschmidt@gmail.com>
parents: 0
diff changeset
35 </ul>
0
45a3989c3447 start public repo
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
36 </div>
45a3989c3447 start public repo
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
37 </body>
45a3989c3447 start public repo
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
38 </html>