From: Ian Jackson Date: Sun, 22 Aug 2010 21:38:42 +0000 (+0100) Subject: add variables for urls in upload page and set version to 0.9.1 X-Git-Tag: 6.6.4~13 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-live.git;a=commitdiff_plain;h=7547cacb289da215bd7ba5a555dc7ba07032f347;ds=sidebyside add variables for urls in upload page and set version to 0.9.1 --- diff --git a/yarrg/web/upload b/yarrg/web/upload index 5eff2c4..0cd7f70 100755 --- a/yarrg/web/upload +++ b/yarrg/web/upload @@ -34,6 +34,10 @@ <& docshead &> +<%perl> +my $download_version= '0.9.1'; +my $url_base= 'http://yarrg.chiark.net/download/jpctb/'.$download_version; +

Uploading to YARRG

@@ -84,7 +88,7 @@ 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
@@ -97,7 +101,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 @@ -170,7 +174,7 @@ the MIT-style two-clause licence.

    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.