chiark / gitweb /
mention older versions of the uploader
[ypp-sc-tools.db-live.git] / yarrg / web / upload
index 0cd7f702f563d0cc8ab1175c4a280fd6989df656..0f678b16161aadc9c7a4966633db9c78b9e3475c 100755 (executable)
@@ -35,8 +35,9 @@
 </%doc>
 <& 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";
 </%perl>
 <h1>Uploading to YARRG</h1>
 <p>
@@ -153,7 +154,7 @@ it is still possible to launch Puzzle Pirates <em>without</em> JPCTB
 (for example, in case the JPCTB client should cause any kind of
 problem).
 
-<h2>Authorship and source code</h2>
+<h2>Authorship, source code and other versions</h2>
 
 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.
 
 <p>
 
+The download directory contains some historical versions, which you
+can see here:
+<a href="<% $url_base_base %>/"><% $url_base_base %>/</a> .
+
+<p>
+
 The source code for the downloadable released binaries is in the
 <a href="<% $url_base %>/jpctb.tar.gz">Linux
 tarball</a>.  We maintain YARRG JPCTB in git, and you can get