diff src/learn.html.luan @ 67:b1982e401900

security
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 15 Sep 2024 08:09:27 -0600
parents 7c496678f32a
children
line wrap: on
line diff
--- a/src/learn.html.luan	Sat Aug 24 22:26:46 2024 -0600
+++ b/src/learn.html.luan	Sun Sep 15 08:09:27 2024 -0600
@@ -33,7 +33,7 @@
 		title = [[Text Editor and JSON]]
 		content = function()
 %>
-<p>A text editor is a basic tool for reactionary programmers.  We use simple flexible tools.  Modern scum use an <a href="https://en.wikipedia.org/wiki/Integrated_development_environment">IDE</a> which is big, <a href="http://mikraite.arkian.net/Changed-my-mind-about-IDE-s-tp2769.html">complicated</a>, and inflexible.  We don't use such tools.</p>
+<p>A text editor is a basic tool for reactionary programmers.  We use simple flexible tools.  Modern scum use an <a href="https://en.wikipedia.org/wiki/Integrated_development_environment">IDE</a> which is big, <a href="https://mikraite.arkian.net/Changed-my-mind-about-IDE-s-tp2769.html">complicated</a>, and inflexible.  We don't use such tools.</p>
 
 <p>I reviewed the available text editors and I think <a href="https://www.sublimetext.com/">Sublime Text</a> is the best one available.  So please download it and learn how it works.</p>
 
@@ -75,7 +75,7 @@
 		title = [[Mercurial - Source Control]]
 		content = function()
 %>
-<p>Thankfully <a href="mercurial.html">Mercurial</a> is well documented.  Read <a href="http://hgbook.red-bean.com/">Mercurial: The Definitive Guide</a> up to (and including) chapter 9.</p>
+<p>Thankfully <a href="mercurial.html">Mercurial</a> is well documented.  Read <a href="https://hgbook.red-bean.com/">Mercurial: The Definitive Guide</a> up to (and including) chapter 9.</p>
 
 <p>To get started with Mercurial, download Mercurial from <a href="https://www.mercurial-scm.org/">their website</a> and install it.  Then do:</p>
 
@@ -90,7 +90,7 @@
 ~/learn $ 
 </code>
 
-<p>If this works, it is installed properly.  Next <a href="http://hgbook.red-bean.com/read/a-tour-of-mercurial-the-basics.html#sec:tour-basic:username">set up your Mercurial configuration file</a> which is <code>~/.hgrc</code> on a Mac or <code>/c/Users/$(whoami)/mercurial.ini</code> on Windows <a href="https://www.msys2.org/">MSYS2</a>.  My <a href="https://www.mercurial-scm.org/doc/hgrc.5.html">hgrc</a> file looks like this:
+<p>If this works, it is installed properly.  Next <a href="https://hgbook.red-bean.com/read/a-tour-of-mercurial-the-basics.html#sec:tour-basic:username">set up your Mercurial configuration file</a> which is <code>~/.hgrc</code> on a Mac or <code>/c/Users/$(whoami)/mercurial.ini</code> on Windows <a href="https://www.msys2.org/">MSYS2</a>.  My <a href="https://www.mercurial-scm.org/doc/hgrc.5.html">hgrc</a> file looks like this:
 
 <code block>
 [ui]
@@ -194,8 +194,8 @@
 <p>The next step is to download this website like this:</p>
 
 <code block>
-~/learn $ wget -r -k http://www.reactionary.software/
---2024-01-15 01:31:20--  http://www.reactionary.software/
+~/learn $ wget -r -k https://www.reactionary.software/
+--2024-01-15 01:31:20--  https://www.reactionary.software/
 ...
 ~/learn $ cd www.reactionary.software/
 ~/learn/www.reactionary.software $ ls -F