Lecture overview
Keyboard shortcut: 'u'  Previous slide in this lecture
Keyboard shortcut: 'p'  Next slide in this lecture
Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  Annotated slide
Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    automationsSlide 25 : 42

Automation of routine tasks 

Many tedious tasks can be solved directly by pieces of programs embedded in an LAML document
 

includes/automations/d1-with.lamlAn example of programmed HTML escaping - external HTML
 

includes/automations/d1-without.htmlThe example html document with manual escaping - inlined HTML
 

../../lib4/html4.0-loose/convenience.scmThe html-protect function from the HTML4.0 convenience library.
 

 

 

includes/automations/d3-with.lamlAn example with automated URL checking