Compare commits
2 commits
4784f83234
...
600d558b11
Author | SHA1 | Date | |
---|---|---|---|
600d558b11 | |||
b155934701 |
2 changed files with 13 additions and 0 deletions
11
Changelog.md
11
Changelog.md
|
@ -2,6 +2,17 @@
|
|||
|
||||
## 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,6 +15,8 @@ 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