From: Ian Jackson Date: Sun, 22 Aug 2010 21:42:38 +0000 (+0100) Subject: mention older versions of the uploader X-Git-Tag: 6.6.4~12 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.main.git;a=commitdiff_plain;h=beeed05b2ac8ef5afe32fbe0f3c8a3dbf8fca67b mention older versions of the uploader --- diff --git a/yarrg/web/upload b/yarrg/web/upload index 0cd7f70..0f678b1 100755 --- a/yarrg/web/upload +++ b/yarrg/web/upload @@ -35,8 +35,9 @@ <& docshead &> <%perl> +my $url_base_base= 'http://yarrg.chiark.net/download/jpctb'; my $download_version= '0.9.1'; -my $url_base= 'http://yarrg.chiark.net/download/jpctb/'.$download_version; +my $url_base= "$url_base_base/$download_version";

Uploading to YARRG

@@ -153,7 +154,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 @@ -173,6 +174,12 @@ the MIT-style two-clause licence.

+The download directory contains some historical versions, which you +can see here: +<% $url_base_base %>/ . + +

+ The source code for the downloadable released binaries is in the Linux tarball. We maintain YARRG JPCTB in git, and you can get