1; 2; SANE Backend specification file 3; 4; It's basically emacs-lisp --- so ";" indicates comment to end of line. 5; All syntactic elements are keyword tokens, followed by a string or 6; keyword argument, as specified. 7; 8; ":backend" *must* be specified. 9; All other information is optional (but what good is the file without it?). 10; 11 12:backend "sceptre" 13:version "1.0-10 (unmaintained)" ; version of backend 14:manpage "sane-sceptre" ; name of manpage 15:url "http://www.zago.net/sane/" ; backend's web page 16 17:devicetype :scanner 18 19:mfg "Sceptre" 20:url "http://www.sceptre.com/" 21:model "Vividscan S1200" 22:interface "SCSI" 23:status :basic 24 25:mfg "Komodo" 26:url "http://www.komodo.com/" 27:model "S1200" 28:interface "SCSI" 29:status :untested 30:comment "rebadged Sceptre S1200" 31