Commit Graph

106 Commits

Author SHA1 Message Date
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
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
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
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
9b23c44b00 Bump version ahead of where Ivan is just in case 2015-11-12 11:05:02 -08:00
T. Joseph Carter
2f6f4ddb12 Remove some dead code 2015-11-01 15:24:00 -08:00
T. Joseph Carter
c2deff81ae Re-indent the scripts a bit to match expectations
Notably this may cause issues diffing adtpro.sh.txt against the
upstreadm adtpro.sh script.  Ours had mixed coding styles, and I figured
having to diff with whitespace ignored was a better solution than
dealing with mixed styles either in the file or in the tree for the
majority of people who aren't likely using the same editor I am.
2015-10-30 05:52:22 -07:00
T. Joseph Carter
cf4bc9ea92 Remove trailing whitespace from lines 2015-10-30 05:38:31 -07:00
T. Joseph Carter
b07ab9faad Add modelines 2015-10-30 05:34:48 -07:00
T. Joseph Carter
e2623cbcf9 Clean up URLs, add A2CLOUD_SCRIPT_URL
You can now replace http://appleii.ivanx.com/a2cloud/ for script
downloads just as you can with A2SERVER by setting A2CLOUD_SCRIPT_URL in
your shell's environment.  As with A2SERVER, this doesn't affect the
canned files in http://appleii.ivanx.com/a2cloud/files/ because these
aren't really part of the source code.  Certainly it makes sense to
mirror these, but GitHub isn't the place to do that.

Adding everything to the tree was a more manual process than it was for
A2SERVER because there are a lot mroe files in Ivan's tree, and they're
not all used anymore.  More commits were made in the process, but the
end result is that I don't have to go back and spend a bunch of time
undoing my changes for all the URLs that I shouldn't have changed it in
the first place.  Also, it gave me a chance to read through the A2CLOUD
setup script, which was a needed exercise.

Still needed is cleaning up of whitespace to ensure everything is
consistent and adding modelines for vim (and humans who need to know how
to set up editors that aren't vim.)  Those can come as batch commits,
and will follow soon.
2015-10-30 05:12:47 -07:00
T. Joseph Carter
6f8f03e9ae Missed adding raspbian-update to source tree 2015-10-30 05:11:37 -07:00
T. Joseph Carter
c99aac3a2d Missed adding adtpro-start to source tree 2015-10-30 05:09:06 -07:00
T. Joseph Carter
015904c4a7 Add shk2image to source tree 2015-10-30 05:02:02 -07:00
T. Joseph Carter
a6f3957834 Add linapple script to source tree 2015-10-30 05:00:38 -07:00
T. Joseph Carter
e3218aa8f3 Add GSPort scripts to source tree 2015-10-30 04:58:34 -07:00
T. Joseph Carter
7f2bb07c2f Add kegs scripts to source tree 2015-10-30 04:57:07 -07:00
T. Joseph Carter
99e870238d Add a2chat to source tree 2015-10-30 04:48:33 -07:00
T. Joseph Carter
82eb52db9f Add a2news to source tree 2015-10-30 04:47:35 -07:00
T. Joseph Carter
5d8a661220 Add ttyusbhandler to source tree 2015-10-30 04:24:15 -07:00
T. Joseph Carter
1407719d23 Add usbgetty to source tree 2015-10-30 04:22:38 -07:00
T. Joseph Carter
8175073b37 Add term to source tree 2015-10-30 04:22:08 -07:00
T. Joseph Carter
6d9f608dd0 Add baud to source tree 2015-10-30 04:13:31 -07:00
T. Joseph Carter
be6c1656a1 Add dos2pro to source tree 2015-10-30 04:05:25 -07:00
T. Joseph Carter
20724b4a70 Add mkpo to source tree 2015-10-30 04:04:28 -07:00
T. Joseph Carter
c05335ae97 Add acmd.sh to source tree 2015-10-30 04:02:05 -07:00
T. Joseph Carter
3e5367e4f3 Add vsd.sh to source tree 2015-10-30 04:01:52 -07:00
T. Joseph Carter
edac6b3c61 Add adtpro.sh to source tree 2015-10-30 04:00:40 -07:00
T. Joseph Carter
6f3837091e Add a2cloudrc to source tree 2015-10-30 03:57:53 -07:00
T. Joseph Carter
1b09c5e525 Add a2cloud-aliases to source tree 2015-10-30 03:56:39 -07:00
T. Joseph Carter
b81272d54b Add MOTD files to source tree 2015-10-30 03:52:45 -07:00
T. Joseph Carter
9378d991a7 Add a2cloud-help to source tree 2015-10-30 03:51:13 -07:00
T. Joseph Carter
cd8f6c384f Add cppo to source tree 2015-10-30 03:49:39 -07:00
T. Joseph Carter
02ef3e299f Add dopo to source tree 2015-10-30 03:49:23 -07:00
T. Joseph Carter
6554d79f69 Copy the archive setup.txt to the source tree 2015-10-30 03:38:11 -07:00
T. Joseph Carter
a47744dd07 Er, put supdir in right place 2015-10-28 16:27:15 -07:00
T. Joseph Carter
373fe534d2 setup.txt is a symlink in Ivan's tree 2015-10-28 15:53:10 -07:00
T. Joseph Carter
09d150c4a2 Add A2CLOUD's setup script to the archive 2015-10-28 15:50:11 -07:00