From 7547cacb289da215bd7ba5a555dc7ba07032f347 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 22 Aug 2010 22:38:42 +0100 Subject: [PATCH] add variables for urls in upload page and set version to 0.9.1 --- yarrg/web/upload | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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. -- 2.30.2