X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=yarrg%2Fweb%2Fupload;h=f6e0fce843ec0f4d67154fac767429caf7d475a4;hb=e428aea897f4bd2004a20fca6129aa328f096b2c;hp=5eff2c476b623a40d1759f289caf2b3229305566;hpb=217c3f380224552600f0698934849bce61b6650b;p=ypp-sc-tools.main.git diff --git a/yarrg/web/upload b/yarrg/web/upload index 5eff2c4..f6e0fce 100755 --- a/yarrg/web/upload +++ b/yarrg/web/upload @@ -34,6 +34,11 @@ <& docshead &> +<%perl> +my $url_base_base= 'http://yarrg.chiark.net/download/jpctb'; +my $download_version= 'test'; +my $url_base= "$url_base_base/$download_version"; +

Uploading to YARRG

@@ -84,9 +89,10 @@ report the problem to us, not to Three Rings.

Installing and running on Linux

Download -http://yarrg.chiark.net/download/jpctb/test/jpctb.tar.gz -and unpack it. You run it from the command line. Change -to the directory where you unpacked the tarball above, and then run +<% $url_base %>/jpctb.tar.gz +and unpack it. You run jpctb from the command line. Change +(cd) to the top level jpctb directory +which was created when you unpacked the tarball, and then run
 ./jpctb /path/to/yohoho/yohoho
 
@@ -97,7 +103,7 @@ ordinary Puzzle Pirates startup script, which is normally

Installing on Windows

Download -http://yarrg.chiark.net/download/jpctb/test/jpctb-setup.exe +<% $url_base %>/jpctb-setup.exe and double-click on it. It will either:
  1. Just work, in which case you'll have a new icon on your desktop which @@ -141,22 +147,22 @@ core game functionality which would make cheating possible.

    -JPCTB works by running an unmodified copy of the YPP client but with -a separate JVM (Java Virtual Machine) configured to use the -appropriate accessibility plugin. We do this (rather than configuring -the computer's main JVM to use the JPCTB accessibility plugin) so that -it is still possible to launch Puzzle Pirates without JPCTB -(for example, in case the JPCTB client should cause any kind of -problem). +JPCTB runs the unmodified Puzzle Pirates game, but with a separate +copy of your system's JVM (Java Virtual Machine); that copy of the JVM +is configured to use the JPCTB accessibility plugin. We do this +(rather than configuring the computer's main JVM to use the +accessibility plugin) to avoid interfering with other uses of Java on +your computer - in particular, so that it is always possible to launch +Puzzle Pirates without JPCTB (for example, in case the plugin +should cause any kind of problem). -

    Authorship and source code

    +

    Authorship, source code and other versions

    Thanks to Burninator for writing the core of the JPCTB client. Ian Jackson and Owen Dunn adapted it to improve the installation setup (in -particular, to more completely avoid modifying the YPP client's -startup files, which Three Rings unsurprisingly objected to). Owen -Dunn added support for uploading to YARRG, updated the build system, -and wrote a Windows installer. +particular, to avoid modifying any of the YPP client's startup files). +Owen Dunn added support for uploading to YARRG, updated the build +system, and wrote a Windows installer.

    @@ -169,11 +175,18 @@ the MIT-style two-clause licence.

    +The download directory can contains other versions (eg unreleased test +versions), which you can see here: + <% $url_base_base %>/ . + +

    + The source code for the downloadable released binaries is in the -Linux +Linux tarball. We maintain YARRG JPCTB in git, and you can get source code for recent and perhaps unreleased versions from -git://git.yarrg.chiark.net/jpctb.git. +git://git.yarrg.chiark.net/jpctb.git and/or +git://git.chiark.greenend.org.uk/~ijackson/jpctb.git .