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 Add .gitignore file. 2019-04-15 19:52:25 -05:00
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
README.md Add README. 2019-07-17 09:08:08 -05:00
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 Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
hostname.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
http.c Work around Marinetti bug where TCPIPReadLineTCP could incorrectly return an error value. 2019-07-15 16:28:03 -05:00
http.h HTTP tweaks and test program. 2019-04-13 12:57:35 -05:00
httptest.c Parse and display the list of disks. 2019-04-13 23:25:02 -05:00
json.c Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
json.h JSON parsing code. 2019-04-10 15:29:15 -05:00
jsontest.c Rename test to jsontest. 2019-04-13 00:32:40 -05:00
jsonutil.c Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
jsonutil.h Utility functions and test program for JSON processing. 2019-04-10 15:30:40 -05:00
mounturl.h Check for presence of NetDisk and Marinetti, and bail out if they're missing. 2019-04-12 19:38:46 -05:00
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
readtcp.c Work around Marinetti bug 57. 2019-04-15 19:50:36 -05:00
readtcp.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
session.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
seturl.c Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
seturl.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
strcasecmp.c Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
strcasecmp.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
tcpconnection.c Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
tcpconnection.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
urlparser.c Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
urlparser.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
version.h Bump version to 1.0. 2019-07-15 19:34:07 -05:00

README.md

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.