Name Date Size #Lines LOC

..--

makefsdataH A D25-Apr-20252.5 KiB9881

makefsdata.cH A D25-Apr-202540 KiB1,2521,062

readme.txtH A D25-Apr-2025625 1410

tinydir.hH A D25-Apr-202517.7 KiB809663

readme.txt

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