chiark / gitweb /
Look for master-info-v2.txt not master-info-2.txt
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 10 Sep 2009 12:59:16 +0000 (13:59 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 10 Sep 2009 12:59:16 +0000 (13:59 +0100)
yarrg/Commods.pm
yarrg/README.privacy
yarrg/web/devel
yarrg/web/intro

index 860510e33835e5e1e574ab429862f0563ecf7c2a..7e7b5ccbe33735a1dc0168c49c78f27c5a2e56a1 100644 (file)
@@ -178,7 +178,7 @@ sub parse_info1 ($$) {
 sub parse_info_clientside () {
     my $yarrg= $ENV{'YPPSC_YARRG_DICT_UPDATE'};
     return unless $yarrg;
-    my $master= fetch_with_rsync("info-$masterinfoversion");
+    my $master= fetch_with_rsync("info-v$masterinfoversion");
     parse_info1($master,'s');
     my $local= '_local-info.txt';
     if (stat $local) {
index d9f8b60d3c93368c6e501561e0eb60486496f189..188a657113fb615db2a4910f91266d2298c74e79 100644 (file)
@@ -17,12 +17,12 @@ These servers records everyone's uploads of commodity prices and
 allows you to search for routes using the PCTB and YARRG websites.
 (*NB* currently the YARRG website is still under development.)
 
-The YARRG data upload server may also distribute the uploaded data to
+The YARRG data upload server may also distributes the uploaded data to
 other searching site operators for inclusion in their databases; your
 IP address is not passed on to those other operators.
 
 We upload to the PCTB and YARRG servers if you select one of the
---upload options, and not otherwise - but note that this is the
+--upload options, and not otherwise - but not that this is the
 default.
 
 We also query the PCTB server to determine possible island names, if
index 7e02d4c38e51cdb6af68a0eed9a1d6f44e685831..0214ab57a6fee36ed6243ed6772ed17d6af98d9e 100755 (executable)
@@ -63,11 +63,9 @@ Note that there is <strong>NO WARRANTY</strong> !
 
 <h3>Source code</h3>
 
-<kbd>git-clone http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/.git/</kbd><br>
-obtains the source code of the latest version released for use as a
-client, which you can also find
-<a href="http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/">as
-an unpacked tree</a>
+<kbd>git-clone http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/</kbd><br>
+obtains the source code of the latest release, which you can also find
+<a href="http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/">as an unpacked tree</a>
 
 <p><a href="source.tar.gz">Live website source code</a> can
 be downloaded, in case we have made changes but not yet pushed them
index 5b3af6e22ed2afb856d950496210d98401c0d668..ba851fcbcaecd33950a5579eece6d73c9a8c0f6e 100755 (executable)
@@ -74,9 +74,9 @@ The YARRG upload client uploads both to YARRG and to the
 
 The current official version of YARRG for use as an upload
 client can browsed here:
- <a href="http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/">http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/</a>
+ <a href="/~ijackson/ypp-sc-tools/master/">http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/</a>
 See particularly the
-<a href="http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/yarrg/README">YARRG README</a>.
+<a href="/~ijackson/ypp-sc-tools/master/yarrg/README">YARRG README</a>.
 
 <p>
 To install the client, install the `git' version control system