chiark / gitweb /
wip sort out Midnights
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 12 Jun 2012 00:23:31 +0000 (01:23 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 12 Jun 2012 00:23:31 +0000 (01:23 +0100)
yarrg/README.devel
yarrg/web/devel
yarrg/web/docs
yarrg/web/footer
yarrg/web/intro
yarrg/web/pirate-island
yarrg/web/profitable_trades
yarrg/web/qtextstringcheck

index 6409300edd590d677f612a4ecc80118b105ccd0c..bef470ae6ac844e71c5fd700287f954568edc4b4 100644 (file)
@@ -152,5 +152,5 @@ any such additional information.
 Contacting the yarrg server operator
 ------------------------------------
 
-Talk to Aristarchus on Midnight, or ask any officer of the crew
+Talk to Aristarchus on Cerulean, or ask any officer of the crew
 Special Circumstances, or email ijackson@chiark.greenend.org.uk.
index d23e5f2f441abc5d9f492a38d7a6ebc766d1e032..fa40d1bc066f0c06b207ccfdfcd98b1640cb41aa 100755 (executable)
@@ -160,7 +160,7 @@ your website to download the up to date code you are running.
 
 Email Ian Jackson ijackson (at) chiark.greenend.org.uk.  Or talk to
 any Fleet Officer or above of the crew Special Circumstances on the
-Midnight Ocean.
+Cerulean Ocean.
 
 <p>
 </div>
index 23ab7334ef6488ce185e4092d237629cf8c79f40..82b2adde2f2fc7e4133dbf2b26f97b53745f7d26 100755 (executable)
@@ -246,7 +246,7 @@ fact be possible.  In practice this is unlikely to be a problem!
 In the Voyage Trading Plan, YARRG indicates after the commodity name
 where in the YPP commodity UI each commodity can be found.  First
 comes the initial letter of the category:
-%     my $dbh= dbw_connect('Midnight');
+%     my $dbh= dbw_connect('Cerulean');
 %     my $getclasses= $dbh->prepare(
 %        "SELECT commodclass FROM commodclasses ORDER BY commodclass");
 %     $getclasses->execute();
index 75fcd156268ed9d9001d90c8a37b72b50c2c4c06..33fe9ad24663a685ab8bc51bd5f0609b636bf9d3 100644 (file)
@@ -39,7 +39,7 @@ $isdevel => 0
 <hr>
 <address>
 YARRG is Yet Another Revenue Research Gatherer, a project of the
-crew Special Circumstances on the Midnight Ocean
+crew Special Circumstances on the Cerulean Ocean
 and of the Sinister Greenend Organisation.
 <p>
 
index a28bf0d8dcd514bc5ddbdef404cbc657aae38d0a..b7a3b5fa39ecc528d6212dc2e0c81567a806fb9a 100755 (executable)
@@ -347,7 +347,7 @@ YARRG data (perhaps you don't like our colour choices)
 
 Email Ian Jackson ijackson (at) chiark.greenend.org.uk.  Or talk to
 any Fleet Officer or above of the crew Special Circumstances on the
-Midnight Ocean.
+Cerulean Ocean.
 <p>
 
 </div>
index 67b4cfbc531d8e6f4ad1b48b80655d7d13583041..7f5b24e66e893acd7f9f1a122c526bdb88ba5cae 100755 (executable)
@@ -17,6 +17,6 @@ $sth->execute();
 
 <%init>
 use CommodsWeb;
-db_setocean('Midnight');
+db_setocean('Cerulean');
 db_connect();
 </%init>
index 313a04ae6928165711ebe8034ad8d1a3c376b74c..16e45b6e9ffdccde4ba870df5d49a076b0e793a6 100644 (file)
@@ -30,5 +30,5 @@ $sth->execute();
 
 <%init>
 use CommodsWeb;
-my $dbh= dbw_connect('Midnight');
+my $dbh= dbw_connect('Cerulean');
 </%init>
index 539abce6a550d8387c0171b845ef20b50b0d651c..bb3fc31730293b44d4124ed751379ddf4850f791 100755 (executable)
@@ -33,7 +33,7 @@
  text string parsers/checkers like check_routestring.
 
 # typical url for this script:
-#  http://www.chiark.greenend.org.uk/ucgi/~clareb/mason/pirates/qtextstring?what=routestring?format=json&ocean=Midnight&string=d
+#  http://www.chiark.greenend.org.uk/ucgi/~clareb/mason/pirates/qtextstring?what=routestring?format=json&ocean=Cerulean&string=d
 
 </%doc>