X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=yarrg%2Fweb%2Fupload;h=db82c6910c88caf468fd3f93ded34a1019ce0d0b;hb=2fc281fdc41a5e7b97550cda3806c903b8a7ae9b;hp=5eff2c476b623a40d1759f289caf2b3229305566;hpb=217c3f380224552600f0698934849bce61b6650b;p=ypp-sc-tools.db-live.git diff --git a/yarrg/web/upload b/yarrg/web/upload index 5eff2c4..db82c69 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 +<% $url_base %>/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 +(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 @@ -149,7 +155,7 @@ it is still possible to launch Puzzle Pirates without JPCTB (for example, in case the JPCTB client 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 @@ -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 .