2021-12-22 21:33:57 +00:00
|
|
|
|
2021-12-16 11:32:05 +00:00
|
|
|
==== kawipiko -- blazingly fast static HTTP server ====
|
|
|
|
|
|
|
|
| Documentation, issues and sources:
|
|
|
|
| * https://github.com/volution/kawipiko
|
|
|
|
| Authors:
|
|
|
|
| * Ciprian Dorin Craciun
|
|
|
|
| ciprian@volution.ro
|
|
|
|
| ciprian.craciun@gmail.com
|
|
|
|
| https://volution.ro/ciprian
|
|
|
|
-----------------------------------------------------------
|
|
|
|
|
|
|
|
kawipiko-archiver
|
|
|
|
|
|
|
|
--sources <path>
|
|
|
|
|
|
|
|
--archive <path>
|
|
|
|
|
|
|
|
--compress <gzip | zopfli | brotli | identity>
|
|
|
|
--compress-level <number>
|
2021-12-22 18:49:36 +00:00
|
|
|
|
|
|
|
--sources-cache <path>
|
2021-12-16 11:32:05 +00:00
|
|
|
--compress-cache <path>
|
|
|
|
|
|
|
|
--exclude-index
|
|
|
|
--exclude-strip
|
|
|
|
--exclude-cache
|
|
|
|
--include-etag
|
|
|
|
|
|
|
|
--exclude-file-listing
|
|
|
|
--include-folder-listing
|
|
|
|
|
|
|
|
--progress
|
|
|
|
--debug
|
|
|
|
|
2021-12-22 21:33:57 +00:00
|
|
|
** supported archive version: @{SCHEMA}
|
|
|
|
|
2021-12-16 11:32:05 +00:00
|
|
|
** for details see:
|
2021-12-22 21:33:57 +00:00
|
|
|
https://github.com/volution/kawipiko/blob/development/documentation/manual-archiver.rst
|
|
|
|
|