X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=yarrg%2Fweb%2Fupload;h=db82c6910c88caf468fd3f93ded34a1019ce0d0b;hb=2fc281fdc41a5e7b97550cda3806c903b8a7ae9b;hp=0cd7f702f563d0cc8ab1175c4a280fd6989df656;hpb=7547cacb289da215bd7ba5a555dc7ba07032f347;p=ypp-sc-tools.db-live.git diff --git a/yarrg/web/upload b/yarrg/web/upload index 0cd7f70..db82c69 100755 --- a/yarrg/web/upload +++ b/yarrg/web/upload @@ -35,8 +35,9 @@ <& docshead &> <%perl> -my $download_version= '0.9.1'; -my $url_base= 'http://yarrg.chiark.net/download/jpctb/'.$download_version; +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

@@ -90,7 +91,8 @@ report the problem to us, not to Three Rings. Download <% $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
 
@@ -153,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 @@ -173,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 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 .