summaryrefslogtreecommitdiffstats
path: root/src/libs/7zip/unix/DOCS/MANUAL/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/7zip/unix/DOCS/MANUAL/commands')
-rw-r--r--src/libs/7zip/unix/DOCS/MANUAL/commands/add.htm87
-rw-r--r--src/libs/7zip/unix/DOCS/MANUAL/commands/bench.htm79
-rw-r--r--src/libs/7zip/unix/DOCS/MANUAL/commands/delete.htm59
-rw-r--r--src/libs/7zip/unix/DOCS/MANUAL/commands/extract.htm91
-rw-r--r--src/libs/7zip/unix/DOCS/MANUAL/commands/extract_full.htm68
-rw-r--r--src/libs/7zip/unix/DOCS/MANUAL/commands/index.htm33
-rw-r--r--src/libs/7zip/unix/DOCS/MANUAL/commands/list.htm77
-rw-r--r--src/libs/7zip/unix/DOCS/MANUAL/commands/style.css232
-rw-r--r--src/libs/7zip/unix/DOCS/MANUAL/commands/test.htm46
-rw-r--r--src/libs/7zip/unix/DOCS/MANUAL/commands/update.htm66
10 files changed, 0 insertions, 838 deletions
diff --git a/src/libs/7zip/unix/DOCS/MANUAL/commands/add.htm b/src/libs/7zip/unix/DOCS/MANUAL/commands/add.htm
deleted file mode 100644
index 7bc5ea22f..000000000
--- a/src/libs/7zip/unix/DOCS/MANUAL/commands/add.htm
+++ /dev/null
@@ -1,87 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML>
-<HEAD>
- <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
- <TITLE>a (Add) command</TITLE>
- <LINK href="style.css" rel="stylesheet" type="text/css">
-</HEAD>
-
-<BODY>
-
-<H1>a (Add) command</H1>
-
-<P>Adds files to archive.</P>
-
-<H4>Examples</H4>
-
-<PRE class="example">
-7z a archive1.zip subdir\
-</PRE>
-
-<P>adds all files and subfolders from folder <SPAN class="filename">subdir</SPAN> to archive
- <SPAN class="filename">archive1.zip</SPAN>.
- The filenames in archive will contain <SPAN class="filename">subdir\</SPAN> prefix.</P>
-
-<PRE class="example">
-7z a archive2.zip .\subdir\*
-</PRE>
-
-<P>adds all files and subfolders from folder <SPAN class="filename">subdir</SPAN> to archive
- <SPAN class="filename">archive2.zip</SPAN>.
- The filenames in archive will not contain <SPAN class="filename">subdir\</SPAN> prefix.</P>
-
-
-<PRE class="example">
-cd /D c:\dir1\
-7z a c:\archive3.zip dir2\dir3\
-</PRE>
-
-The filenames in archive <SPAN class="filename">c:\archive3.zip</SPAN>
-will contain <SPAN class="filename">dir2\dir3\</SPAN> prefix,
-but they will not contain <SPAN class="filename">c:\dir1\</SPAN> prefix.
-
-<PRE class="example">
-7z a Files.7z *.txt -r
-</PRE>
-
-<P>adds all *.txt files from current folder and its subfolders to archive
- <SPAN class="filename">Files.7z</SPAN>.</P>
-
-
-<H4>Notes</H4>
-
-<P>7-Zip doesn't uses the system wildcard parser. 7-Zip doesn't
-follow the archaic rule by which *.* means any file. 7-Zip treats
-*.* as matching the name of any file that has an extension. To process
-all files, you must use a * wildcard.</P>
-
-
-<H4>Switches that can be used with this command</H4>
-
-<P>
- <A href="../switches/include.htm">-i (Include)</A><BR>
- <A href="../switches/method.htm">-m (Method)</A><BR>
- <A href="../switches/password.htm">-p (Set Password)</A><BR>
- <A href="../switches/recurse.htm">-r (Recurse)</A><BR>
- <A href="../switches/sfx.htm">-sfx (create SFX)</A><BR>
- <A href="../switches/stdin.htm">-si (use StdIn)</A><BR>
- <A href="../switches/stdout.htm">-so (use StdOut)</A><BR>
- <A href="../switches/type.htm">-t (Type of archive)</A><BR>
- <A href="../switches/update.htm">-u (Update)</A><BR>
- <A href="../switches/volume.htm">-v (Volumes)</A><BR>
- <A href="../switches/working_dir.htm">-w (Working Dir)</A><BR>
- <A href="../switches/exclude.htm">-x (Exclude)</A>
-</P>
-
-<H4>See also</H4>
-
-<P>
- <B>Commands:</B>
- <A href="delete.htm">d (Delete)</A>,
- <A href="update.htm">u (Update)</A><BR>
- <B>Switches:</B>
- <A href="../switches/update.htm">-u (Update)</A>
-</P>
-
-</BODY>
-</HTML>
diff --git a/src/libs/7zip/unix/DOCS/MANUAL/commands/bench.htm b/src/libs/7zip/unix/DOCS/MANUAL/commands/bench.htm
deleted file mode 100644
index 14f456cd3..000000000
--- a/src/libs/7zip/unix/DOCS/MANUAL/commands/bench.htm
+++ /dev/null
@@ -1,79 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML>
-<HEAD>
- <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
- <TITLE>b (Benchmark) command</TITLE>
- <LINK href="style.css" rel="stylesheet" type="text/css">
-</HEAD>
-
-<BODY>
-
-<H1>b (Benchmark) command</H1>
-
-<P>Measures speed of the CPU and checks RAM for errors.</P>
-
-<H4>Syntax</H4>
-
-<PRE class="syntax">
-b [number_of_iterations] [-mmt{N}] [-md{N}] [-mm={Method}]
-</PRE>
-
-<P>There are two tests:<P>
-<OL>
- <LI>Compressing with LZMA method
- <LI>Decompressing with LZMA method
-</OL>
-
-<P>The benchmark shows a rating in MIPS (million instructions per second).
-The rating value is calculated from the measured CPU speed and it
-is normalized with results of Intel Core 2 CPU with multi-threading option
-switched off. So if you have Intel Core 2 Duo,
-rating values must be close to real CPU frequency.</P>
-
-<P>You can change the upper dictionary size to increase memory usage by -md{N} switch.
-Also, you can change the number of threads by -mmt{N} switch.</P>
-
-<P>The <B>Dict</B> column shows dictionary size. For example, 21 means 2^21 = 2 MB.</P>
-
-<P>The <B>Usage</B> column shows the percentage of time the processor is working.
-It's normalized for a one-thread load. For example, 180% CPU Usage for 2 threads
-can mean that average CPU usage is about 90% for each thread.</P>
-
-<P>The <B>R / U</B> column shows the rating normalized for 100% of CPU usage.
-That column shows the performance of one average CPU thread.</P>
-
-<P><B>Avr</B> shows averages for different dictionary sizes.</P>
-<P><B>Tot</B> shows averages of the compression and decompression ratings.</P>
-
-<P>Compression speed and rating strongly depend on memory (RAM) latency.
-
-<P>Decompression speed and rating strongly depend on the integer performance of the CPU.
-For example, the Intel Pentium 4 has big branch
-misprediction penalty (which is an effect of its long pipeline) and pretty slow
-multiply and shift operations. So, the Pentium 4 has pretty low decompressing ratings.</P>
-
-<P>You can run a CRC calculation benchmark by specifying -mm=crc.
-That test shows the speed of CRC calculation in MB/s. The first column shows the size of the block.
-The next column shows the speed of CRC calculation for one thread. The other columns are results
-for multi-threaded CRC calculation.</P>
-
-
-<H4>Examples</H4>
-
-<PRE class="example">
-7z b
-</PRE>
-runs benchmarking.
-
-<PRE class="example">
-7z b -mmt1 -md26
-</PRE>
-runs benchmarking with one thread and 64 MB dictionary.
-
-<PRE class="example">
-7z b 30
-</PRE>
-<P>runs benchmarking with default settings for 30 iterations.</P>
-
-</BODY>
-</HTML>
diff --git a/src/libs/7zip/unix/DOCS/MANUAL/commands/delete.htm b/src/libs/7zip/unix/DOCS/MANUAL/commands/delete.htm
deleted file mode 100644
index 845b8d899..000000000
--- a/src/libs/7zip/unix/DOCS/MANUAL/commands/delete.htm
+++ /dev/null
@@ -1,59 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML>
-<HEAD>
- <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
- <TITLE>d (Delete) command</TITLE>
- <LINK href="style.css" rel="stylesheet" type="text/css">
-</HEAD>
-
-<BODY>
-
-<H1>d (Delete) command</H1>
-
-<P>Deletes files from archive.</P>
-
-<H4>Example</H4>
-
-<PRE class="example">
-7z d archive.zip *.bak -r
-</PRE>
-
-<P>deletes <SPAN class="filename">*.bak</SPAN> files from archive
- <SPAN class="filename">archive.zip</SPAN>.</P>
-
-
-<H4>Notes</H4>
-
-<P>7-Zip doesn't uses the system wildcard parser. 7-Zip doesn't
-follow the archaic rule by which *.* means any file. 7-Zip treats
-*.* as matching the name of any file that has an extension. To process
-all files, you must use a * wildcard.</P>
-
-
-<H4>Switches that can be used with this command</H4>
-
-<P>
- <A href="../switches/include.htm">-i (Include)</A><BR>
- <A href="../switches/method.htm">-m (Method)</A><BR>
- <A href="../switches/password.htm">-p (Set Password)</A><BR>
- <A href="../switches/recurse.htm">-r (Recurse)</A><BR>
- <A href="../switches/update.htm">-u (Update)</A><BR>
- <A href="../switches/working_dir.htm">-w (Working Dir)</A><BR>
- <A href="../switches/exclude.htm">-x (Exclude)</A>
-</P>
-
-<H4>See also</H4>
-
-<P>
- <B>Commands:</B>
- <A href="add.htm">a (Add)</A>,
- <A href="update.htm">u (Update)</A>
-</P>
-
-<P>
- <B>Switches:</B>
- <A href="../switches/update.htm">-u (Update)</A>
-</P>
-
-</BODY>
-</HTML>
diff --git a/src/libs/7zip/unix/DOCS/MANUAL/commands/extract.htm b/src/libs/7zip/unix/DOCS/MANUAL/commands/extract.htm
deleted file mode 100644
index dad6b2b0b..000000000
--- a/src/libs/7zip/unix/DOCS/MANUAL/commands/extract.htm
+++ /dev/null
@@ -1,91 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML>
-<HEAD>
- <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
- <TITLE>e (Extract) command</TITLE>
- <LINK href="style.css" rel="stylesheet" type="text/css">
-</HEAD>
-
-<BODY>
-
-<H1>e (Extract) command</H1>
-
-<P>Extracts files from an archive to the current
-directory or to the output directory. The output directory can be specified by
-<A href="../switches/output_dir.htm">-o (Set Output Directory)</A> switch.</P>
-
-<P>This command copies all extracted files to one directory.
-If you want extract files with full paths, you must use
-<A href="extract_full.htm">x (Extract with full paths)</A> command.
-
-<P>7-Zip will prompt the user before overwriting existing files unless
-the user specifies the <A href="../switches/yes.htm">-y (Assume Yes on all queries)</A>
-switch. If the user gives a <B>no</B> answer, 7-Zip will prompt for the file to be
-extracted to a new filename. Then a <B>no</B> answer skips that file; or, <B>yes</B>
-prompts for new filename.</P>
-
-<P>7-Zip accepts the following responses:</P>
-
-<TABLE>
- <TR> <TH>Answer</TH> <TH>Abbr.</TH> <TH>Action</TH> </TR>
- <TR> <TD>Yes</TD> <TD>y</TD> <TD>&nbsp;</TD> </TR>
- <TR> <TD>No</TD> <TD>n</TD> <TD>&nbsp;</TD> </TR>
- <TR> <TD>Always</TD> <TD>a</TD> <TD>Assume YES for ALL subsequent queries of the same class</TD> </TR>
- <TR> <TD>Skip</TD> <TD>s</TD> <TD>Assume NO for ALL subsequent queries of the same class</TD> </TR>
- <TR> <TD>Quit</TD> <TD>q</TD> <TD>Quit the program</TD> </TR>
-
-</TABLE>
-
-<P>Abbreviated responses are allowed.</P>
-
-<H4>Examples</H4>
-
-<PRE class="example">
-7z e archive.zip
-</PRE>
-
-<P>extracts all files from archive
- <SPAN class="filename">archive.zip</SPAN> to the current directory.</P>
-
-<PRE class="example">
-7z e archive.zip -oc:\soft *.cpp -r
-</PRE>
-
-<P>extracts all <SPAN class="filename">*.cpp</SPAN> files from archive
- <SPAN class="filename">archive.zip</SPAN> to <SPAN class="filename">c:\soft</SPAN> folder.</P>
-
-
-<H4>Notes</H4>
-
-<P>7-Zip doesn't uses the system wildcard parser. 7-Zip doesn't
-follow the archaic rule by which *.* means any file. 7-Zip treats
-*.* as matching the name of any file that has an extension. To process
-all files, you must use a * wildcard.</P>
-
-
-<H4>Switches that can be used with this command</H4>
-
-<P>
- <A href="../switches/ar_include.htm">-ai (Include archives)</A><BR>
- <A href="../switches/ar_no.htm">-an (Disable parsing of archive_name)</A><BR>
- <A href="../switches/overwrite.htm">-ao (Overwrite mode)</A><BR>
- <A href="../switches/ar_exclude.htm">-ax (Exclude archives)</A><BR>
- <A href="../switches/include.htm">-i (Include)</A><BR>
- <A href="../switches/output_dir.htm">-o (Set Output Directory)</A><BR>
- <A href="../switches/password.htm">-p (Set Password)</A><BR>
- <A href="../switches/recurse.htm">-r (Recurse)</A><BR>
- <A href="../switches/stdout.htm">-so (use StdOut)</A><BR>
- <A href="../switches/type.htm">-t (Type of archive)</A><BR>
- <A href="../switches/exclude.htm">-x (Exclude)</A><BR>
- <A href="../switches/yes.htm">-y (Assume Yes on all queries)</A>
-</P>
-
-<H4>See also</H4>
-
-<P>
- <B>Commands:</B>
- <A href="extract_full.htm">x (Extract with full paths)</A>
-</P>
-
-</BODY>
-</HTML>
diff --git a/src/libs/7zip/unix/DOCS/MANUAL/commands/extract_full.htm b/src/libs/7zip/unix/DOCS/MANUAL/commands/extract_full.htm
deleted file mode 100644
index 3f857a6e4..000000000
--- a/src/libs/7zip/unix/DOCS/MANUAL/commands/extract_full.htm
+++ /dev/null
@@ -1,68 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML>
-<HEAD>
- <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
- <TITLE>x (Extract with full paths) command</TITLE>
- <LINK href="style.css" rel="stylesheet" type="text/css">
-</HEAD>
-
-<BODY>
-
-<H1>x (Extract with full paths) command</H1>
-
-<P>Extracts files from an archive with their full
-paths in the current directory, or in an output directory if specified.</P>
-
-<P>See the <A href="extract.htm">e (Extract)</A> command description for more details.</P>
-
-<H4>Examples</H4>
-
-<PRE class="example">
-7z x archive.zip
-</PRE>
-
-<P>extracts all files from the archive
- <SPAN class="filename">archive.zip</SPAN> to the current directory.</P>
-
-<PRE class="example">
-7z x archive.zip -oc:\soft *.cpp -r
-</PRE>
-
-<P>extracts all <SPAN class="filename">*.cpp</SPAN> files from the archive
- <SPAN class="filename">archive.zip</SPAN> to <SPAN class="filename">c:\soft</SPAN> folder.</P>
-
-
-<H4>Notes</H4>
-
-<P>7-Zip doesn't uses the system wildcard parser. 7-Zip doesn't
-follow the archaic rule by which *.* means any file. 7-Zip treats
-*.* as matching the name of any file that has an extension. To process
-all files, you must use a * wildcard.</P>
-
-
-<H4>Switches that can be used with this command</H4>
-
-<P>
- <A href="../switches/ar_include.htm">-ai (Include archives)</A><BR>
- <A href="../switches/ar_no.htm">-an (Disable parsing of archive_name)</A><BR>
- <A href="../switches/overwrite.htm">-ao (Overwrite mode)</A><BR>
- <A href="../switches/ar_exclude.htm">-ax (Exclude archives)</A><BR>
- <A href="../switches/include.htm">-i (Include)</A><BR>
- <A href="../switches/output_dir.htm">-o (Set Output Directory)</A><BR>
- <A href="../switches/password.htm">-p (Set Password)</A><BR>
- <A href="../switches/recurse.htm">-r (Recurse)</A><BR>
- <A href="../switches/stdout.htm">-so (use StdOut)</A><BR>
- <A href="../switches/type.htm">-t (Type of archive)</A><BR>
- <A href="../switches/exclude.htm">-x (Exclude)</A><BR>
- <A href="../switches/yes.htm">-y (Assume Yes on all queries)</A>
-</P>
-
-<H4>See also</H4>
-
-<P>
- <B>Commands:</B>
- <A href="extract.htm">e (Extract)</A>
-</P>
-
-</BODY>
-</HTML>
diff --git a/src/libs/7zip/unix/DOCS/MANUAL/commands/index.htm b/src/libs/7zip/unix/DOCS/MANUAL/commands/index.htm
deleted file mode 100644
index 579ea2931..000000000
--- a/src/libs/7zip/unix/DOCS/MANUAL/commands/index.htm
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML>
-<HEAD>
- <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
- <TITLE>Command Line Commands</TITLE>
- <LINK href="style.css" rel=stylesheet type="text/css">
-</HEAD>
-
-<BODY>
-
-<H1>Command Line Commands</H1>
-
-<P>The command is the first non-switch argument on the command line.</P>
-<P>Command names are not case sensitive.</P>
-<P>See also <A href ="../syntax.htm">Command Line Syntax</A> for more details about using the command line.</P>
-
-<H2>Commands quick reference</H2>
-
-<TABLE border="1" cellpadding="3" cellspacing="0">
-<TR><TH>Command</TH><TH>Description</TH></TR>
-<TR> <TD><A href="add.htm">a</A></TD> <TD><A href="add.htm">Add</A></TD></TR>
-<TR> <TD><A href="bench.htm">b</A></TD> <TD><A href="bench.htm">Benchmark</A></TD></TR>
-<TR> <TD><A href="delete.htm">d</A></TD> <TD><A href="delete.htm">Delete</A></TD></TR>
-<TR> <TD><A href="extract.htm">e</A></TD> <TD><A href="extract.htm">Extract</A></TD></TR>
-<TR> <TD><A href="list.htm">l</A></TD> <TD><A href="list.htm">List</A></TD></TR>
-<TR> <TD><A href="test.htm">t</A></TD> <TD><A href="test.htm">Test</A></TD></TR>
-<TR> <TD><A href="update.htm">u</A></TD> <TD><A href="update.htm">Update</A></TD></TR>
-<TR> <TD><A href="extract_full.htm">x</A></TD> <TD><A href="extract_full.htm">eXtract with full paths</A></TD></TR>
-</TABLE>
-
-
-</BODY>
-</HTML>
diff --git a/src/libs/7zip/unix/DOCS/MANUAL/commands/list.htm b/src/libs/7zip/unix/DOCS/MANUAL/commands/list.htm
deleted file mode 100644
index 1eba758e9..000000000
--- a/src/libs/7zip/unix/DOCS/MANUAL/commands/list.htm
+++ /dev/null
@@ -1,77 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML>
-<HEAD>
- <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
- <TITLE>l (List contents of archive) command</TITLE>
- <LINK href="style.css" rel="stylesheet" type="text/css">
-</HEAD>
-
-<BODY>
-
-<H1>l (List contents of archive) command</H1>
-
-
-
-<!--
-<H4>Syntax</H4>
-<P><PRE class="syntax">
-l[a | t][f]
-</PRE></P>
-
--->
-
-<P>Lists contents of archive.</P>
-
-<!--
-<P>The following options can be used:</P>
-<TABLE>
-<TR> <TH>Option</TH> <TH>Description</TH> </TR>
-<TR> <TD>a</TD> <TD>List with Additional fields</TD> </TR>
-<TR> <TD>t</TD> <TD>List with all fields, including Technical</TD> </TR>
-<TR> <TD>f</TD> <TD>List with Full pathnames</TD> </TR>
-</TABLE>
--->
-
-
-<H4>Examples</H4>
-
-<PRE class="example">
-7z l archive.zip
-</PRE>
-
-<P>lists all files from archive <SPAN class="filename">archive.zip</SPAN>.</P>
-
-<!--
-<PRE class="example">
-7z lf archive.zip *.txt
-</PRE>
-
-<P>lists <SPAN class="filename">*.txt</SPAN> files from archive
- <SPAN class="filename">archive.zip</SPAN> with full pathnames.</P>
--->
-
-
-<H4>Notes</H4>
-
-<P>7-Zip doesn't uses the system wildcard parser. 7-Zip doesn't
-follow the archaic rule by which *.* means any file. 7-Zip treats
-*.* as matching the name of any file that has an extension. To process
-all files, you must use a * wildcard.</P>
-
-
-<H4>Switches that can be used with this command</H4>
-
-<P>
- <A href="../switches/ar_include.htm">-ai (Include archives)</A><BR>
- <A href="../switches/ar_no.htm">-an (Disable parsing of archive_name)</A><BR>
- <A href="../switches/ar_exclude.htm">-ax (Exclude archives)</A><BR>
- <A href="../switches/include.htm">-i (Include)</A><BR>
- <A href="../switches/list_tech.htm">-slt (Show technical information)</A><BR>
- <A href="../switches/password.htm">-p (Set Password)</A><BR>
- <A href="../switches/recurse.htm">-r (Recurse)</A><BR>
- <A href="../switches/type.htm">-t (Type of archive)</A><BR>
- <A href="../switches/exclude.htm">-x (Exclude)</A>
-</P>
-
-</BODY>
-</HTML>
diff --git a/src/libs/7zip/unix/DOCS/MANUAL/commands/style.css b/src/libs/7zip/unix/DOCS/MANUAL/commands/style.css
deleted file mode 100644
index 13ebb79ce..000000000
--- a/src/libs/7zip/unix/DOCS/MANUAL/commands/style.css
+++ /dev/null
@@ -1,232 +0,0 @@
-body
- {
- padding: 0px 0px 0px 26px;
- background: #ffffff;
- color: #000000;
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 80%;
- }
-
-div
- {
- width: 90%;
- border: 2px solid #999999;
- padding: 4px 8px;
- background: #cccccc;
- }
-
-h1, h2, h3, h4
- {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- margin-left: -26px;
- }
-
-h1
- {
- font-size: 145%;
- margin-top: .5em;
- margin-bottom: 1em;
- }
-
-h2
- {
- font-size: 130%;
- margin-top: 1.5em;
- margin-bottom: .6em;
- }
-
-h3
- {
- font-size: 115%;
- margin-top: 1.5em;
- margin-bottom: .6em;
- }
-
-h4
- {
- font-size: 100%;
- margin-top: 1.5em;
- margin-bottom: .6em;
- }
-
-ul p, ol p, dl p
- {
- margin-left: 0em;
- }
-
-p
- {
- margin-top: .6em;
- margin-bottom: .6em;
- }
-
-dl
- {
- /*margin-top: 0em; */
- }
-
-dt
- {
- margin-top: .76em;
- margin-bottom: .5em;
- font-weight: bold;
- }
-
-dd
- {
- margin-top: .5em;
- margin-bottom: .5em;
- margin-left: 1.9em;
- }
-
-
-ul, ol
- {
- margin-top: .6em;
- margin-bottom: 0em;
- }
-
-ol
- {
- margin-left: 3.6em;
- }
-
-ul
- {
- list-style-type: disc;
- margin-left: 1.9em;
- }
-
-li
- {
- margin-bottom: .6em;
- }
-
-ul ol, ol ol
- {
- list-style-type: lower-alpha;
- {
-
- /*
-pre
- {
- margin-top: .6em;
- margin-bottom: .6em;
- }
- */
-
-pre,code
- {
- font: 100% Courier New, Courier, mono;
- color: #000000;
- cursor: text;
- }
-
-pre.syntax
- {
- background: #dddddd;
- padding: 2pt,4pt
- }
-
-pre.syntax
- {
- color: #000000;
- }
-
-pre.example
- {
- margin-left: 2.0em;
- /*margin-top: 12.0em;*/
- /*margin-bottom: 1.0em;*/
- color: #C00000;
- /*padding: 10pt,20pt*/
- }
-
-table
- {
- /* width: 90%; */
- background: #999999;
- margin-top: .6em;
- margin-bottom: .3em;
- }
-
-th
- {
- padding: 4px 8px;
- background: #cccccc;
- text-align: left;
- font-size: 80%;
- vertical-align: bottom;
- }
-
-th.cc
- {
- text-align: center;
- vertical-align: middle;
- }
-
-td
- {
- padding: 4px 8px;
- background: #ffffff;
- vertical-align: top;
- font-size: 80%;
- }
-
-td.cc
- {
- text-align: center;
- vertical-align: middle;
- }
-
-
-blockquote
- {
- margin-left: 3.8em;
- margin-right: 3.8em;
- margin-top: .6em;
- margin-bottom: .6em;
- }
-
-a:link
- {
- color: #0066ff;
- }
-
-a:visited
- {
- color: #996600;
- }
-
-a:hover
- {
- color: #cc9900;
- }
-
-a.parameter:link
- {
- color: #0066ff;
- text-decoration:none;
- }
-
-a.parameter:visited
- {
- text-decoration:none;
- }
-
-div.footer
- {
- width: 100%;
- border: none;
- background: #ffffff;
- margin-top: 18pt;
- padding-bottom: 12pt;
- color: #228B22;
- text-align: center;
- font-size: 70%;
- }
-
-span.filename
-{
- color: #F00000;
-}
diff --git a/src/libs/7zip/unix/DOCS/MANUAL/commands/test.htm b/src/libs/7zip/unix/DOCS/MANUAL/commands/test.htm
deleted file mode 100644
index b09f8a497..000000000
--- a/src/libs/7zip/unix/DOCS/MANUAL/commands/test.htm
+++ /dev/null
@@ -1,46 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML>
-<HEAD>
- <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
- <TITLE>t (Test integrity of archive) command</TITLE>
- <LINK href="style.css" rel="stylesheet" type="text/css">
-</HEAD>
-
-<BODY>
-
-<H1>t (Test integrity of archive) command</H1>
-
-<P>Tests archive files.</P>
-
-<H4>Example</H4>
-
-<PRE class="example">
-7z t archive.zip *.doc -r
-</PRE>
-
-<P>tests <SPAN class="filename">*.doc</SPAN> files in archive
- <SPAN class="filename">archive.zip</SPAN>.</P>
-
-
-<H4>Notes</H4>
-
-<P>7-Zip doesn't uses the system wildcard parser. 7-Zip doesn't
-follow the archaic rule by which *.* means any file. 7-Zip treats
-*.* as matching the name of any file that has an extension. To process
-all files, you must use a * wildcard.</P>
-
-
-<H4>Switches that can be used with this command</H4>
-
-<P>
- <A href="../switches/ar_include.htm">-ai (Include archives)</A><BR>
- <A href="../switches/ar_no.htm">-an (Disable parsing of archive_name)</A><BR>
- <A href="../switches/ar_exclude.htm">-ax (Exclude archives)</A><BR>
- <A href="../switches/include.htm">-i (Include)</A><BR>
- <A href="../switches/password.htm">-p (Set Password)</A><BR>
- <A href="../switches/recurse.htm">-r (Recurse)</A><BR>
- <A href="../switches/exclude.htm">-x (Exclude)</A>
-</P>
-
-</BODY>
-</HTML>
diff --git a/src/libs/7zip/unix/DOCS/MANUAL/commands/update.htm b/src/libs/7zip/unix/DOCS/MANUAL/commands/update.htm
deleted file mode 100644
index 860080109..000000000
--- a/src/libs/7zip/unix/DOCS/MANUAL/commands/update.htm
+++ /dev/null
@@ -1,66 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML>
-<HEAD>
- <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
- <TITLE>u (Update) command</TITLE>
- <LINK href="style.css" rel="stylesheet" type="text/css">
-</HEAD>
-
-<BODY>
-
-<H1>u (Update) command</H1>
-
-<P>Update older files in the archive and add files that are not already in the archive.</P>
-
-<P>Note: the updating of solid .7z archives can be slow, since it
-can require some recompression.</P>
-
-<H4>Example</H4>
-
-<PRE class="example">
-7z u archive.zip *.doc
-</PRE>
-
-<P>updates <SPAN class="filename">*.doc</SPAN> files to archive
- <SPAN class="filename">archive.zip</SPAN>.</P>
-
-
-<H4>Notes</H4>
-
-<P>7-Zip doesn't uses the system wildcard parser. 7-Zip doesn't
-follow the archaic rule by which *.* means any file. 7-Zip treats
-*.* as matching the name of any file that has an extension. To process
-all files, you must use a * wildcard.</P>
-
-
-<H4>Switches that can be used with this command</H4>
-
-<P>
- <A href="../switches/include.htm">-i (Include)</A><BR>
- <A href="../switches/method.htm">-m (Method)</A><BR>
- <A href="../switches/password.htm">-p (Set Password)</A><BR>
- <A href="../switches/recurse.htm">-r (Recurse)</A><BR>
- <A href="../switches/sfx.htm">-sfx (create SFX)</A><BR>
- <A href="../switches/stdin.htm">-si (use StdIn)</A><BR>
- <A href="../switches/stdout.htm">-so (use StdOut)</A><BR>
- <A href="../switches/type.htm">-t (Type of archive)</A><BR>
- <A href="../switches/update.htm">-u (Update)</A><BR>
- <A href="../switches/working_dir.htm">-w (Working Dir)</A><BR>
- <A href="../switches/exclude.htm">-x (Exclude)</A>
-</P>
-
-<H4>See also</H4>
-
-<P>
- <B>Commands:</B>
- <A href="add.htm">a (Add)</A>,
- <A href="delete.htm">d (Delete)</A>,
-</P>
-
-<P>
- <B>Switches:</B>
- <A href="../switches/update.htm">-u (Update)</A>
-</P>
-
-</BODY>
-</HTML>