Add 7zip, remove Peazip, Keka not FOSS #1797
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "pr-pea7zip"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://deploy-preview-1797--privacytools-io.netlify.com/software/encryption-tools/
Closes: https://github.com/privacytoolsIO/privacytools.io/issues/1782
Closes: https://github.com/privacytoolsIO/privacytools.io/issues/1784
Seems that netlify isn't deploying a preview
netlify says this:
Liquid Exception: Invalid syntax for include tag: title="7 Zip" image="/assets/img/svg/3rd-party/7zip.svg" description="<strong>7-Zip</strong> is a free and open-source file archiver, a utility used to place groups of files within compressed containers known as "archives". On Linux the command-line tool p7zip is used and integrates into various interfaces such as <a href="https://wiki.gnome.org/Apps/FileRoller">FileRoller</a>, <a href="https://github.com/ib/xarchiver">Xarchiver</a>, <a href="https://kde.org/applications/utilities/ark">Ark</a> and <a href="https://www.keka.io/">Keka</a>. website="https://7-zip.org" forum="" source="https://sourceforge.net/projects/sevenzip/files/" windows="https://7-zip.org/download.html" linux="https://sourceforge.net/projects/p7zip/files" freebsd="https://www.freshports.org/archivers/p7zip" openbsd="https://sourceforge.net/projects/p7zip" netbsd="https://sourceforge.net/projects/p7zip" Valid syntax: {% include file.ext param='value' param2='value' %} in pages/software/encryption.html 10:28:58 AM: jekyll 3.8.5 | Error: Invalid syntax for include tag: 10:28:58 AM: title="7 Zip" 10:28:58 AM: image="/assets/img/svg/3rd-party/7zip.svg"
seems like you messed up the syntax somewhere.
I guess that's what I get for winging it.
Deploy preview for privacytools-io ready!
Built with commit
21e1381ce4
https://deploy-preview-1797--privacytools-io.netlify.com
lgtm
https://forum.privacytools.io/t/discussion-7-zip/3024
I am not sure about Keka. Are there really not open source options or could it have warning on not being OSS?
Warn on not being open source?
Added
Yeah I think I'll remove Keka from there, unless we can find an open source alternative. p7zip can be used on MacOS (it's what I used to do via Homebrew/Macports), but I don't have a Mac now, so I've not kept up to date if there's a modern open-source frontend to p7zip.
I think you missed this part of my previous review
@ -38,17 +38,17 @@
{%
What is the connection between 7zip and encryption by the way?
It is an easy way to group a bunch of files and encrypt with symmetric encryption like AES256, secured with a passphrase. It can secure metadata such as filenames too.
I assume peazip was added for some reason like this. Personally I've only ever used 7-Zip on windows, and p7zip on Linux, MacOS etc.
LGTM