mirror of
https://github.com/fadden/ciderpress.git
synced 2024-12-03 01:51:56 +00:00
fcca617a4e
Got called out by Google for being mobile-unfriendly.
33 lines
1.4 KiB
HTML
33 lines
1.4 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
<title>CiderPress Screen Shot - Big Archive</title>
|
|
|
|
<meta http-equiv="Content-Language" content="en-us">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<link href="../main.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<p><img border="0" src="big-shk.jpg" width="730" height="615"></p>
|
|
<p><b>Manage large archives</b>. This shows CiderPress viewing a large
|
|
collection of files -- in this case, a ShrinkIt file archive of a 20MB hard drive partition
|
|
with source code on it. For compactness, the archive was re-compressed with the gzip
|
|
"deflate" algorithm. (Re-compressing the entire archive took 3
|
|
mouse clicks and about 10 seconds, and cut the compressed size significantly.)</p>
|
|
<p>ShrinkIt archives up to 2GB and multi-partition hard drives up to 8GB are
|
|
supported.</p>
|
|
<p>The file viewer is showing an Applesoft BASIC program, converted to text that
|
|
exactly matches the output of the "LIST" command. The color
|
|
syntax highlighting shown can be switched off. The file view can be
|
|
changed to a hex dump or a raw file dump with one click.</p>
|
|
<p><a href="../index.htm">UP</a></p>
|
|
|
|
</body>
|
|
|
|
</html>
|