-
Notifications
You must be signed in to change notification settings - Fork 0
/
azip.txt
80 lines (61 loc) · 2.98 KB
/
azip.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
-------------------------------------------
AZip - A free, portable Zip Archive Manager
-------------------------------------------
AZip is a Zip Archive Manager with a portable user interface
and unique features such as: built-in content search, smart
archive update, archive recompression.
The goal is to keep the user interface as simple as possible and
bother the user the least possible with options or useless gadgets.
Features
========
* Aimed at simplicity, minimal option set
* Usual archive management: Add / Remove / Extract files
* Useful & unique tools:
* Search : content and/or entry name built-in search function
through an archive - no need to extract contents!
* Update : changes only new, modified files in an archive
* Recompress : make a Zip archive smaller
* Flat view / Tree view
* Multi-document
* Methods supported: Reduce, Shrink, Implode, Deflate, Deflate64, BZip2, LZMA
* Encryption
* Portable (installation not needed, but supported; no DLL; no configuration file (*))
* Free, open-source
___
(*) AZip can alternatively operate in a stealth "no trace in registry" mode.
All you need is to put a dummy configuration file
with the name "azip.cfg" in the same directory as the executable, azip.exe.
If azip.cfg is read-only, user settings won't be remembered for next usage,
otherwise settings will be recorded in azip.cfg instead of in the registry.
License / Warning / Legal stuff
===============================
There is NO WARRANTY in the AZip software.
AZip is licensed under the MIT License.
You find the full license and copyright notice in zip.ads.
Platforms supported
===================
* Windows
* Others: work in progess: there is a draft multiplatform GTK implementation
* AZip's UI is mostly generic, so it can be implemented on various
UI toolkits without redoing from scratch
How to build & modify AZip
==========================
* Go to Alire ( https://alire.ada.dev/ ) and get the AZip crate.
Alternatively, "by hand":
* Download the GNAT compiler: https://www.adacore.com/download
* For the GWindows toolkit and other dependencies: read the comments in
the gwindows/azip_gwindows.gpr project file (just open it as text
file) for further instructions.
Thanks to...
============
[Zip-Ada - Zip archive management library]
Stratégies Software team: intensive profiling and contributions
ITEC team at NXP Semiconductors: contributions
[GWindows - native MS Windows framework]
David Botton: main author
André van Splunter
Frank Piron, Falk Maier at KonAd GmbH: authors of GWindows Extended
Asen Anastassov, for the idea of a "stealth mode" (no trace in registry).
Nicolas F. Mirkov, for the ideas of an option for a default extract
directory and of context menus within AZip.
Nicolas Pinault (DrPi), for the Single Instance feature in GWindows.