AppleTalk server for Apple II computers
Go to file
T. Joseph Carter 0fffaf93cb License terms for A2SERVER
This doesn't close the open issue on the subject, since precisely what's
under what license isn't really addressed yet, but at least the license
is specified.  For those unfamiliar with the WTFPL, it's a public domain
release like CC0, except instead of trying to legally emulate the public
domain if that concept is foreign to your jurisdiction, it basically
gives all software licenses a giant middle finger.

What it lacks in finesse and niceties or in legal rigor of the CC0, it
makes up for in simplicity: Do whatever the f*** you want with the code!
It's pretty hard to misconstrue what that means.  :)
2015-12-13 09:31:49 -08:00
docs/ivanx move /media/A2SHARED to /srv/A2SERVER 2015-12-09 20:39:09 -05:00
scripts move /media/A2SHARED to /srv/A2SERVER 2015-12-09 20:39:09 -05:00
setup move /media/A2SHARED to /srv/A2SERVER 2015-12-09 20:39:09 -05:00
update move /media/A2SHARED to /srv/A2SERVER 2015-12-09 20:39:09 -05:00
LICENSE.md License terms for A2SERVER 2015-12-13 09:31:49 -08:00
README.md README.md minor Markdown syntax embettering 2015-12-10 09:11:32 -08:00

A2SERVER

AppleTalk server for Apple // computers developed by Ivan Drucker

Documentation here is sparse for the moment; see Ivan's site for information about A2SERVER and how it all works. There's a lot there and it's kind of evolved organically over the years just as the scripts themselves have, so it's going to be awhile before that information can be backfilled and perhaps organized into something you might call a user manual.

Such a manual should not be considered a replacement for Ivan's organic online documentation--those contents themselves represent Apple // history, if a relatively modern piece of it. As such they should be preserved as they are.

Developer note

To use the scripts on a server other than Ivan's, you'll want to export the shell variable A2SERVER_SCRIPT_URL to the base URL of this repository on your server. The base-URL should be slash-terminated. You can then run the following snippet:

wget -O a2server-setup ${A2SERVER_SCRIPT_URL}setup/index.txt; source a2server-setup

A simple method for installing from a local subdirectory is to cd to it and then type python -m SimpleHTTPServer. Then export A2SERVER_SCRIPT_URL to "http://localhost:8000/" or use the IP address of the host machine on your LAN.

You should probably export A2SERVER_SCRIPT_URL in your .bashrc or whatever file configures your development environment. Also be advised that as of version 1.24 of A2SERVER, you must use the snippet above.