Mercurial Hosting > arkian
changeset 12:5551c7b1a4cb
add private
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 15 Sep 2025 18:12:59 -0600 |
parents | 998dbbab9f26 |
children | 8f9aa9800737 |
files | serve.sh src/requirements.html src/this.html |
diffstat | 3 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
diff -r 998dbbab9f26 -r 5551c7b1a4cb serve.sh --- a/serve.sh Sat Sep 13 20:03:03 2025 -0600 +++ b/serve.sh Mon Sep 15 18:12:59 2025 -0600 @@ -1,1 +1,3 @@ +#!/bin/bash + luan luan:http/serve.luan src 2>&1 | tee err
diff -r 998dbbab9f26 -r 5551c7b1a4cb src/requirements.html --- a/src/requirements.html Sat Sep 13 20:03:03 2025 -0600 +++ b/src/requirements.html Mon Sep 15 18:12:59 2025 -0600 @@ -28,7 +28,7 @@ <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, be able to update it from Mercurial, and be able to run it locally. See <a href="/this.html">how</a>.</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>
diff -r 998dbbab9f26 -r 5551c7b1a4cb src/this.html --- a/src/this.html Sat Sep 13 20:03:03 2025 -0600 +++ b/src/this.html Mon Sep 15 18:12:59 2025 -0600 @@ -10,7 +10,7 @@ <div content> <h1>This Website</h1> -<p>Here is <a href="https://hg.reactionary.software/repo/arkian/">the source</a> of this webite. To get it, first install <a href="https://www.mercurial-scm.org/">Mercurial</a>. Then on the command line, do:</p> +<p>Here is <a href="https://hg.reactionary.software/repo/arkian/">the source</a> of this website. To get it, first install <a href="https://www.mercurial-scm.org/">Mercurial</a>. Then on the command line, do:</p> <code block> hg clone https://hg.reactionary.software/repo/arkian @@ -44,7 +44,9 @@ <p>Then in your browser, go to <a href="http://localhost:8080/">http://localhost:8080/</a>.</p> -<p>This website may be updated as needed, particularly to fix broken links.</p> +<p>There is also <a href="https://hg.reactionary.software/repo/arkian_private/">a private website</a> containing private info that you need. Ask another Arkian to give you access to it. All of the above applies to the private website as well.</p> + +<p>These websites may be updated as needed, particularly to fix broken links.</p> </div> </body> </html>