From 766e2e9a445de99def958c1d118a8c23e39376fd Mon Sep 17 00:00:00 2001 From: Josh Deprez Date: Tue, 30 Aug 2016 16:32:41 +1000 Subject: [PATCH] Add more credit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d4438c6..196c2ae 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,5 @@ Also, like, requires a Macintosh with HyperCard, some way of loading the include This program uses AppleTalk (DDP) since it can sometimes be easier to get an adapter or router betweeen LocalTalk and Ethernet that transfers AppleTalk packets, than one that transfers IP packets. For example, the AsantéTalk router I have only does AppleTalk. But if you have an IP router, just write a regular Go server and your own HyperCard stack. If you want to make HyperCard stacks that do networking or other cool things, it pays to have a copies of some of Apple's obsolete XCMDs. Take a look at http://www.staticky.com/mirrors/ftp.apple.com/developer/Tool_Chest/Development_Platforms/HyperCard_Related/APDA_HyperCard_Toolkits/ (and definitely check out the rest of the old Apple FTP site mirrored there.) + +The HumbleMacintosh Twitter stack uses the ATP and NBP XCMDs from the [AppleTalk HyperCard Toolkit](http://www.staticky.com/mirrors/ftp.apple.com/developer/Tool_Chest/Development_Platforms/HyperCard_Related/APDA_HyperCard_Toolkits/AppleTalk_ToolKit.sit.hqx), in particular the HyperStation example stack by Donald Koscheka (1987).