language and parsing
The web pages of this site are being generated by 3 sed scripts and one cgi bash script
The scripts are called from the cgi bash script file:/script/text2html.txt
using the input from link://index.txt using mod-rewrite rules within
the htaccess file href="/howto/htaccess.html">/howto/htaccess.html
The sed script makehtml.txt implements a "wiki" [->wikipedia] like transformation
in which certain "markup" patterns within a plain text file are
transformed into html. For example, the text in the source file
see "parsing" [->wikipedia]will be transformed by the scripts into see "parsing" [->wikipedia]
For more information about the markup patterns which can be used in the text source files, see the document site-markup.txt
In general the apache mod-rewrite rules will redirect any file
with a name like "name.txt.html" to the cgi-script. That script will open
the name.txt
and transform it into html using the
sed scripts.
This site and code were built with
sgtatham/putty/download.html