From a494ac95ec72a1b9ecfdb537dd0fb95bddfc2b64 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sat, 10 Aug 2019 11:19:10 -0600 Subject: [PATCH] More doc updates RE: InfoZip --- docs/configuration/archivers.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/configuration/archivers.md b/docs/configuration/archivers.md index 3d3f952a..aa820482 100644 --- a/docs/configuration/archivers.md +++ b/docs/configuration/archivers.md @@ -11,9 +11,15 @@ Archivers are manged via the `archives:archivers` configuration block of `config The following archivers are pre-configured in ENiGMA½ as of this writing. Remember that you can override settings or add new handlers! #### ZZip -* Formats: .7z, .bzip2, .zip, .gzip/.gz, and more +* Formats: .7z, .bzip2, .gzip/.gz, and more * Key: `7Zip` * Homepage/package: [7-zip.org](http://www.7-zip.org/). Generally obtained from a `p7zip` package in *nix environments. See http://p7zip.sourceforge.net/ for details. +* Notes: Previous defaulted to using 7zip for .zip files as well, but newer versions of the package give "volume" errors at times. See InfoZip below. + +#### InfoZip +* Formats: .zip +* Key: InfoZip +* Homepage/package: http://infozip.sourceforge.net/. Often already available in Linux. You will need `zip` and `unzip` in ENiGMA's path. #### Lha * Formats: LHA files such as .lzh.