mirror of
https://github.com/fadden/ciderpress.git
synced 2024-12-01 03:51:17 +00:00
HTTPS updates
This commit is contained in:
parent
223d4469f8
commit
cdc2f233c9
@ -1,2 +1,2 @@
|
||||
The gh-pages branch contains the CiderPress web site. This is accessible as
|
||||
https://fadden.github.io/ciderpress/, or http://a2ciderpress.com/.
|
||||
https://fadden.github.io/ciderpress/, or https://a2ciderpress.com/.
|
||||
|
@ -23,7 +23,7 @@ including:</p>
|
||||
<li>View files without having to extract them first. Special converters
|
||||
are provided for several popular file formats.</li>
|
||||
<li>Extract files and directories, optionally converting them. File type
|
||||
information and resource forks can be preserved in Windows, using the <a href="http://www.nulib.com/library/nulib2-preserve.htm">method</a>
|
||||
information and resource forks can be preserved in Windows, using the <a href="https://nulib.com/library/nulib2-preserve.htm">method</a>
|
||||
developed for use in NuLib2. It's possible to extract all files from a
|
||||
GS/OS boot disk to Windows, add them to a new disk image, and then boot that
|
||||
image in an emulator.</li>
|
||||
@ -44,7 +44,7 @@ including:</p>
|
||||
<p>It's like having "ShrinkIt for Windows". Viewing and extracting files from Binary II files
|
||||
(.bny, .bqy), AppleLink Compression Utility archives (.acu), and AppleSingle files is also
|
||||
supported. ShrinkIt archive access is provided by NufxLib, the library used by the
|
||||
<a href="http://www.nulib.com/">NuLib2</a> archive utility since early 2000.
|
||||
<a href="https://nulib.com/">NuLib2</a> archive utility since early 2000.
|
||||
Archives created with NufxLib are nearly identical to those created with GS/ShrinkIt.</p>
|
||||
<p><b><a name="disks"></a>Disk Image Support</b></p>
|
||||
<p>CiderPress has the ability to identify nearly all Apple II disk image formats
|
||||
|
10
index.htm
10
index.htm
@ -25,8 +25,8 @@ files between them. There are other programs that provide access to disk a
|
||||
file archives, but none have as many features or support as many formats as
|
||||
CiderPress.</p>
|
||||
<p>CiderPress, introduced in March 2003, was developed by
|
||||
<a href="http://www.fadden.com/">Andy McFadden</a> and sold as shareware through
|
||||
<a href="http://www.faddensoft.com/">faddenSoft, LLC</a>. The program was
|
||||
<a href="https://www.fadden.com/">Andy McFadden</a> and sold as shareware through
|
||||
<a href="https://www.faddensoft.com/">faddenSoft, LLC</a>. The program was
|
||||
made free, and the source code released under the BSD license, in March 2007.
|
||||
A "refresh" to modernize the code was done in January 2015.</p>
|
||||
<p><b>Key features:</b></p>
|
||||
@ -67,8 +67,8 @@ CiderPress has evolved over time.
|
||||
|
||||
<h3>Other Downloads</h3>
|
||||
These install packages include CiderPress and MDC. CiderPress v3.x runs well on
|
||||
Win98/ME/2K/XP, but may behave a bit strangely on Vista/7/8. CiderPress v4.x
|
||||
requires WinXP/Vista/7/8.
|
||||
Win98/ME/2K/XP, but may behave a bit strangely on Vista/7/8/10. CiderPress v4.x
|
||||
requires WinXP/Vista/7/8/10.
|
||||
<ul>
|
||||
<!-- <li><a href="https://github.com/fadden/ciderpress/releases/download/v4.0.0-rc1/CiderPress400rc1.zip">CiderPress v4.0.0-rc1</a> (19-Jan-2015) <-- logging is enabled; will overwrite C:\Src\cplog.txt</li> -->
|
||||
<li><a href="downloads/CiderPress302d1.zip">CiderPress v3.0.2d1</a> (19-Jan-2014)</li>
|
||||
@ -76,7 +76,7 @@ requires WinXP/Vista/7/8.
|
||||
<li><a href="downloads/CiderPress300.zip">CiderPress v3.0.0</a> (26-Mar-2007)</li>
|
||||
</ul>
|
||||
|
||||
<p>The <a href="http://github.com/fadden/ciderpress/">
|
||||
<p>The <a href="https://github.com/fadden/ciderpress/">
|
||||
GitHub project page</a> has the full source code, as well as places
|
||||
to file bug reports. Click "releases" to get sources for a specific
|
||||
release tag. The source for this web site can be found in
|
||||
|
Loading…
Reference in New Issue
Block a user