computing: update the bit about site setup
[~bandali/bndl.org] / bandali-computing.txt
index 2ce768b..26475bd 100644 (file)
@@ -43,11 +43,13 @@ ACTUAL COMPUTING
 MAINTAINING THIS SITE
 
   The pages of this site are all written in plain text and composed in
-  GNU Emacs.  They are then automatically converted to HTML with
-  minimal changes -- mostly just linkifying URLs -- on each git push,
-  by this nifty Perl script: https://bndl.org/txt2html.  To get the
-  git repository containing all of the pages and their history of
-  changes, you can run  git clone https://bndl.org  in a terminal.
+  GNU Emacs.  They are then automatically converted to output markups
+  such as HTML with minimal changes -- mostly linkifying URLs -- on
+  each git push using a server-side git post-receive hook that runs
+  `make' -- see https://bndl.org/GNUmakefile -- which ultimately runs
+  this nifty Perl script: https://bndl.org/txt2pre.  To get the git
+  repository containing all of the pages and their history of changes,
+  you can run  git clone https://bndl.org  in a terminal.
 
 
                                  -*-