1*10465441SEvalZeroThis directory contains a script ('makefsdata') to create C code suitable for 2*10465441SEvalZerohttpd for given html pages (or other files) in a directory. 3*10465441SEvalZero 4*10465441SEvalZeroThere is also a plain C console application doing the same and extended a bit. 5*10465441SEvalZero 6*10465441SEvalZeroUsage: htmlgen [targetdir] [-s] [-i]s 7*10465441SEvalZero targetdir: relative or absolute path to files to convert 8*10465441SEvalZero switch -s: toggle processing of subdirectories (default is on) 9*10465441SEvalZero switch -e: exclude HTTP header from file (header is created at runtime, default is on) 10*10465441SEvalZero switch -11: include HTTP 1.1 header (1.0 is default) 11*10465441SEvalZero 12*10465441SEvalZero if targetdir not specified, makefsdata will attempt to 13*10465441SEvalZero process files in subdirectory 'fs'. 14