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 "test" ; name of backend 13:version "1.0-28 (unmaintained)" ; version of backend 14:manpage "sane-test" ; name of manpage (if it exists) 15:url "http://www.meier-geinitz.de/sane/test-backend/" ; backend's web page 16 17:devicetype :api ; start of a list of devices.... 18 ; other types: :stillcam, :vidcam, 19 ; :meta, :api 20 21:desc "Frontend-tester" 22:comment "Backend for testing frontends. Also serves as example for SANE backend options." 23