Commit Graph

222 Commits

Author SHA1 Message Date
T. Joseph Carter cfbe5c2794 setup.txt: Fix all but one ivanx hardcoded URL 2016-04-08 01:13:34 -07:00
T. Joseph Carter 660eb80ec8 setup.txt: SCRIPT/BINARY URL change like A2SERVER 2016-04-06 14:19:38 -07:00
T. Joseph Carter c94853ef0c setup.txt: Clean/comment emulator installs 2016-04-06 14:16:05 -07:00
T. Joseph Carter 7da9bf63ac setup.txt: Missed a piece of A2Pi 2016-04-05 15:39:44 -07:00
T. Joseph Carter 66d67df3c6 setup.txt: Finish cleanup of GSPort
I'd begun cleaning up GSPort in a branch before we decided to drop A2Pi
and KEGS from the A2CLOUD installer.  Doing that caused the mainline
tree and my branch to differ, so I've been cleaning them both up to work
exactly the same way.  That's done now, only the branch's ### more
searchable comments are different between the two emulator installations
now.

Couldn't just merge the files because there are other changes in the
branch we don't want now, or possibly at all, so I had to do it by
balancing the trees back and forth until the part I was working on was
consistent across both.

I'll probably bring across the searchable comments next, not because
they affect anything, but because they'll assist making sure nothing is
lost as we're working quickly for a Jessie release.
2016-04-05 01:02:54 -07:00
T. Joseph Carter 546deb63d9 setup.txt: Clean up GSPort installation a little 2016-04-05 00:46:03 -07:00
T. Joseph Carter 6422658d43 setup.txt: missed a test -f that should be a hash 2016-04-05 00:25:19 -07:00
T. Joseph Carter 6c59cae33b setup.txt: Change most command -v's to hash
This is a change made in A2SERVER already--the choice between the which,
command -v, type, and hash...  The problem is that POSIX defines none of
these so consistently that you can depend on one of them to work.  We
happen to use bash specifically, which gives us an advantage in that
bash's behavior is well-defined.

