Browse disk images on Archive.org and mount them on your Apple IIGS
Go to file
Stephen Heumann 8db305cc51 Add README.
2019-07-17 09:08:08 -05:00
.gitignore
asprintf.c Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
asprintf.h Initial working support for mounting disks. 2019-04-17 20:11:49 -05:00
browserevents.c Make clicking the radio buttons switch focus back to the search line. 2019-04-18 23:50:57 -05:00
browserevents.h Allow double-clicking on disks in the list to mount them. 2019-04-18 18:03:17 -05:00
browserutil.c Give more meaningful error messages. 2019-04-19 00:58:39 -05:00
browserutil.h Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
browserwindow.c Check for Marinetti 3.0b11 or later. 2019-07-15 15:08:13 -05:00
browserwindow.h Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
diskbrowser.c Make sure we shut down the resource manager only for our user ID. 2019-07-15 19:33:45 -05:00
diskbrowser.h Check for Marinetti 3.0b11 or later. 2019-07-15 15:08:13 -05:00
diskbrowser.rez Bump version to 1.0. 2019-07-15 19:34:07 -05:00
diskmount.c Recognize some disk image types based on extension. 2019-07-15 02:25:59 -05:00
diskmount.h Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
disksearch.c Indicate if no results are found for a query. 2019-04-19 21:37:58 -05:00
disksearch.h Add support for fetching more results. 2019-04-18 22:58:57 -05:00
hostname.c
hostname.h
http.c Work around Marinetti bug where TCPIPReadLineTCP could incorrectly return an error value. 2019-07-15 16:28:03 -05:00
http.h
httptest.c
json.c Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
json.h
jsontest.c
jsonutil.c Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
jsonutil.h
LICENSE Add LICENSE file. 2019-07-05 23:02:06 -05:00
Makefile Give more meaningful error messages. 2019-04-19 00:58:39 -05:00
mounturl.h
netdiskerror.c Recognize some disk image types based on extension. 2019-07-15 02:25:59 -05:00
netdiskerror.h Recognize some disk image types based on extension. 2019-07-15 02:25:59 -05:00
README.md Add README. 2019-07-17 09:08:08 -05:00
readtcp.c
readtcp.h
session.h
seturl.c
seturl.h
strcasecmp.c
strcasecmp.h
tcpconnection.c
tcpconnection.h
urlparser.c
urlparser.h
version.h Bump version to 1.0. 2019-07-15 19:34:07 -05:00

Archive.org Disk Browser

By Stephen Heumann

This is the Archive.org Disk Browser for the Apple IIGS. It is a Finder extension that lets you conveniently search for disk images on the Internet Archive (archive.org) and mount them on your IIGS.

The Archive.org Disk Browser works in conjunction with NetDisk and is distributed together with it. For downloads and documentation, go to the NetDisk page.