From f276a86ab559f7800713f94bcda826d6783f46ab Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 12 Jun 2012 01:23:31 +0100 Subject: [PATCH] wip sort out Midnights --- yarrg/README.devel | 2 +- yarrg/web/devel | 2 +- yarrg/web/docs | 2 +- yarrg/web/footer | 2 +- yarrg/web/intro | 2 +- yarrg/web/pirate-island | 2 +- yarrg/web/profitable_trades | 2 +- yarrg/web/qtextstringcheck | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/yarrg/README.devel b/yarrg/README.devel index 6409300..bef470a 100644 --- a/yarrg/README.devel +++ b/yarrg/README.devel @@ -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. diff --git a/yarrg/web/devel b/yarrg/web/devel index d23e5f2..fa40d1b 100755 --- a/yarrg/web/devel +++ b/yarrg/web/devel @@ -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.

diff --git a/yarrg/web/docs b/yarrg/web/docs index 23ab733..82b2add 100755 --- a/yarrg/web/docs +++ b/yarrg/web/docs @@ -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(); diff --git a/yarrg/web/footer b/yarrg/web/footer index 75fcd15..33fe9ad 100644 --- a/yarrg/web/footer +++ b/yarrg/web/footer @@ -39,7 +39,7 @@ $isdevel => 0


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.

diff --git a/yarrg/web/intro b/yarrg/web/intro index a28bf0d..b7a3b5f 100755 --- a/yarrg/web/intro +++ b/yarrg/web/intro @@ -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.

diff --git a/yarrg/web/pirate-island b/yarrg/web/pirate-island index 67b4cfb..7f5b24e 100755 --- a/yarrg/web/pirate-island +++ b/yarrg/web/pirate-island @@ -17,6 +17,6 @@ $sth->execute(); <%init> use CommodsWeb; -db_setocean('Midnight'); +db_setocean('Cerulean'); db_connect(); diff --git a/yarrg/web/profitable_trades b/yarrg/web/profitable_trades index 313a04a..16e45b6 100644 --- a/yarrg/web/profitable_trades +++ b/yarrg/web/profitable_trades @@ -30,5 +30,5 @@ $sth->execute(); <%init> use CommodsWeb; -my $dbh= dbw_connect('Midnight'); +my $dbh= dbw_connect('Cerulean'); diff --git a/yarrg/web/qtextstringcheck b/yarrg/web/qtextstringcheck index 539abce..bb3fc31 100755 --- a/yarrg/web/qtextstringcheck +++ b/yarrg/web/qtextstringcheck @@ -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 -- 2.30.2