For us, hash is the best way to find out whether or not a command exists
as it turns out.  So that's what we'll use.
2016-04-04 23:47:45 -07:00
T. Joseph Carter e57b75c952 setup.txt: Version change for upcoming 1.9.0 2016-04-03 18:08:43 -07:00
T. Joseph Carter 762e24ef1a setup.txt: Add wheezy/jessie detection 2016-04-03 16:54:07 -07:00
T. Joseph Carter cdd613f757 kegs*: Remove kegs scripts we no longer need/use 2016-04-03 16:34:02 -07:00
T. Joseph Carter cbe9548964 setup.txt: Remove A2Pi from installer flow 2016-04-03 16:01:43 -07:00
T. Joseph Carter 91809be8d4 setup.txt: Remove KEGS outright
Bye bye KEGS!  You'll be remembered.  But GSPort is a pure superset and
you're now a defunct project, so it's time for us to move on.
2016-04-03 15:48:49 -07:00
T. Joseph Carter 87e27f8209 setup.txt: replace writecharsHex with dd 2016-04-03 04:26:01 -07:00
T. Joseph Carter ac54df546e setup.txt: Remove KEGS for new installations
GSPort truly does replace it now.  I was going to make it not installed
by default, but still optional.  Ivan thinks it's truly no longer
necessary.  He's right, it's not.
2016-04-03 03:27:57 -07:00
T. Joseph Carter 4d95c2e0ac setup.txt: We want gsport still 2016-04-03 03:13:20 -07:00
T. Joseph Carter 6228e52b06 setup.txt: Remove (comment) A2Pi :(
There are a number of issues regarding A2Pi at the moment:

1. The default A2Pi config or anything resembling it does not presently
   work on Raspberry Pi 3 model B at all due to an upstream bug.

2. The default A2Pi config may not make sense anymore because it was
   really tailored for the Apple II Pi card.  This is a cool device that
   looks like a modified Super Serial Card, but connects your Pi as an
   interal part of your Apple //!  Of course, you can't currently get
   one, it wouldn't be able to power Pi 2/3, etc.

3. Parts of A2Pi like the apple2 user are not updated for Raspbian
   jessie at this time

4. We initially planned one more wheezy release, with me working on
   jessie stuff in the background that was more major and structural in
   nature.  I sort of planned to spin A2Pi out of A2CLOUD during that
   rework and promoting it to its own thing within RasppleII's
   ecosystem.  That way delays in development of either project would
   not hold things back for the other, and because cutting A2CLOUD down
   to size a bit would really make A2CLOUD easier to develop too.

The combination of needing a new release, the sudden dropping of wheezy
support, and the pile of new Pi releases is kinda hurting us a little.
We have a definite regression for A2Pi any way we look at it because of
the Pi3 bug.  :(  And we need to move to Jessie now.

If you're using A2Pi now, this change shouldn't affect you.  A2Pi is
updated through Debian package mechanisms at the moment, so removing the
initial setup from A2CLOUD shouldn't affect existing users on wheezy,
even if they run the next release of the A2CLOUD installer script.  If
you don't have it, this version won't install it for you.

Hopefully we can get back to it soon--I actually use it, so for me it's
a missing feature!  :)
2016-04-03 02:46:58 -07:00
T. Joseph Carter 9eeb44b7c9 Merge branch 'master' of https://github.com/RasppleII/a2cloud 2016-02-05 16:10:36 -08:00
T. Joseph Carter 4d9990cd91 gsport-setup: If run as kegs-setup, sets kegs=1 2016-02-03 21:42:41 -08:00
Ivan X 17872f2bbf only mentions cppo on help screen if it's installed 2016-02-02 07:37:04 -05:00
Ivan X ac3a35a68e don't copy metadata or resource forks into non-ProDOS disk image 2016-02-02 01:50:14 -05:00
Ivan X c61f6ebb3b auto-detect AppleDouble file or Nulib2 extended filename; remove -ad and -f 2016-02-02 00:41:01 -05:00
Ivan X e3a0bd40d4 support nulib2 extended filenames for metadata and extended files
bit conversion bug fix
2016-02-01 20:51:03 -05:00
Ivan X 109462c5a6 acmd can find AppleCommander in /usr/local/bin, not only in ADTPro
offers to download and install Java if needed (OS X, and Linux with apt-get)
downloads AppleCommander jarfile to /usr/local/bin if not installed
OS X (and probably BSD) compatibility for -ad option
2016-01-31 09:55:13 -05:00
Ivan X b5e430819f acmd supports both standard and extended AppleDouble files 2016-01-27 22:50:02 -05:00
T. Joseph Carter 7ada5a8bca Merge branch 'master' of https://github.com/RasppleII/a2cloud 2016-01-27 18:58:24 -08:00
Ivan X da08d8249c new acmd -ad option copies AppleDouble extended file into image 2016-01-27 08:54:09 -05:00
T. Joseph Carter bdfbbe61c3 Merge branch 'master' of https://github.com/RasppleII/a2cloud 2016-01-23 11:07:30 -08:00
Ivan X a9120efa39 added gsport and kegs launcher scripts, with downloads from rawgit.com 2016-01-23 12:23:04 -05:00
Ivan X 358c9a3d6d added gsport-setup.txt and kegs-setup.txt launcher scripts to repo 2016-01-23 11:10:23 -05:00
T. Joseph Carter 695eeec4d9 setup.txt: Remove some dead code 2016-01-20 07:52:26 -08:00
T. Joseph Carter d3bf03680f setup.txt/changelog: Version to 1.8.3
Very minor changes here, let's not be overly ambitious with the version
push just yet.
2016-01-20 07:44:12 -08:00
T. Joseph Carter 17b13fa9b4 setup.txt: Make 7-bit
There were just a few UTF-8 characters in the changelog section of
setup.txt, so I changed those to ASCII characters.  Sticking with 7-bit
ASCII is probably a good idea for anything that is specifically related
to the Apple // series because there's a possibility it might be viewed
ON such a machine via terminal emulator or something.  Updated Changelog
accordingly.
2016-01-19 05:08:30 -08:00
T. Joseph Carter f97f6b1b2a Merge branch 'master' into jessie 2016-01-11 06:11:17 -08:00
T. Joseph Carter e53ea4ac8e Revert "setup.txt: Disable everything"
This reverts commit 82b9d9d13d.  Different
idea about how things should be done.
2016-01-11 06:10:50 -08:00
T. Joseph Carter a4444bfd32 docs/ivanx: Delete, see RasppleII/orig-archive
Having an outdated copy of the source code in a subdir of the source
code was proving to be annoying--it's bitten both Ivan and I a time or
two, and we have a GitHub organization to put repositories for these
kinds of things.  As such, this stuff is neither needed nor particularly
desirable where it is.  It lives on here:

<https://github.com/RasppleII/orig-archive/>
2016-01-02 17:57:18 -08:00
T. Joseph Carter 82b9d9d13d setup.txt: Disable everything
Most of this script works fine for jessie, but some of it doesn't and
the script is actually quite long and complex.  Ivan notes he found it
easier to develop it as a cohesive unit that didn't need to worry about
semaphores after doing A2SERVER, and that's obviously going to be
particularly true since he was the only one working on it at the time.

Well, now that's changing we'll want a little more structure.  I won't
be breaking things out into their own files right now, but I'm going to
begin organizing things based on where they should go as I re-enable
them.

Basically, we'll port to jessie block-by-block.
2015-12-14 00:21:45 -08:00
T. Joseph Carter 0667ebe009 Fix typo. 2015-12-13 09:41:13 -08:00
T. Joseph Carter f6ecf674d2 Specify license terms for A2CLOUD 2015-12-13 09:26:59 -08:00
T. Joseph Carter 60377b7e6b Debian changelogs are new-to-old 2015-12-13 08:46:54 -08:00
T. Joseph Carter ab9428bbeb More changelog.txt updates 2015-11-25 14:09:27 -08:00
T. Joseph Carter 35c18b4ced Update changelog.txt 2015-11-25 14:06:26 -08:00
T. Joseph Carter c939de8c32 Merge branch 'master' of https://github.com/rasppleii/a2cloud 2015-11-25 14:04:51 -08:00
T. Joseph Carter c7431dbf52 setup.txt: Use Apple first, archive.org backup 2015-11-25 14:04:18 -08:00
T. Joseph Carter c74c1af3b7 setup.txt: That should do it for paths 2015-11-23 18:03:15 -08:00
T. Joseph Carter 6897a33672 setup.txt: Search path to populate .desktop files 2015-11-23 15:27:33 -08:00
T. Joseph Carter d79a6d7714 setup.txt: depend less on hardcoded paths 2015-11-23 14:16:22 -08:00
T. Joseph Carter 20815bf010 adtpro.sh: Only delay when started interactively 2015-11-20 13:21:38 -08:00
T. Joseph Carter e943aa7823 setup.txt: Use deb of unar if it exists (jessie+) 2015-11-17 16:22:26 -08:00
T. Joseph Carter 2718d81572 Added changelog.txt (Debian format) 2015-11-12 21:53:56 -08:00