From: Matt Birkholz Date: Wed, 13 Mar 2024 20:53:44 +0000 (-0500) Subject: Disable super/subscript markup, as in Pop!_OS. X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a6bbf36573c0f85544866ebc9f144afcd2634543;p=Network Disable super/subscript markup, as in Pop!_OS. --- diff --git a/README.html b/README.html index 7001467..e4eed84 100644 --- a/README.html +++ b/README.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Birchwood Abbey Networks @@ -64,7 +64,7 @@ map is very similar, with differences mainly in terminology, philosophy, attitude.

-
+
                 |                                                   
                 =                                                   
               _|||_                                                 
@@ -136,8 +136,8 @@ with Apache2, spooling email with Postfix and serving it with
 Dovecot-IMAPd, and hosting a VPN with OpenVPN.
 

-
-

3.1. Install Emacs

+
+

3.1. Install Emacs

The monks of the abbey are masters of the staff (bo) and Emacs. @@ -695,7 +695,7 @@ certificate is a terminal session affair (with prompts and lines entered as shown below).

-
+
 $ sudo apt install python3-certbot-apache
 $ sudo certbot --apache -d birchwood-abbey.net
 ...
@@ -914,8 +914,8 @@ with Postfix and Dovecot, and providing essential localnet services:
 NTP, DNS and DHCP.
 

-
-

4.1. Include Abbey Variables

+
+

4.1. Include Abbey Variables

In this abbey specific document, most abbey particulars are not @@ -1113,8 +1113,8 @@ The abbey uses the Apt-Cacher:TNG package cache on Core. The

-
-

4.8. Use Cloister Apt Cache

+
+

4.8. Use Cloister Apt Cache

Core itself will benefit from using the package cache. @@ -1292,7 +1292,7 @@ Remote Plugin Executor) server and an inst_sensors command.

The configurations for the servers are very similar to Gate's, but are idiosyncratically in flux. In particular, Kamino does not irritate -check_total_procs, yet Kessel does. Both are Pop!OS 22.04, but +check_total_procs, yet Kessel does. Both are Pop!_OS 22.04, but Kessel is a wireless host while Kamino is wired. Devaron, the Raspberry Pi OS (ARM64) machine, uses the abbey_pisensors monitor.

@@ -1768,8 +1768,8 @@ clients: Android, Debian and Campus. The last type never roams, and is not associated with a member of the small institute.

-
-

6.1. Use Cloister Apt Cache

+
+

6.1. Use Cloister Apt Cache

The Apt-Cacher:TNG program does not work well on the frontier, so is @@ -1839,8 +1839,8 @@ Raspberry Pis (architecture aarch64) only.

-
-

6.3. Install Emacs

+
+

6.3. Install Emacs

The monks of the abbey are masters of the staff and Emacs. @@ -1907,7 +1907,7 @@ Listing them (e.g. running owdir /26.nnnnnnnn or owdir below. A test session is shown below.

-
+
 monkey@new$ owdir
 ...
     /26.2153B6000000/
@@ -2343,8 +2343,8 @@ described in the final section, Configure Cameras, bel
 

-
-

8.4. Include Abbey Variables

+
+

8.4. Include Abbey Variables

Private variables in private/vars-abbey.yml are needed, and included @@ -2770,8 +2770,8 @@ machine simply by adding it to the tvrs group.

-
-

9.3. Include Abbey Variables

+
+

9.3. Include Abbey Variables

Private variables in private/vars-abbey.yml are needed, as in the @@ -3316,7 +3316,7 @@ the list of "inputs" available in a postal code typically ends with the OTA (over the air) broadcasts.

-
+
 $ tv_grab_zz_sdjson --configure --config-file .mythtv/Mr.Antenna.xmltv
 Cache file for lineups, schedules and programs.
 Cache file: [/home/mythtv/.xmltv/tv_grab_zz_sdjson.cache]
@@ -4593,7 +4593,7 @@ It may be necessary to reboot before the final tests.
 

Wireless Debian desktops (with NetworkManager) include our 8GB Core i3 NUC (Intel®'s Next Unit of Computing) and our 8GB Raspberry Pi 4. -They run the Pop!OS and Raspberry Pi OS desktops respectively. They +They run the Pop!_OS and Raspberry Pi OS desktops respectively. They are connected to the cloister VPN via the following process.

@@ -4691,7 +4691,7 @@ resolution) with ping -c1 core.

We assume the desktop is running NetworkManager, which is the case in -all our Debian desktops from Pop!OS and Ubuntu to Mint and Raspberry +all our Debian desktops from Pop!_OS and Ubuntu to Mint and Raspberry Pi OS.

@@ -4821,7 +4821,7 @@ to private/db.campus_vpn.)

Author: Matt Birkholz

-

Created: 2024-03-11 Mon 17:33

+

Created: 2024-03-12 Tue 10:37

Validate

diff --git a/publish.el b/publish.el index f47dcf8..4b356bf 100644 --- a/publish.el +++ b/publish.el @@ -23,6 +23,7 @@ :broken-links 'mark))) (require 'ox) +(setq org-export-with-sub-superscripts nil) (setq org-html-htmlize-output-type 'css) ;; Hack rendition of verbatim text. Use Q rather than CODE.