xiuos/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/makefsdata
Zhao_Jiasheng 89a2236b18 Adjust directory structure 2021-06-03 17:38:11 +08:00
..
makefsdata Adjust directory structure 2021-06-03 17:38:11 +08:00
makefsdata.c Adjust directory structure 2021-06-03 17:38:11 +08:00
readme.txt Adjust directory structure 2021-06-03 17:38:11 +08:00
tinydir.h Adjust directory structure 2021-06-03 17:38:11 +08:00

readme.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This directory contains a script ('makefsdata') to create C code suitable for
httpd for given html pages (or other files) in a directory.

There is also a plain C console application doing the same and extended a bit.

Usage: htmlgen [targetdir] [-s] [-i]s
   targetdir: relative or absolute path to files to convert
   switch -s: toggle processing of subdirectories (default is on)
   switch -e: exclude HTTP header from file (header is created at runtime, default is on)
   switch -11: include HTTP 1.1 header (1.0 is default)

  if targetdir not specified, makefsdata will attempt to
  process files in subdirectory 'fs'.