Changeset 1292
- Timestamp:
- Aug 14, 2010, 11:04:23 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/get-guide-versions
r1144 r1292 10 10 my $out = "/srv/www/dev.openguides.org/html/static/versions.html"; 11 11 12 my %guides = ( Birmingham => 'http://birmingham.openguides.org/', 13 Cambridge => 'http://cambridge.openguides.org/', 12 my %guides = ( Cambridge => 'http://cambridge.openguides.org/', 14 13 Cotswolds => 'http://cotswolds.openguides.org/', 15 Glasgow => 'http://glasgow.openguides.org/',16 Lancaster => 'http://lancaster.openguides.org/',17 14 London => 'http://london.openguides.org/', 18 Manchester => 'http://manchester.openguides.org/',19 15 'Randomness (London)' => 'http://london.randomness.org.uk/', 20 16 'Milton Keynes' => 'http://miltonkeynes.openguides.org/', 21 Norwich => 'http://norwich.openguides.org/',22 Nottingham => 'http://nottingham.openguides.org/',23 17 Oxford => 'http://oxford.openguides.org/', 24 18 'Vegan Oxford' => 'http://the.earth.li/~kake/cgi-bin/openguides/vegan-oxford.cgi', … … 26 20 Southampton => 'http://southampton.openguides.org/', 27 21 Vienna => 'http://vienna.openguides.org/', 28 Brussels => 'http:// www.justbiit.com/cgi-bin/openguides/',22 Brussels => 'http://brussels.openguides.org/', 29 23 'Montreal, QC' => 'http://montreal.openguides.org/', 30 'Victoria, BC' => 'http://victoria.openguides.org/',31 'Boston, MA' => 'http://boston.openguides.org/',32 'Saint Paul, MN' => 'http://saintpaul.openguides.org/',33 'New York' => 'http://newyork.openguides.org/myguide/wiki.cgi',34 'The Tourist Engineer' => 'http://engineer.openguides.org/',35 24 ); 36 25
Note: See TracChangeset
for help on using the changeset viewer.