a2d/res
2019-02-03 18:05:31 -08:00
..
asmfmt.pl asmfmt: respace comments 2018-12-09 16:15:48 -08:00
convert_font.pl Remove desk.acc/fonts, update tools. Resolves #76 2018-04-27 19:37:12 -07:00
dump_font.pl DeskTop: Insertion point fun 2018-05-08 20:14:59 -07:00
go.sh Add "Preview DAs", allow opening text/graphics directly (Issue #101) 2019-01-21 12:35:43 -08:00
hex2px.pl project cleanup 2018-02-01 10:00:17 -08:00
make_info.pl RAM.SYSTEM disassembly WIP 2019-01-04 19:41:32 -08:00
mount.sh Add "Preview DAs", allow opening text/graphics directly (Issue #101) 2019-01-21 12:35:43 -08:00
package.sh Optionally include ProDOS/BASIC.system in package 2019-02-03 18:05:31 -08:00
pxmap.pl Rework file type / icon tables. Fixes #103 2018-12-30 20:35:23 -08:00
README.txt Add "Preview DAs", allow opening text/graphics directly (Issue #101) 2019-01-21 12:35:43 -08:00
refactor.pl param blocks 2018-02-27 18:25:03 -08:00
scopecat.pl add some format/audit tools 2018-02-25 18:40:36 -08:00
stats.pl Common Overlay disasm 2018-11-23 09:50:47 -08:00
unpxmap.pl Tweak release notes and build scripts 2019-01-04 20:03:59 -08:00
util.sh Tweak release notes and build scripts 2019-01-04 20:03:59 -08:00

Apple II DeskTop
================

A2DeskTop.po is an 800k image containing the full application and
all accessories. It can be transferred to an 3.5" floppy using ADTPro.

DeskTop.po, DeskAccessories.po and Preview.po are 140k images
containing different parts of the application, and can be trasnferred to
5.25" floppies using ADTPro.

Installation
------------

This is a ProDOS 8 application, and works best on a mass storage
device or at least an 800k floppy. Running from 140k is possible
(without desk accessories) but is not recommended.

An Apple II DeskTop installation has the following structure on a mass
storage device:

* `A2.DESKTOP/` - any name is allowed, can be in any subdirectory
  * `DESKTOP.SYSTEM` - invoked to launch DeskTop
  * `DESKTOP2` - application file
  * `DESK.ACC/` - contains Desk Accessories (DAs)
  * `PREVIEW/` - contains file preview handlers (special type of DAs)

At runtime, other files will be created within the application
directory:

* `QUIT.TMP` holds the original ProDOS quit routine.
* `SELECTOR.LIST` holds the Selector menu entries, which allow
   for quick launching of other applications.

Other Files
-----------

The `RAM.SYSTEM` file will create a RAM Disk on RamWorks drives. It can
be run manually before launching `DeskTop`

Tips and Tricks
---------------

You can use the Sort Directory DA to order the files, which controls
the menu order:

* Open the A2.DESKTOP/DESK.ACC folder
* Hold Open-Apple and click on each file in the desired order
* Select Sort Directory from the Apple menu, and verify the order
* Restart

Source code can be found at: https://github.com/inexorabletash/a2d