Compare commits
No commits in common. "600d558b11f15fc5a53506253b6474c29cb78121" and "4784f8323406fc7e1839d70e948c643b1d156d3b" have entirely different histories.
600d558b11
...
4784f83234
2 changed files with 0 additions and 13 deletions
11
Changelog.md
11
Changelog.md
|
@ -2,17 +2,6 @@
|
|||
|
||||
## 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
|
||||
|
||||
Some refactoring of code handling parsing the config file.
|
||||
|
|
|
@ -15,8 +15,6 @@ A simple HTTP/1.1 server written in C.
|
|||
--enable-cache-dir=<DIR>
|
||||
--cache-entry-lifetime-seconds=<SECONDS>
|
||||
--enable-static-dir=<DIR>
|
||||
--generate-dir=<DIR>
|
||||
--generate-enable-overwrite
|
||||
|
||||
## Changelog
|
||||
|
||||
|
|
Loading…
Reference in a new issue