Compare commits

..

No commits in common. "600d558b11f15fc5a53506253b6474c29cb78121" and "4784f8323406fc7e1839d70e948c643b1d156d3b" have entirely different histories.

2 changed files with 0 additions and 13 deletions

View file

@ -2,17 +2,6 @@
## Upcoming Changes ## Upcoming Changes
## Version 1.2
Add the `--generate-dir=<DIR>` option, which will generate all html into the
given directory. This requires `--config=<CONFIG_FILE>`.
`--generate-enable-overwrite` is required to overwrite existing files when using
`--generate-dir=<DIR>`.
If `--enable-static-dir=<DIR>` is also specified with generate, then the files
in the given directory will be copied into the directory specified with
`--generate-dir=<DIR>`.
## Version 1.1 ## Version 1.1
Some refactoring of code handling parsing the config file. Some refactoring of code handling parsing the config file.

View file

@ -15,8 +15,6 @@ A simple HTTP/1.1 server written in C.
--enable-cache-dir=<DIR> --enable-cache-dir=<DIR>
--cache-entry-lifetime-seconds=<SECONDS> --cache-entry-lifetime-seconds=<SECONDS>
--enable-static-dir=<DIR> --enable-static-dir=<DIR>
--generate-dir=<DIR>
--generate-enable-overwrite
## Changelog ## Changelog