source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/lwip-2.1.2/src/apps/http/makefsdata/readme.txt@ 457

Last change on this file since 457 was 457, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain;charset=UTF-8
File size: 625 bytes
Line 
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'.
Note: See TracBrowser for help on using the repository browser.