Author: dom Date: 2008-01-24 10:03:23 +0000 (Thu, 24 Jan 2008) New Revision: 1144
Modified: utils/get-guide-versions Log: add more guides
Modified: utils/get-guide-versions =================================================================== --- utils/get-guide-versions 2008-01-24 10:01:26 UTC (rev 1143) +++ utils/get-guide-versions 2008-01-24 10:03:23 UTC (rev 1144) @@ -10,6 +10,7 @@ my $out = "/srv/www/dev.openguides.org/html/static/versions.html";
my %guides = ( Birmingham => 'http://birmingham.openguides.org/', + Cambridge => 'http://cambridge.openguides.org/', Cotswolds => 'http://cotswolds.openguides.org/', Glasgow => 'http://glasgow.openguides.org/', Lancaster => 'http://lancaster.openguides.org/', @@ -21,13 +22,15 @@ 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/', '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/', + 'New York' => 'http://newyork.openguides.org/myguide/wiki.cgi', 'The Tourist Engineer' => 'http://engineer.openguides.org/', );
openguides-commits@lists.openguides.org