-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
donations.html
821 lines (821 loc) · 34.2 KB
/
donations.html
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<meta name="AUTHOR" content="PeaZip Free Archiver Utility">
<meta name="DESCRIPTION"
content="Author's appeal for donation to charitable organizations and to support Free Software movement and projects">
<meta name="KEYWORDS"
content="donations, donate, charity, programming, charitable organizations, appeal, support, software, free, peazip, fund raising">
<meta name="ROBOTS" content="all">
<title>Donations</title>
<meta name="viewport" content="width=device-width">
<meta property="og:site_name"
content="PeaZip file archiver utility, free RAR ZIP software">
<meta property="og:title" content="Donations">
<meta property="og:description"
content="Author's appeal for donation to charitable organizations and to support Free Software movement and projects">
<meta property="og:image" content="free-zip/peazip-icon.png">
<meta property="og:url"
content="https://peazip.github.io/donations.html">
<link rel="stylesheet" type="text/css" href="peazip-software.css">
</head>
<body>
<div style="text-align: center;">
<table
style="width: 100%; text-align: left; margin-left: auto; margin-right: auto;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top; text-align: center;">
<table
style="text-align: left; margin-left: auto; margin-right: auto;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
</tr>
<tr>
<td style="vertical-align: top;"> <img title="Donations"
alt="donate to charitable organizations" src="peazip_ico24.png"
style="border: 0px solid ; width: 24px; height: 24px;"> </td>
<td style="vertical-align: middle;">
<br>
</td>
<td style="vertical-align: middle; font-weight: bold;"><a
href="index.html">DOWNLOAD PEAZIP</a> </td>
<td style="vertical-align: middle; font-weight: bold;">
<br>
</td>
<td style="vertical-align: middle; font-weight: bold;"><a
href="peazip-help-faq.html">ONLINE SUPPORT</a> </td>
<td style="vertical-align: top; font-weight: bold;">
<br>
</td>
<td style="vertical-align: middle; font-weight: bold;"><a
href="screenshots-peazip-1.html">SCREENSHOTS</a> </td>
<td style="vertical-align: top; font-weight: bold;">
<br>
</td>
<td style="vertical-align: middle; font-weight: bold;"><a
href="peazip-compression-benchmark.html">BENCHMARKS</a> </td>
<td style="vertical-align: top;">
<br>
</td>
<td style="vertical-align: middle; font-weight: bold;"><a
href="donations.html">DONATE</a> </td>
</tr>
<tr>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><img
alt="peazip donations" src="free-rar/archive-manager.png"
style="width: 12px; height: 12px;"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr align="center">
<td
style="vertical-align: top; background-color: rgb(72, 136, 248);">
<div style="text-align: left;"> </div>
<table
style="width: 960px; text-align: left; font-weight: bold; color: rgb(253, 253, 253);"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td colspan="1" rowspan="1" style="vertical-align: top;">
<div style="text-align: center;"> <br>
</div>
<h1 style="text-align: center;"><big><big><big><a
style="font-weight: bold;" name="support_software_development"></a><span
style="font-weight: bold;">Donations</span><br>
</big></big></big></h1>
<br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td
style="vertical-align: top; background-color: rgb(204, 204, 204);"><img
alt="how to support peazip developlment"
src="free-rar/file-compressor.png" style="width: 2px; height: 2px;"><br>
</td>
</tr>
<tr>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><img
alt="how to donate to peazip project"
src="free-rar/file-compressor.png" style="width: 2px; height: 2px;"><br>
</td>
</tr>
<tr align="center">
<td style="vertical-align: top;"><br>
<table
style="background-color: rgb(240, 240, 240); width: 960px; text-align: left;"
border="0" cellpadding="24" cellspacing="0">
<tbody>
<tr align="left">
<td
style="background-color: rgb(255, 255, 255); vertical-align: top;">
<ul>
<li>
<p><a
href="donations.html#support_charity_organizations">APPEAL FOR
DONATION TO CHARITABLE ORGANIZATIONS</a></p>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
<table
style="background-color: rgb(240, 240, 240); width: 960px; text-align: left;"
border="0" cellpadding="48" cellspacing="0">
<tbody>
<tr align="left">
<td
style="background-color: rgb(255, 255, 255); vertical-align: top;">
<h2 style="font-weight: bold;"><big><big><big><a
name="support_charity_organizations"></a><a
href="donations.html#support_software_development">Appeal for donation
to charitable
organizations</a></big></big></big></h2>
<br>
Over the
years PeaZip
project gained some focus, and this gave to me the opportunity to turn
the project's perceived value into
something even more positive, and useful.<br>
<br>
<span style="font-weight: bold;">As the project itself does
not need
funding, being maintained for passion and for learning purpose, I'll
be very glad if you consider to
donate to
charitable organizations which
need and deserve your help far more than
myself. </span><br>
<br>
Following organizations are unrelated to PeaZip project, links
bring to donation
/ fund raising pages of the official web domains of the listed
organizations. <span style="font-style: italic;"></span>NOTE:
in many countries charity donations to non-profit organizations can be
deducted from taxable income.<br>
<br>
<table style="width: 100%; text-align: left;" border="0"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top; width: 448px;">
<table
style="background-color: rgb(240, 240, 240); width: 100%; text-align: left;"
border="0" cellpadding="24" cellspacing="1">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="vertical-align: top; background-color: rgb(250, 250, 250);"><a
style="font-weight: bold;" target="_blank" href="https://laninna.org"><big><big>LA
NINNA<big><big><big><img title="La Ninna wildlife rescue center"
alt="charity appeal" src="free-rar/extractor.png"
style="border: 0px solid ; width: 12px; height: 10px;"></big></big></big></big></big></a><br>
<br>
Italian wildlife rescue center, specialized in sheltering and curing
injuried hedgehogs, precious animals for protecting biodiversity and
the forest ecosystem.<br>
To help "La Ninna" please see the <a target="_blank"
href="https://laninna.org/come-donare/">donation page</a>.<br>
</td>
</tr>
</tbody>
</table>
<br>
<table
style="background-color: rgb(240, 240, 240); width: 100%; text-align: left;"
border="0" cellpadding="24" cellspacing="1">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="vertical-align: top; background-color: rgb(250, 250, 250);">
<h3 style="font-weight: bold;"><big><big><a
target="_blank" href="http://www.fao.org/">FAO<img
title="Food and Agriculture Organization" alt="charity appeal fao"
src="free-rar/extractor.png"
style="border: 0px solid ; width: 12px; height: 10px;"></a></big></big></h3>
<br>
Food
and Agriculture Organization of the United Nations (FAO) is a
specialised agency of the United Nations that leads international
efforts to defeat hunger. Please visit FAO domain for info
about ways to get involved and fund FAO initiatives.<br>
</td>
</tr>
</tbody>
</table>
<br>
<table
style="background-color: rgb(240, 240, 240); width: 100%; text-align: left;"
border="0" cellpadding="24" cellspacing="1">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="vertical-align: top; background-color: rgb(250, 250, 250);">
<h3 style="font-weight: bold;"><big><big><a
target="_blank" href="http://www.unicef.org/">UNICEF<img
title="United Nations Children's Fund" alt="funding appeal unicef"
src="free-rar/extractor.png"
style="border: 0px solid ; width: 12px; height: 10px;"></a></big></big></h3>
<br>
The
United Nations Children's Fund (UNICEF) provides long-term
humanitarian and developmental assistance to children and mothers in
developing countries.<br>
Learn more about how to <a target="_blank"
href="http://www.supportunicef.org/">support
UNICEF</a>.<br>
</td>
</tr>
</tbody>
</table>
</td>
<td style="vertical-align: top; width: 24px;"><br>
</td>
<td style="vertical-align: top; width: 448px;">
<table
style="background-color: rgb(240, 240, 240); width: 100%; text-align: left;"
border="0" cellpadding="24" cellspacing="1">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="vertical-align: top; background-color: rgb(250, 250, 250);">
<h3 style="font-weight: bold;"><big><big><a
target="_blank" href="http://www.unesco.org/">WWF<img
title="World Wide Fund for Nature" alt="donation appeal wwf"
src="free-rar/extractor.png"
style="border: 0px solid ; width: 12px; height: 10px;"></a></big></big></h3>
<br>
World Wide Fund for Nature is an international non-governmental
organization for wilderness preservation and reduction of human impact
on the environment.<br>
Please read <a target="_blank"
href="https://www.worldwildlife.org/pages/ways-to-support-wwf">how to
support WWF</a>.<br>
</td>
</tr>
</tbody>
</table>
<br>
<table
style="background-color: rgb(240, 240, 240); width: 100%; text-align: left;"
border="0" cellpadding="24" cellspacing="1">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="vertical-align: top; background-color: rgb(250, 250, 250);">
<h3 style="font-weight: bold;"><big><big><a
target="_blank" href="http://www.unesco.org/">UNESCO<img
title="United Nations Educational, Scientific and Cultural Organization"
alt="donation appeal unesco" src="free-rar/extractor.png"
style="border: 0px solid ; width: 12px; height: 10px;"></a></big></big></h3>
<br>
United
Nations Educational, Scientific and Cultural Organization
(UNESCO) is a specialized agency of the United Nations to contribute to
peace and security by promoting international collaboration through
education, science, and culture; <a target="_blank"
href="http://www.unesco.org/donate/">UNESCO
Online Donations</a>.<br>
See also: <a target="_blank" href="http://whc.unesco.org/en/donation/">UNESCO
World
Heritage</a><br>
</td>
</tr>
</tbody>
</table>
<br>
<table
style="background-color: rgb(240, 240, 240); width: 100%; text-align: left;"
border="0" cellpadding="24" cellspacing="1">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="vertical-align: top; background-color: rgb(250, 250, 250);">PeaZip
is
Free Software and would likely not exist without <a
href="peazip-sources.html#technology">third parties technologies</a>
also released as Free
Software, I'll be glad if
you consider to donate to respective Authors.<br>
But in first and foremost place a big
thank you to <a href="https://www.lazarus-ide.org/">Lazarus<img
title="Free Software Foundation FSF"
alt="donate to support open source" src="free-rar/extractor.png"
style="border: 0px solid ; width: 12px; height: 10px;"></a>
and <a href="https://www.freepascal.org/">FreePascal<img
title="Free Software Foundation FSF"
alt="donate to open source software" src="free-rar/extractor.png"
style="border: 0px solid ; width: 12px; height: 10px;"></a> teams,
providing the cross-platform
IDE that makes possible creating PeaZip and porting it to so many
different platforms.<br>
You
may also consider about donate
to <a target="_blank" href="https://my.fsf.org/donate">Free
Software Foundation<img title="Free Software Foundation FSF"
alt="donation appeal FSF" src="free-rar/extractor.png"
style="border: 0px solid ; width: 12px; height: 10px;"></a> and <a
target="_blank" href="http://www.opensource.org/donate">Open
Source Initiative<img title="Open Source Initiative OSI"
alt="donation appeal" src="free-rar/extractor.png"
style="border: 0px solid ; width: 12px; height: 10px;"></a>: the Free
Software movement stands to
protect user's and developer's rights to freely share works,
experiences and ideas.<br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<br>
<span style="font-style: italic;"></span><span
style="font-style: italic;"></span>
<table style="width: 100%; text-align: left;" border="0"
cellpadding="24" cellspacing="0">
<tbody>
<tr>
<td
style="vertical-align: top; text-align: right; width: 128px;">
<h2><span style="font-weight: bold;"><img
title="Appeal for donation to FAO, UNICEF, UNESCO, FSF, OSI"
alt="donate to open source software project"
src="file-format/quotes.png" style="width: 32px; height: 32px;"></span></h2>
</td>
<td style="vertical-align: top; font-style: italic;"><big><span
style="font-style: italic;">Please
note that this list
doesn't aim to be exhaustive, nor to give a sort of "ranking" of merit
between various organizations and causes.</span><br
style="font-style: italic;">
<span style="font-style: italic;">Fund rising is
vital to many organizations: if you are visiting this
page
to give an economic contribution to PeaZip project, please
consider, instead, to donate
that amount to any other organization or cause you believe in, listed
or not on this page.</span><br style="font-style: italic;">
<span style="font-style: italic;">Thank you
very much!</span></big></td>
<td style="vertical-align: bottom; width: 128px;">
<h3><img
title="Donate to FAO, UNICEF, UNESCO, FSF, OSI"
alt="support open source software" src="file-format/quotes-inverse.png"
style="width: 32px; height: 32px;"></h3>
</td>
</tr>
</tbody>
</table>
<span style="font-weight: bold;"></span><span
style="font-weight: bold;"></span><span style="font-style: italic;"></span>
</td>
</tr>
</tbody>
</table>
<table
style="background-color: rgb(240, 240, 240); width: 960px; text-align: left;"
border="0" cellpadding="48" cellspacing="0">
<tbody>
<tr align="left">
<td
style="background-color: rgb(255, 255, 255); vertical-align: top;">
<p><span style="font-weight: bold;">Synopsis:
Donation page, support suggested charity organizations, or the Free
Software movement and the Open Source projects making PeaZip pssible.
Thanks in advance!</span></p>
<p><span style="font-weight: bold;">Topics: donations,
appeal for charitable organizations, support free software movement and
projects<br>
</span></p>
<span style="font-weight: bold;">PeaZip > Donations<br>
</span></td>
</tr>
</tbody>
</table>
<table
style="background-color: rgb(240, 240, 240); width: 960px; text-align: left;"
border="0" cellpadding="48" cellspacing="0">
<tbody>
<tr align="left">
<td
style="background-color: rgb(255, 255, 255); vertical-align: top;">
<table style="text-align: left;" border="0" cellpadding="6"
cellspacing="0">
<tbody>
<tr>
<td
style="vertical-align: top; background-color: rgb(72, 136, 248);"><small><span
style="color: rgb(253, 253, 253);">RECOMMENDED PAGES</span> </small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="peazip-macos.html">DOWNLOAD MAC ARCHIVE MANAGER</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="index.html">DOWNLOAD FREE ARCHIVER UTILITY</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="peazip-linux.html">OPEN SOURCE ARCHIVE MANAGER</a><br>
</small></td>
</tr>
</tbody>
</table>
<small> </small><br>
<table style="text-align: left;" border="0" cellpadding="6"
cellspacing="0">
<tbody>
<tr>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="7zip-files-utility.html">OPEN 7Z FILES</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="how-to-extract-rar-zip-archives.html">HOW TO EXTRACT 7Z RAR ZIP
ARCHIVES</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="how-to-compress-files-folders.html">HOW TO COMPRESS FILES AND
FOLDERS</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="how-to-open-rar-tar-zip-files.html">HOW TO OPEN RAR TAR ZIP FILES</a><br>
</small></td>
</tr>
</tbody>
</table>
<small><small> </small></small><small><small><br>
</small></small>
<table style="text-align: left;" border="0" cellpadding="6"
cellspacing="0">
<tbody>
<tr>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="how-to-update-existing-archive.html">UPDATE EXISTING ARCHIVES</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="free-rar.html">EXTRACT RAR FILES FREE</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="tar-windows.html">OPEN TAR FILES</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="peazip-64bit.html">DOWNLOAD FREE RAR FILES OPENER</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="zip-files-utility.html">OPEN ZIP FILES</a><br>
</small></td>
</tr>
</tbody>
</table>
<small><small> </small></small><br>
<table style="text-align: left;" border="0" cellpadding="6"
cellspacing="0">
<tbody>
<tr>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="encrypt-filenames.html">HOW TO PASSWORD PROTECT LIST OF ARCHIVE
CONTENT</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="encrypt-files.html">HOW TO CREATE ENCRYPTED FILES</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="extract-encrypted-files.html">HOW TO OPEN ENCRYPTED FILES</a><br>
</small></td>
</tr>
</tbody>
</table>
<small><small> </small></small><br>
<table style="text-align: left;" border="0" cellpadding="6"
cellspacing="0">
<tbody>
<tr>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="fast-compression-benchmark-brotli-zstandard.html">WHAT IS THE
FASTEST COMPRESSION ALGORITHM</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="maximum-compression-benchmark.html">WHAT IS THE ALGORITHM
PROVIDING HIGHER COMPRESSION</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="file-split.html">FREE FILE SPLIT UTILITY</a><br>
</small></td>
</tr>
</tbody>
</table>
<small><small> <br>
</small></small>
<table style="text-align: left;" border="0" cellpadding="6"
cellspacing="0">
<tbody>
<tr>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="backup-files.html">HOW TO BACKUP FILES AND FOLDERS</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="how-to-zip-files-separate-archives.html">COMPRESS TO SEPARATE
ARCHIVES</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="edit-file-in-archive.html">EDIT EXISTING ARCHIVES</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="peazip-command-line.html">PEAZIP COMMAND LINE EXAMPLES</a><br>
</small></td>
</tr>
</tbody>
</table>
<small><small><br>
</small></small>
<table style="text-align: left;" border="0" cellpadding="6"
cellspacing="0">
<tbody>
<tr>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="rar-zip-file-format-size-limitations.html">LIMITATIONS OF
7Z RAR ZIP ARCHIVE FORMATS</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="why-can-not-compress-pdf-avi-mp3-files.html">WHY MEDIA FILES
CANNOT BE COMPRESSED</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="peazip-password.html">READ UNSUPPORTED FILES AS ARCHIVES</a><br>
</small></td>
</tr>
</tbody>
</table>
<small><small><br>
</small></small>
<table style="text-align: left;" border="0" cellpadding="6"
cellspacing="0">
<tbody>
<tr>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="add-remove-files-from-archive.html">HOW TO DELETE FILE FROM
ARCHIVE</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="change-password.html">CHANGE FILE PASSWORD</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="convert-files.html">CONVERT ZIP TO 7Z</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="duplicates-hash-checksum.html">HOW TO REMOVE DUPLICATE FILES</a><br>
</small></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<br>
</td>
</tr>
<tr align="center">
<td style="vertical-align: top;">
<table
style="margin-left: auto; margin-right: auto; width: 960px; text-align: left;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
</tr>
<tr>
<td style="vertical-align: top; width: 25%;"><small> <img
alt="support open source community" src="titles.png"
style="width: 129px; height: 2px;"><br>
<a name="open_source_software_donations"></a>DOWNLOADS<br>
<img alt="support free software development"
src="free-rar/extract-rar.png" style="width: 1px; height: 1px;"
vspace="3"><br>
</small><small><a href="index.html">All
PeaZip downloads</a><br>
</small><small><a href="peazip-linux.html">PeaZip
for Linux</a><br>
</small><small><a href="peazip-macos.html">PeaZip
for macOS</a></small><br>
<small> <a href="peazip-64bit.html">PeaZip
for Windows</a><br>
</small><small><a href="peazip-sources.html">PeaZip sources</a></small><small><br>
</small></td>
<td style="vertical-align: top; width: 25%;"><small><img
alt="support open source software" src="titles.png"
style="width: 129px; height: 2px;"><br>
<a name="donate_to_open_source_software"></a>SUPPORT<br>
<img alt="donate to peazip project"
src="free-rar/extract-rar.png" style="width: 1px; height: 1px;"
vspace="3"><br>
<a href="peazip-help.html">Online
help</a><br>
<a href="peazip-help-faq.html">Frequently
Asked Questions</a><br>
</small><br>
</td>
<td style="vertical-align: top; width: 25%;"><small><img
alt="peazip file compression software" src="titles.png"
style="width: 129px; height: 2px;"><br>
<a style="color: rgb(0, 0, 0);"
name="peazip_cross_platform_archive_manager_tool"></a>ABOUT<br
style="font-style: italic;">
<img alt="peazip free archiver utility"
src="free-rar/extract-rar.png" style="width: 1px; height: 1px;"
vspace="3"><br style="font-style: italic;">
</small><small><a href="peazip-tos-privacy.html"
style="font-weight: normal;">PeaZip project: TOS,
Privacy</a><br>
</small></td>
<td style="vertical-align: top; width: 247px;">
<table
style="width: 100%; text-align: left; margin-left: auto; margin-right: 0px;"
border="0" cellpadding="3" cellspacing="0">
<tbody>
<tr>
<td style="text-align: right; vertical-align: middle;"><small><a
target="_blank" href="https://github.com/peazip/PeaZip/releases.atom">Releases
Feed</a></small></td>
<td
style="text-align: right; width: 30px; vertical-align: middle;"><small><img
alt="Donate for supporting PeaZip project Open Source development (programming, porting, testing)"
title="PeaZip releases feed" src="extract-zip/rss16.png"
style="width: 24px; height: 24px;" align="middle"></small></td>
</tr>
<tr>
<td style="text-align: right; vertical-align: middle;"><small><a
target="_blank" href="https://github.com/peazip/PeaZip/wiki">PeaZip
Wiki</a></small></td>
<td
style="text-align: right; width: 30px; vertical-align: middle;"><small><img
title="PeaZip Wiki online" alt="donate to open source software project"
src="free-zip/wikipedia.png" style="width: 24px; height: 24px;"
align="middle"></small></td>
</tr>
<tr>
<td style="text-align: right; vertical-align: middle;"><small><a
href="mailto:[email protected]">Developer email</a></small></td>
<td
style="text-align: right; width: 30px; vertical-align: middle;"><small><img
alt="donate to open source" title="Mail developer | Giorgio Tani"
src="free-zip/mail.png" style="width: 24px; height: 24px;"><br>
</small></td>
</tr>
<tr>
<td style="text-align: right; vertical-align: middle;"><small><a
href="peazip-more.html">Search knowledge-base</a><br>
</small></td>
<td
style="text-align: right; width: 30px; vertical-align: middle;"><small><img
alt="open source donations" title="Search in PeaZip project domain"
src="extract-rar/rar-opener.png"
style="border: 0px solid ; width: 24px; height: 24px;" align="middle"></small></td>
</tr>
</tbody>
</table>
<br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>