Here we start the actual code of the noteweb script.
#!/usr/bin/env python #================================================================ # noteweb: Render XML bird field notes into HTML # For documentation, see: # http://www.nmt.edu/~shipman/aba/doc/noteweb/ #---------------------------------------------------------------- PROGRAM_NAME = "noteweb" EXTERNAL_VERSION = "1.1"