glosc-mcp 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +23 -0
- package/build/GloscMcp.js +207 -0
- package/build/GloscTools.js +495 -0
- package/build/index.js +12 -0
- package/libs/7z/Linux/7zz +0 -0
- package/libs/7z/Linux/7zzs +0 -0
- package/libs/7z/Linux/History.txt +178 -0
- package/libs/7z/Linux/License.txt +144 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/add.htm +96 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/bench.htm +186 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/delete.htm +64 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/extract.htm +101 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/extract_full.htm +77 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/hash.htm +101 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/index.htm +36 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/list.htm +79 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/rename.htm +51 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/style.css +232 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/test.htm +51 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/update.htm +74 -0
- package/libs/7z/Linux/MANUAL/cmdline/exit_codes.htm +27 -0
- package/libs/7z/Linux/MANUAL/cmdline/index.htm +29 -0
- package/libs/7z/Linux/MANUAL/cmdline/style.css +232 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/ar_exclude.htm +58 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/ar_include.htm +84 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/ar_no.htm +52 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/bb.htm +61 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/bs.htm +67 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/charset.htm +61 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/email.htm +43 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/exclude.htm +81 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/include.htm +152 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/index.htm +117 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/large_pages.htm +60 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/list_tech.htm +36 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/method.htm +1067 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/output_dir.htm +53 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/overwrite.htm +56 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/password.htm +80 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/recurse.htm +104 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/sa.htm +58 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/scc.htm +42 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/scrc.htm +54 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/sdel.htm +39 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/sfx.htm +154 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/shared.htm +40 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/sni.htm +56 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/sns.htm +77 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/spf.htm +80 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/spm.htm +72 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/ssc.htm +50 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/stdin.htm +56 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/stdout.htm +54 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/stl.htm +39 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/stop_switch.htm +32 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/stx.htm +50 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/style.css +232 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/type.htm +146 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/update.htm +179 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/volume.htm +49 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/working_dir.htm +56 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/yes.htm +48 -0
- package/libs/7z/Linux/MANUAL/cmdline/syntax.htm +118 -0
- package/libs/7z/Linux/MANUAL/general/7z.htm +117 -0
- package/libs/7z/Linux/MANUAL/general/faq.htm +125 -0
- package/libs/7z/Linux/MANUAL/general/formats.htm +104 -0
- package/libs/7z/Linux/MANUAL/general/index.htm +28 -0
- package/libs/7z/Linux/MANUAL/general/license.htm +26 -0
- package/libs/7z/Linux/MANUAL/general/performance.htm +55 -0
- package/libs/7z/Linux/MANUAL/general/register.htm +24 -0
- package/libs/7z/Linux/MANUAL/general/style.css +232 -0
- package/libs/7z/Linux/MANUAL/general/thanks.htm +44 -0
- package/libs/7z/Linux/MANUAL/start.htm +38 -0
- package/libs/7z/Linux/MANUAL/style.css +232 -0
- package/libs/7z/Linux/readme.txt +100 -0
- package/libs/7z/README.md +1 -0
- package/libs/7z/macOS/7zz +0 -0
- package/libs/7z/macOS/History.txt +178 -0
- package/libs/7z/macOS/License.txt +144 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/add.htm +96 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/bench.htm +186 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/delete.htm +64 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/extract.htm +101 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/extract_full.htm +77 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/hash.htm +101 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/index.htm +36 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/list.htm +79 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/rename.htm +51 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/style.css +232 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/test.htm +51 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/update.htm +74 -0
- package/libs/7z/macOS/MANUAL/cmdline/exit_codes.htm +27 -0
- package/libs/7z/macOS/MANUAL/cmdline/index.htm +29 -0
- package/libs/7z/macOS/MANUAL/cmdline/style.css +232 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/ar_exclude.htm +58 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/ar_include.htm +84 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/ar_no.htm +52 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/bb.htm +61 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/bs.htm +67 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/charset.htm +61 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/email.htm +43 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/exclude.htm +81 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/include.htm +152 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/index.htm +117 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/large_pages.htm +60 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/list_tech.htm +36 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/method.htm +1067 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/output_dir.htm +53 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/overwrite.htm +56 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/password.htm +80 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/recurse.htm +104 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/sa.htm +58 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/scc.htm +42 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/scrc.htm +54 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/sdel.htm +39 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/sfx.htm +154 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/shared.htm +40 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/sni.htm +56 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/sns.htm +77 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/spf.htm +80 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/spm.htm +72 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/ssc.htm +50 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/stdin.htm +56 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/stdout.htm +54 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/stl.htm +39 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/stop_switch.htm +32 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/stx.htm +50 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/style.css +232 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/type.htm +146 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/update.htm +179 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/volume.htm +49 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/working_dir.htm +56 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/yes.htm +48 -0
- package/libs/7z/macOS/MANUAL/cmdline/syntax.htm +118 -0
- package/libs/7z/macOS/MANUAL/general/7z.htm +117 -0
- package/libs/7z/macOS/MANUAL/general/faq.htm +125 -0
- package/libs/7z/macOS/MANUAL/general/formats.htm +104 -0
- package/libs/7z/macOS/MANUAL/general/index.htm +28 -0
- package/libs/7z/macOS/MANUAL/general/license.htm +26 -0
- package/libs/7z/macOS/MANUAL/general/performance.htm +55 -0
- package/libs/7z/macOS/MANUAL/general/register.htm +24 -0
- package/libs/7z/macOS/MANUAL/general/style.css +232 -0
- package/libs/7z/macOS/MANUAL/general/thanks.htm +44 -0
- package/libs/7z/macOS/MANUAL/start.htm +38 -0
- package/libs/7z/macOS/MANUAL/style.css +232 -0
- package/libs/7z/macOS/readme.txt +100 -0
- package/libs/7z/win/7za.dll +0 -0
- package/libs/7z/win/7za.exe +0 -0
- package/libs/7z/win/7zxa.dll +0 -0
- package/libs/7z/win/Far/7-ZipEng.hlf +85 -0
- package/libs/7z/win/Far/7-ZipEng.lng +220 -0
- package/libs/7z/win/Far/7-ZipFar.dll +0 -0
- package/libs/7z/win/Far/7-ZipFar64.dll +0 -0
- package/libs/7z/win/Far/7-ZipRus.hlf +84 -0
- package/libs/7z/win/Far/7-ZipRus.lng +220 -0
- package/libs/7z/win/Far/7zToFar.ini +67 -0
- package/libs/7z/win/Far/far7z.reg +67 -0
- package/libs/7z/win/Far/far7z.txt +73 -0
- package/libs/7z/win/License.txt +123 -0
- package/libs/7z/win/arm64/7-ZipFar.dll +0 -0
- package/libs/7z/win/arm64/7za.dll +0 -0
- package/libs/7z/win/arm64/7za.exe +0 -0
- package/libs/7z/win/arm64/7zxa.dll +0 -0
- package/libs/7z/win/history.txt +347 -0
- package/libs/7z/win/readme.txt +125 -0
- package/libs/7z/win/x64/7za.dll +0 -0
- package/libs/7z/win/x64/7za.exe +0 -0
- package/libs/7z/win/x64/7zxa.dll +0 -0
- package/package.json +50 -0
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
body
|
|
2
|
+
{
|
|
3
|
+
padding: 0px 0px 0px 26px;
|
|
4
|
+
background: #ffffff;
|
|
5
|
+
color: #000000;
|
|
6
|
+
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
7
|
+
font-size: 80%;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
div
|
|
11
|
+
{
|
|
12
|
+
width: 90%;
|
|
13
|
+
border: 2px solid #999999;
|
|
14
|
+
padding: 4px 8px;
|
|
15
|
+
background: #cccccc;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
h1, h2, h3, h4
|
|
19
|
+
{
|
|
20
|
+
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
21
|
+
margin-left: -26px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
h1
|
|
25
|
+
{
|
|
26
|
+
font-size: 145%;
|
|
27
|
+
margin-top: .5em;
|
|
28
|
+
margin-bottom: 1em;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
h2
|
|
32
|
+
{
|
|
33
|
+
font-size: 130%;
|
|
34
|
+
margin-top: 1.5em;
|
|
35
|
+
margin-bottom: .6em;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
h3
|
|
39
|
+
{
|
|
40
|
+
font-size: 115%;
|
|
41
|
+
margin-top: 1.5em;
|
|
42
|
+
margin-bottom: .6em;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
h4
|
|
46
|
+
{
|
|
47
|
+
font-size: 100%;
|
|
48
|
+
margin-top: 1.5em;
|
|
49
|
+
margin-bottom: .6em;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
ul p, ol p, dl p
|
|
53
|
+
{
|
|
54
|
+
margin-left: 0em;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
p
|
|
58
|
+
{
|
|
59
|
+
margin-top: .6em;
|
|
60
|
+
margin-bottom: .6em;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
dl
|
|
64
|
+
{
|
|
65
|
+
/*margin-top: 0em; */
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
dt
|
|
69
|
+
{
|
|
70
|
+
margin-top: .76em;
|
|
71
|
+
margin-bottom: .5em;
|
|
72
|
+
font-weight: bold;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
dd
|
|
76
|
+
{
|
|
77
|
+
margin-top: .5em;
|
|
78
|
+
margin-bottom: .5em;
|
|
79
|
+
margin-left: 1.9em;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
ul, ol
|
|
84
|
+
{
|
|
85
|
+
margin-top: .6em;
|
|
86
|
+
margin-bottom: 0em;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
ol
|
|
90
|
+
{
|
|
91
|
+
margin-left: 3.6em;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
ul
|
|
95
|
+
{
|
|
96
|
+
list-style-type: disc;
|
|
97
|
+
margin-left: 1.9em;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
li
|
|
101
|
+
{
|
|
102
|
+
margin-bottom: .6em;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
ul ol, ol ol
|
|
106
|
+
{
|
|
107
|
+
list-style-type: lower-alpha;
|
|
108
|
+
{
|
|
109
|
+
|
|
110
|
+
/*
|
|
111
|
+
pre
|
|
112
|
+
{
|
|
113
|
+
margin-top: .6em;
|
|
114
|
+
margin-bottom: .6em;
|
|
115
|
+
}
|
|
116
|
+
*/
|
|
117
|
+
|
|
118
|
+
pre,code
|
|
119
|
+
{
|
|
120
|
+
font: 100% Courier New, Courier, mono;
|
|
121
|
+
color: #000000;
|
|
122
|
+
cursor: text;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
pre.syntax
|
|
126
|
+
{
|
|
127
|
+
background: #dddddd;
|
|
128
|
+
padding: 2pt,4pt
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
pre.syntax
|
|
132
|
+
{
|
|
133
|
+
color: #000000;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
pre.example
|
|
137
|
+
{
|
|
138
|
+
margin-left: 2.0em;
|
|
139
|
+
/*margin-top: 12.0em;*/
|
|
140
|
+
/*margin-bottom: 1.0em;*/
|
|
141
|
+
color: #C00000;
|
|
142
|
+
/*padding: 10pt,20pt*/
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
table
|
|
146
|
+
{
|
|
147
|
+
/* width: 90%; */
|
|
148
|
+
background: #999999;
|
|
149
|
+
margin-top: .6em;
|
|
150
|
+
margin-bottom: .3em;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
th
|
|
154
|
+
{
|
|
155
|
+
padding: 4px 8px;
|
|
156
|
+
background: #cccccc;
|
|
157
|
+
text-align: left;
|
|
158
|
+
font-size: 80%;
|
|
159
|
+
vertical-align: bottom;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
th.cc
|
|
163
|
+
{
|
|
164
|
+
text-align: center;
|
|
165
|
+
vertical-align: middle;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
td
|
|
169
|
+
{
|
|
170
|
+
padding: 4px 8px;
|
|
171
|
+
background: #ffffff;
|
|
172
|
+
vertical-align: top;
|
|
173
|
+
font-size: 80%;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
td.cc
|
|
177
|
+
{
|
|
178
|
+
text-align: center;
|
|
179
|
+
vertical-align: middle;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
blockquote
|
|
184
|
+
{
|
|
185
|
+
margin-left: 3.8em;
|
|
186
|
+
margin-right: 3.8em;
|
|
187
|
+
margin-top: .6em;
|
|
188
|
+
margin-bottom: .6em;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
a:link
|
|
192
|
+
{
|
|
193
|
+
color: #0066ff;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
a:visited
|
|
197
|
+
{
|
|
198
|
+
color: #996600;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
a:hover
|
|
202
|
+
{
|
|
203
|
+
color: #cc9900;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
a.parameter:link
|
|
207
|
+
{
|
|
208
|
+
color: #0066ff;
|
|
209
|
+
text-decoration:none;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
a.parameter:visited
|
|
213
|
+
{
|
|
214
|
+
text-decoration:none;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
div.footer
|
|
218
|
+
{
|
|
219
|
+
width: 100%;
|
|
220
|
+
border: none;
|
|
221
|
+
background: #ffffff;
|
|
222
|
+
margin-top: 18pt;
|
|
223
|
+
padding-bottom: 12pt;
|
|
224
|
+
color: #228B22;
|
|
225
|
+
text-align: center;
|
|
226
|
+
font-size: 70%;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
span.filename
|
|
230
|
+
{
|
|
231
|
+
color: #F00000;
|
|
232
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
2
|
+
<HTML>
|
|
3
|
+
<HEAD>
|
|
4
|
+
<META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
|
|
5
|
+
<TITLE>Thanks</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>Thanks</H1>
|
|
12
|
+
|
|
13
|
+
<P>I would like to thank:</P>
|
|
14
|
+
<UL>
|
|
15
|
+
<LI>p7zip (myspace) from sf.net - for porting to Unix/Linux (p7zip), testing, bug fixing and more.
|
|
16
|
+
<LI>ARJ Software - for ARJ.
|
|
17
|
+
<LI>Eric Biggers - for LZMS description (wimlib).
|
|
18
|
+
<LI>Wei Dai - for SHA-256 code and Crypto++ Library.
|
|
19
|
+
<LI>Samuel Neves - for BLAKE2sp code.
|
|
20
|
+
<LI>Jeff Gilchrist - for compressing tests.
|
|
21
|
+
<LI>Szymon Grabowski - for some ideas.
|
|
22
|
+
<LI>Microsoft Corporation - for CAB/WIM formats descriptions, and WiX (Windows Installer XML).
|
|
23
|
+
<LI>Nullsoft, Inc. and NSIS team - for NSIS (Nullsoft Scriptable Install System).
|
|
24
|
+
<LI>Robert Martinez - 7-Zip Logo.
|
|
25
|
+
<LI>Alexander Ratushnyak - for compressing tests.
|
|
26
|
+
<LI>Eugene Roshal - for RAR.
|
|
27
|
+
<LI>Matthew Russotto - for CHM/CAB format description.
|
|
28
|
+
<LI>Julian Seward - for BZip2.
|
|
29
|
+
<LI>Eugene Shelwien - for some ideas and algorithms.
|
|
30
|
+
<LI>Dmitry Shkarin - for PPMd algorithm.
|
|
31
|
+
<LI>Yoshioka Tsuneo - for TAR32 program.
|
|
32
|
+
<LI>Vadim Yoockin - for compressing tests.
|
|
33
|
+
<LI>Bulat Ziganshin - for some ideas.
|
|
34
|
+
<LI>John Michael Williams - for help file corrections.
|
|
35
|
+
<LI>Apple Inc. - LZFSE code, HFS.
|
|
36
|
+
<LI>vu1tur(DMG2IMG) - for .DMG hints.
|
|
37
|
+
<LI>Yutaka Sawada - for hints to ZIP Strong Encryption format.
|
|
38
|
+
<LI>NTFS-3G team - for hints to NTFS.
|
|
39
|
+
<LI>Phillip Lougher - for SquashFS.
|
|
40
|
+
<LI>Haruyasu Yoshizaki - for LHA/LZH.
|
|
41
|
+
</UL>
|
|
42
|
+
|
|
43
|
+
</BODY>
|
|
44
|
+
</HTML>
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
2
|
+
<HTML>
|
|
3
|
+
<HEAD>
|
|
4
|
+
<META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
|
|
5
|
+
<TITLE>7-Zip Start Page</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>7-Zip</H1>
|
|
12
|
+
|
|
13
|
+
<P><B>Welcome to 7-Zip 25.01</B></P>
|
|
14
|
+
<P>7-Zip is a file archiver with a high compression ratio.</P>
|
|
15
|
+
|
|
16
|
+
<H4>The documentation for 7-Zip includes:</H4>
|
|
17
|
+
|
|
18
|
+
<UL>
|
|
19
|
+
<LI><A href = "general/index.htm">General information about 7-Zip</A></LI>
|
|
20
|
+
<LI><A href = "fm/index.htm">User's Guide for 7-Zip File Manager</A></LI>
|
|
21
|
+
<LI><A href = "cmdline/index.htm">User's Guide for command line version</A></LI>
|
|
22
|
+
</UL>
|
|
23
|
+
|
|
24
|
+
<H4>See Also</H4>
|
|
25
|
+
|
|
26
|
+
<UL>
|
|
27
|
+
<LI><A href = "general/faq.htm">Frequently Asked Questions (FAQ)</A></LI>
|
|
28
|
+
<!-- <LI><A href = "general/license.htm">License for use and distribution</A></LI> -->
|
|
29
|
+
</UL>
|
|
30
|
+
|
|
31
|
+
<HR>
|
|
32
|
+
|
|
33
|
+
<P>Copyright (c) 1999-2025 Igor Pavlov</P>
|
|
34
|
+
<P><B>Web site:</B> <A href="http://www.7-zip.org" target="_blank">www.7-zip.org</A></P>
|
|
35
|
+
<P><B>Support:</B> <A href="http://www.7-zip.org/support.html" target="_blank">www.7-zip.org/support.html</A></P>
|
|
36
|
+
|
|
37
|
+
</BODY>
|
|
38
|
+
</HTML>
|
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
body
|
|
2
|
+
{
|
|
3
|
+
padding: 0px 0px 0px 26px;
|
|
4
|
+
background: #ffffff;
|
|
5
|
+
color: #000000;
|
|
6
|
+
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
7
|
+
font-size: 80%;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
div
|
|
11
|
+
{
|
|
12
|
+
width: 90%;
|
|
13
|
+
border: 2px solid #999999;
|
|
14
|
+
padding: 4px 8px;
|
|
15
|
+
background: #cccccc;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
h1, h2, h3, h4
|
|
19
|
+
{
|
|
20
|
+
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
21
|
+
margin-left: -26px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
h1
|
|
25
|
+
{
|
|
26
|
+
font-size: 145%;
|
|
27
|
+
margin-top: .5em;
|
|
28
|
+
margin-bottom: 1em;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
h2
|
|
32
|
+
{
|
|
33
|
+
font-size: 130%;
|
|
34
|
+
margin-top: 1.5em;
|
|
35
|
+
margin-bottom: .6em;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
h3
|
|
39
|
+
{
|
|
40
|
+
font-size: 115%;
|
|
41
|
+
margin-top: 1.5em;
|
|
42
|
+
margin-bottom: .6em;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
h4
|
|
46
|
+
{
|
|
47
|
+
font-size: 100%;
|
|
48
|
+
margin-top: 1.5em;
|
|
49
|
+
margin-bottom: .6em;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
ul p, ol p, dl p
|
|
53
|
+
{
|
|
54
|
+
margin-left: 0em;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
p
|
|
58
|
+
{
|
|
59
|
+
margin-top: .6em;
|
|
60
|
+
margin-bottom: .6em;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
dl
|
|
64
|
+
{
|
|
65
|
+
/*margin-top: 0em; */
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
dt
|
|
69
|
+
{
|
|
70
|
+
margin-top: .76em;
|
|
71
|
+
margin-bottom: .5em;
|
|
72
|
+
font-weight: bold;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
dd
|
|
76
|
+
{
|
|
77
|
+
margin-top: .5em;
|
|
78
|
+
margin-bottom: .5em;
|
|
79
|
+
margin-left: 1.9em;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
ul, ol
|
|
84
|
+
{
|
|
85
|
+
margin-top: .6em;
|
|
86
|
+
margin-bottom: 0em;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
ol
|
|
90
|
+
{
|
|
91
|
+
margin-left: 3.6em;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
ul
|
|
95
|
+
{
|
|
96
|
+
list-style-type: disc;
|
|
97
|
+
margin-left: 1.9em;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
li
|
|
101
|
+
{
|
|
102
|
+
margin-bottom: .6em;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
ul ol, ol ol
|
|
106
|
+
{
|
|
107
|
+
list-style-type: lower-alpha;
|
|
108
|
+
{
|
|
109
|
+
|
|
110
|
+
/*
|
|
111
|
+
pre
|
|
112
|
+
{
|
|
113
|
+
margin-top: .6em;
|
|
114
|
+
margin-bottom: .6em;
|
|
115
|
+
}
|
|
116
|
+
*/
|
|
117
|
+
|
|
118
|
+
pre,code
|
|
119
|
+
{
|
|
120
|
+
font: 100% Courier New, Courier, mono;
|
|
121
|
+
color: #000000;
|
|
122
|
+
cursor: text;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
pre.syntax
|
|
126
|
+
{
|
|
127
|
+
background: #dddddd;
|
|
128
|
+
padding: 2pt,4pt
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
pre.syntax
|
|
132
|
+
{
|
|
133
|
+
color: #000000;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
pre.example
|
|
137
|
+
{
|
|
138
|
+
margin-left: 2.0em;
|
|
139
|
+
/*margin-top: 12.0em;*/
|
|
140
|
+
/*margin-bottom: 1.0em;*/
|
|
141
|
+
color: #C00000;
|
|
142
|
+
/*padding: 10pt,20pt*/
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
table
|
|
146
|
+
{
|
|
147
|
+
/* width: 90%; */
|
|
148
|
+
background: #999999;
|
|
149
|
+
margin-top: .6em;
|
|
150
|
+
margin-bottom: .3em;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
th
|
|
154
|
+
{
|
|
155
|
+
padding: 4px 8px;
|
|
156
|
+
background: #cccccc;
|
|
157
|
+
text-align: left;
|
|
158
|
+
font-size: 80%;
|
|
159
|
+
vertical-align: bottom;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
th.cc
|
|
163
|
+
{
|
|
164
|
+
text-align: center;
|
|
165
|
+
vertical-align: middle;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
td
|
|
169
|
+
{
|
|
170
|
+
padding: 4px 8px;
|
|
171
|
+
background: #ffffff;
|
|
172
|
+
vertical-align: top;
|
|
173
|
+
font-size: 80%;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
td.cc
|
|
177
|
+
{
|
|
178
|
+
text-align: center;
|
|
179
|
+
vertical-align: middle;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
blockquote
|
|
184
|
+
{
|
|
185
|
+
margin-left: 3.8em;
|
|
186
|
+
margin-right: 3.8em;
|
|
187
|
+
margin-top: .6em;
|
|
188
|
+
margin-bottom: .6em;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
a:link
|
|
192
|
+
{
|
|
193
|
+
color: #0066ff;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
a:visited
|
|
197
|
+
{
|
|
198
|
+
color: #996600;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
a:hover
|
|
202
|
+
{
|
|
203
|
+
color: #cc9900;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
a.parameter:link
|
|
207
|
+
{
|
|
208
|
+
color: #0066ff;
|
|
209
|
+
text-decoration:none;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
a.parameter:visited
|
|
213
|
+
{
|
|
214
|
+
text-decoration:none;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
div.footer
|
|
218
|
+
{
|
|
219
|
+
width: 100%;
|
|
220
|
+
border: none;
|
|
221
|
+
background: #ffffff;
|
|
222
|
+
margin-top: 18pt;
|
|
223
|
+
padding-bottom: 12pt;
|
|
224
|
+
color: #228B22;
|
|
225
|
+
text-align: center;
|
|
226
|
+
font-size: 70%;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
span.filename
|
|
230
|
+
{
|
|
231
|
+
color: #F00000;
|
|
232
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
7-Zip 25.01 for Linux and macOS
|
|
2
|
+
-------------------------------
|
|
3
|
+
|
|
4
|
+
7-Zip is a file archiver for Windows/Linux/macOS.
|
|
5
|
+
|
|
6
|
+
7-Zip Copyright (C) 1999-2025 Igor Pavlov.
|
|
7
|
+
|
|
8
|
+
The main features of 7-Zip:
|
|
9
|
+
|
|
10
|
+
- High compression ratio in the new 7z format
|
|
11
|
+
- Supported formats:
|
|
12
|
+
- Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM.
|
|
13
|
+
- Unpacking only: APFS, AR, ARJ, Base64, CAB, CHM, CPIO, CramFS, DMG, EXT, FAT, GPT, HFS,
|
|
14
|
+
IHEX, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, QCOW2, RAR,
|
|
15
|
+
RPM, SquashFS, UDF, UEFI, VDI, VHD, VHDX, VMDK, XAR, Z and ZSTD.
|
|
16
|
+
- Fast compression and decompression
|
|
17
|
+
- Strong AES-256 encryption in 7z and ZIP formats
|
|
18
|
+
|
|
19
|
+
7-Zip is free software distributed under the GNU LGPL (except of some code with another license rules).
|
|
20
|
+
Read License.txt for more information about license.
|
|
21
|
+
|
|
22
|
+
This distribution package contains the following files:
|
|
23
|
+
|
|
24
|
+
7zz - standalone console version of 7-Zip (version compiled for dynamic system library linking)
|
|
25
|
+
7zzs - standalone console version of 7-Zip (version compiled with static system library linking)
|
|
26
|
+
readme.txt - this file
|
|
27
|
+
License.txt - license information
|
|
28
|
+
History.txt - History of 7-Zip
|
|
29
|
+
MANUAL - User's Manual in HTML format
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
7-Zip and p7zip
|
|
33
|
+
===============
|
|
34
|
+
Now there are two different ports of 7-Zip for Linux/macOS:
|
|
35
|
+
|
|
36
|
+
1) p7zip - another port of 7-Zip for Linux, made by an independent developer.
|
|
37
|
+
The latest version of p7zip now is 16.02, and that p7zip 16.02 is outdated now.
|
|
38
|
+
|
|
39
|
+
2) 7-Zip for Linux/macOS - this package - it's new code with all changes from latest 7-Zip for Windows.
|
|
40
|
+
|
|
41
|
+
These two ports are not identical.
|
|
42
|
+
Note also that some Linux specific things can be implemented better in p7zip than in new 7-Zip for Linux.
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
There are several main executables in 7-Zip and p7zip:
|
|
46
|
+
|
|
47
|
+
7zz (7-Zip) - standalone full version of 7-Zip that supports all formats.
|
|
48
|
+
|
|
49
|
+
7zzs (7-Zip) - standalone full version of 7-Zip that supports all formats (static library linking).
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
7z (p7zip) - 7-Zip that requires 7z.so shared library, and it supports all formats via 7z.so.
|
|
53
|
+
|
|
54
|
+
7zr (p7zip) - standalone reduced version of 7-Zip that supports some 7-Zip's formats:
|
|
55
|
+
7z, xz, lzma and split.
|
|
56
|
+
|
|
57
|
+
7za (p7zip) - standalone version of 7-Zip that supports some main formats:
|
|
58
|
+
7z, xz, lzma, zip, bzip2, gzip, tar, cab, ppmd and split.
|
|
59
|
+
|
|
60
|
+
7zzs is similar to 7zz, but 7zzs was compiled for static library linking,
|
|
61
|
+
so 7zzs does not use external shared library (".so") files.
|
|
62
|
+
You can use 7zzs, if 7zz does not work due to lack of required shared library (".so") files.
|
|
63
|
+
|
|
64
|
+
The command line syntax for executables from p7zip is similar to 7zz syntax from this package.
|
|
65
|
+
|
|
66
|
+
The manual of 7-Zip and p7zip can show `7z` in command examples.
|
|
67
|
+
But you can use `7zz`, `7zr`, `7za` instead of `7z` from examples.
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
Example commands
|
|
71
|
+
================
|
|
72
|
+
|
|
73
|
+
Note: 7-Zip supports filename wildcards in commands.
|
|
74
|
+
You must use the quotes for filenames, if you want to use 7-Zip parser for wildcards
|
|
75
|
+
instead of the parser of system shell.
|
|
76
|
+
|
|
77
|
+
To create zip archive from all *.txt files in current directory:
|
|
78
|
+
./7zz a archive.zip "*.txt"
|
|
79
|
+
|
|
80
|
+
To list the contents of archive:
|
|
81
|
+
./7zz l archive.zip
|
|
82
|
+
|
|
83
|
+
To list the contents of archive with detailed technical information for each file:
|
|
84
|
+
./7zz l archive.zip -slt
|
|
85
|
+
|
|
86
|
+
To extract archive to current directory:
|
|
87
|
+
./7zz x archive.zip
|
|
88
|
+
|
|
89
|
+
To test archive and show the log for each file:
|
|
90
|
+
./7zz t archive.zip -bb
|
|
91
|
+
|
|
92
|
+
The benchmark command to test the performance of CPU with 7-Zip's LZMA code:
|
|
93
|
+
./7zz b
|
|
94
|
+
|
|
95
|
+
The benchmark command to test the performance of CPU with different compression, encryption
|
|
96
|
+
and hash methods from 7-Zip and with different number of threads:
|
|
97
|
+
./7zz b "-mm=*" "-mmt=*"
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
End of document
|
|
Binary file
|
|
Binary file
|
|
Binary file
|