Author: dom Date: 2010-08-14 11:04:23 +0100 (Sat, 14 Aug 2010) New Revision: 1292
Modified: utils/get-guide-versions Log: remove some guides
Modified: utils/get-guide-versions =================================================================== --- utils/get-guide-versions 2010-04-28 22:23:38 UTC (rev 1291) +++ utils/get-guide-versions 2010-08-14 10:04:23 UTC (rev 1292) @@ -9,29 +9,18 @@
my $out = "/srv/www/dev.openguides.org/html/static/versions.html";
-my %guides = ( Birmingham => 'http://birmingham.openguides.org/', - Cambridge => 'http://cambridge.openguides.org/', +my %guides = ( Cambridge => 'http://cambridge.openguides.org/', Cotswolds => 'http://cotswolds.openguides.org/', - Glasgow => 'http://glasgow.openguides.org/', - Lancaster => 'http://lancaster.openguides.org/', London => 'http://london.openguides.org/', - Manchester => 'http://manchester.openguides.org/', 'Randomness (London)' => 'http://london.randomness.org.uk/', 'Milton Keynes' => 'http://miltonkeynes.openguides.org/', - Norwich => 'http://norwich.openguides.org/', - Nottingham => 'http://nottingham.openguides.org/', Oxford => 'http://oxford.openguides.org/', 'Vegan Oxford' => 'http://the.earth.li/~kake/cgi-bin/openguides/vegan-oxford.cgi', 'Reading' => 'http://reading.openguides.org/', Southampton => 'http://southampton.openguides.org/', Vienna => 'http://vienna.openguides.org/', - Brussels => 'http://www.justbiit.com/cgi-bin/openguides/', + Brussels => 'http://brussels.openguides.org/', 'Montreal, QC' => 'http://montreal.openguides.org/', - 'Victoria, BC' => 'http://victoria.openguides.org/', - 'Boston, MA' => 'http://boston.openguides.org/', - 'Saint Paul, MN' => 'http://saintpaul.openguides.org/', - 'New York' => 'http://newyork.openguides.org/myguide/wiki.cgi', - 'The Tourist Engineer' => 'http://engineer.openguides.org/', );
my $ua = LWP::UserAgent->new(agent => "OpenGuides get-guide-versions");
openguides-commits@lists.openguides.org