Author: kake
Date: 2013-03-17 08:25:04 +0000 (Sun, 17 Mar 2013)
New Revision: 1464
Modified:
website/publish/
website/publish/css/openguides.css
website/publish/gone.shtml
website/publish/includes/latest_news.inc
website/publish/news.shtml
website/publish/release_notes.shtml
Log:
Merge website changes to publish.
Property changes on: website/publish
___________________________________________________________________
Modified: svn:mergeinfo
- /website/preview:1265-1277,1284-1331,1397-1444
+ /website/preview:1265-1277,1284-1331,1397-1463
Modified: website/publish/css/openguides.css
===================================================================
--- website/publish/css/openguides.css 2013-03-17 08:22:37 UTC (rev 1463)
+++ website/publish/css/openguides.css 2013-03-17 08:25:04 UTC (rev 1464)
@@ -214,19 +214,21 @@
.version,
.version_details,
.version_details_grey,
-.version_details_grey_latest
+.version_details_grey_latest,
+.version_details_latest
{
padding: 5px;
}
.version_details_grey,
.version_details_grey_latest,
-.release_links
+.release_links_grey
{
background: #dedede; color: #000;
}
-.version_details_grey_latest
+.version_details_grey_latest,
+.version_details_latest
{
border-top: 1px solid #000;
border-bottom: 1px solid #000;
Property changes on: website/publish/gone.shtml
___________________________________________________________________
Modified: svn:mergeinfo
- /website/preview/gone.shtml:1276-1277,1284-1331,1397-1444
+ /website/preview/gone.shtml:1276-1277,1284-1331,1397-1463
Modified: website/publish/includes/latest_news.inc
===================================================================
--- website/publish/includes/latest_news.inc 2013-03-17 08:22:37 UTC (rev 1463)
+++ website/publish/includes/latest_news.inc 2013-03-17 08:25:04 UTC (rev 1464)
@@ -1,24 +1,15 @@
<!-- begin latest_news -->
<div class="news_date">
-August 27, 2012
+March 17, 2013
</div>
-<p>Version 0.70 of OpenGuides was released yesterday. The changes
-include an upgrade to version 0.4 of the Leaflet mapping library; this
-was done in order to allow use of <a
-href="https://github.com/shramov/leaflet-plugins">Pavel Shramov's
-Leaflet plugins</a> (in particular, the Google satellite view plugin
-used on <a href="http://croydon.randomness.org.uk/">the Completists'
-Guide to Croydon</a>).</p>
+<p>Version 0.71 of OpenGuides was released yesterday. The main
+user-visible change is that category/locale index maps now have the
+scale superimposed on the map. There are also several Debian-related
+fixes to the tests and the install process.</p>
-<p>The other main changes are to do with formatting and display of
-node content. External links are now given a class of "external",
-rather than being formatted with hardcoded square brackets. New
-elements are allowed in page content: span, dl, dt, and dd. Finally,
-a new macro has been added — @INDEX_LIST_NO_PREFIX — which
-gives a list of things in a given category or locale but leaves off
-the "Category" or "Locale" prefix for any subcategories/sublocales in
-that list.</p>
+<p>In addition, the OpenGuides code repository has been moved from svn
+<a href="https://github.com/OpenGuides/OpenGuides">to github</a>.</p>
<!-- end latest_news -->
Modified: website/publish/news.shtml
===================================================================
--- website/publish/news.shtml 2013-03-17 08:22:37 UTC (rev 1463)
+++ website/publish/news.shtml 2013-03-17 08:25:04 UTC (rev 1464)
@@ -30,6 +30,27 @@
<!--#include virtual="includes/latest_news.inc" -->
<div class="news_date">
+August 27, 2012
+</div>
+
+<p>Version 0.70 of OpenGuides was released yesterday. The changes
+include an upgrade to version 0.4 of the Leaflet mapping library; this
+was done in order to allow use of <a
+href="https://github.com/shramov/leaflet-plugins">Pavel Shramov's
+Leaflet plugins</a> (in particular, the Google satellite view plugin
+used on <a href="http://croydon.randomness.org.uk/">the Completists'
+Guide to Croydon</a>).</p>
+
+<p>The other main changes are to do with formatting and display of
+node content. External links are now given a class of "external",
+rather than being formatted with hardcoded square brackets. New
+elements are allowed in page content: span, dl, dt, and dd. Finally,
+a new macro has been added — @INDEX_LIST_NO_PREFIX — which
+gives a list of things in a given category or locale but leaves off
+the "Category" or "Locale" prefix for any subcategories/sublocales in
+that list.</p>
+
+<div class="news_date">
July 11, 2012
</div>
@@ -265,7 +286,7 @@
<p>
<a href="http://london.openguides.org/">The Open Guide to
London</a> (in its earlier incarnation as "Grubstreet") was <a
-href="http://www.guardian.co.uk/online/story/0,3605,975131,00.html">mentioned
+href="http://web.archive.org/web/20050309220219/http://www.guardian.co.uk/online/…">mentioned
in the <em>Guardian</em>'s "Online" section</a>.
</p>
Modified: website/publish/release_notes.shtml
===================================================================
--- website/publish/release_notes.shtml 2013-03-17 08:22:37 UTC (rev 1463)
+++ website/publish/release_notes.shtml 2013-03-17 08:25:04 UTC (rev 1464)
@@ -37,15 +37,20 @@
</tr>
<tr>
- <th scope="row" class="version_latest"><a name="0.70">0.70</a></th>
- <td class="version_details_grey_latest">Allow span, dl, dt, dd in page
+ <th scope="row" class="version_latest"><a name="0.71">0.71</a></th>
+ <td class="version_details_latest">Add scale to maps; implement Debian-related fixes to tests and install process.</td>
+ <td class="release_links">
+ <a href="http://cpan.metacpan.org/authors/id/B/BO/BOB/OpenGuides-0.71.tar.gz">download</a>,
+ <a href="https://metacpan.org/release/BOB/OpenGuides-0.71">view</a>,
+ <a href="https://metacpan.org/source/BOB/OpenGuides-0.71/">browse</a></td>
+ </tr>
+
+ <tr>
+ <th scope="row" class="version"><a name="0.70">0.70</a></th>
+ <td class="version_details_grey" colspan="2">Allow span, dl, dt, dd in page
content; format external links with CSS; update to Leaflet version 0.4;
meta descriptions for map/list index pages; @INDEX_LIST_NO_PREFIX
macro.</td>
- <td class="release_links">
- <a href="http://cpan.metacpan.org/authors/id/B/BO/BOB/OpenGuides-0.70.tar.gz">download</a>,
- <a href="https://metacpan.org/release/BOB/OpenGuides-0.70">view</a>,
- <a href="https://metacpan.org/source/BOB/OpenGuides-0.70/">browse</a></td>
</tr>
<tr>
Author: kake
Date: 2013-03-17 08:22:37 +0000 (Sun, 17 Mar 2013)
New Revision: 1463
Modified:
website/preview/css/openguides.css
website/preview/includes/latest_news.inc
website/preview/news.shtml
website/preview/release_notes.shtml
Log:
Add news of latest release (and update CSS to cope with this), replace broken link in old news with Wayback Machine version.
Modified: website/preview/css/openguides.css
===================================================================
--- website/preview/css/openguides.css 2013-03-16 14:15:06 UTC (rev 1462)
+++ website/preview/css/openguides.css 2013-03-17 08:22:37 UTC (rev 1463)
@@ -214,19 +214,21 @@
.version,
.version_details,
.version_details_grey,
-.version_details_grey_latest
+.version_details_grey_latest,
+.version_details_latest
{
padding: 5px;
}
.version_details_grey,
.version_details_grey_latest,
-.release_links
+.release_links_grey
{
background: #dedede; color: #000;
}
-.version_details_grey_latest
+.version_details_grey_latest,
+.version_details_latest
{
border-top: 1px solid #000;
border-bottom: 1px solid #000;
Modified: website/preview/includes/latest_news.inc
===================================================================
--- website/preview/includes/latest_news.inc 2013-03-16 14:15:06 UTC (rev 1462)
+++ website/preview/includes/latest_news.inc 2013-03-17 08:22:37 UTC (rev 1463)
@@ -1,24 +1,15 @@
<!-- begin latest_news -->
<div class="news_date">
-August 27, 2012
+March 17, 2013
</div>
-<p>Version 0.70 of OpenGuides was released yesterday. The changes
-include an upgrade to version 0.4 of the Leaflet mapping library; this
-was done in order to allow use of <a
-href="https://github.com/shramov/leaflet-plugins">Pavel Shramov's
-Leaflet plugins</a> (in particular, the Google satellite view plugin
-used on <a href="http://croydon.randomness.org.uk/">the Completists'
-Guide to Croydon</a>).</p>
+<p>Version 0.71 of OpenGuides was released yesterday. The main
+user-visible change is that category/locale index maps now have the
+scale superimposed on the map. There are also several Debian-related
+fixes to the tests and the install process.</p>
-<p>The other main changes are to do with formatting and display of
-node content. External links are now given a class of "external",
-rather than being formatted with hardcoded square brackets. New
-elements are allowed in page content: span, dl, dt, and dd. Finally,
-a new macro has been added — @INDEX_LIST_NO_PREFIX — which
-gives a list of things in a given category or locale but leaves off
-the "Category" or "Locale" prefix for any subcategories/sublocales in
-that list.</p>
+<p>In addition, the OpenGuides code repository has been moved from svn
+<a href="https://github.com/OpenGuides/OpenGuides">to github</a>.</p>
<!-- end latest_news -->
Modified: website/preview/news.shtml
===================================================================
--- website/preview/news.shtml 2013-03-16 14:15:06 UTC (rev 1462)
+++ website/preview/news.shtml 2013-03-17 08:22:37 UTC (rev 1463)
@@ -30,6 +30,27 @@
<!--#include virtual="includes/latest_news.inc" -->
<div class="news_date">
+August 27, 2012
+</div>
+
+<p>Version 0.70 of OpenGuides was released yesterday. The changes
+include an upgrade to version 0.4 of the Leaflet mapping library; this
+was done in order to allow use of <a
+href="https://github.com/shramov/leaflet-plugins">Pavel Shramov's
+Leaflet plugins</a> (in particular, the Google satellite view plugin
+used on <a href="http://croydon.randomness.org.uk/">the Completists'
+Guide to Croydon</a>).</p>
+
+<p>The other main changes are to do with formatting and display of
+node content. External links are now given a class of "external",
+rather than being formatted with hardcoded square brackets. New
+elements are allowed in page content: span, dl, dt, and dd. Finally,
+a new macro has been added — @INDEX_LIST_NO_PREFIX — which
+gives a list of things in a given category or locale but leaves off
+the "Category" or "Locale" prefix for any subcategories/sublocales in
+that list.</p>
+
+<div class="news_date">
July 11, 2012
</div>
@@ -265,7 +286,7 @@
<p>
<a href="http://london.openguides.org/">The Open Guide to
London</a> (in its earlier incarnation as "Grubstreet") was <a
-href="http://www.guardian.co.uk/online/story/0,3605,975131,00.html">mentioned
+href="http://web.archive.org/web/20050309220219/http://www.guardian.co.uk/online/…">mentioned
in the <em>Guardian</em>'s "Online" section</a>.
</p>
Modified: website/preview/release_notes.shtml
===================================================================
--- website/preview/release_notes.shtml 2013-03-16 14:15:06 UTC (rev 1462)
+++ website/preview/release_notes.shtml 2013-03-17 08:22:37 UTC (rev 1463)
@@ -37,15 +37,20 @@
</tr>
<tr>
- <th scope="row" class="version_latest"><a name="0.70">0.70</a></th>
- <td class="version_details_grey_latest">Allow span, dl, dt, dd in page
+ <th scope="row" class="version_latest"><a name="0.71">0.71</a></th>
+ <td class="version_details_latest">Add scale to maps; implement Debian-related fixes to tests and install process.</td>
+ <td class="release_links">
+ <a href="http://cpan.metacpan.org/authors/id/B/BO/BOB/OpenGuides-0.71.tar.gz">download</a>,
+ <a href="https://metacpan.org/release/BOB/OpenGuides-0.71">view</a>,
+ <a href="https://metacpan.org/source/BOB/OpenGuides-0.71/">browse</a></td>
+ </tr>
+
+ <tr>
+ <th scope="row" class="version"><a name="0.70">0.70</a></th>
+ <td class="version_details_grey" colspan="2">Allow span, dl, dt, dd in page
content; format external links with CSS; update to Leaflet version 0.4;
meta descriptions for map/list index pages; @INDEX_LIST_NO_PREFIX
macro.</td>
- <td class="release_links">
- <a href="http://cpan.metacpan.org/authors/id/B/BO/BOB/OpenGuides-0.70.tar.gz">download</a>,
- <a href="https://metacpan.org/release/BOB/OpenGuides-0.70">view</a>,
- <a href="https://metacpan.org/source/BOB/OpenGuides-0.70/">browse</a></td>
</tr>
<tr>
Author: bob
Date: 2013-03-16 14:15:06 +0000 (Sat, 16 Mar 2013)
New Revision: 1462
Modified:
trunk/
trunk/Changes
trunk/lib/OpenGuides.pm
trunk/lib/OpenGuides/Build.pm
trunk/wiki.cgi
Log:
merge in stuff from 0.71 release branch
Property changes on: trunk
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/rel_0_66:1319-1327
/branches/rel_0_67:1391-1394
/branches/rel_0_68:1406-1409
/branches/rel_0_69:1423-1426
/branches/rel_0_70:1437-1440
+ /branches/rel_0_66:1319-1327
/branches/rel_0_67:1391-1394
/branches/rel_0_68:1406-1409
/branches/rel_0_69:1423-1426
/branches/rel_0_70:1437-1440
/branches/rel_0_71:1457-1461
Modified: trunk/Changes
===================================================================
--- trunk/Changes 2013-03-16 12:24:44 UTC (rev 1461)
+++ trunk/Changes 2013-03-16 14:15:06 UTC (rev 1462)
@@ -3,7 +3,7 @@
More detailed changelogs can be found at
<http://dev.openguides.org/log/trunk>.
-0.71 ?
+0.71 16 March 2013
Added scale to category/locale index maps.
Fix several test failures triggered by the stricter
Test::HTML::Content (et al) mode used when XML::LibXML is
Modified: trunk/lib/OpenGuides/Build.pm
===================================================================
--- trunk/lib/OpenGuides/Build.pm 2013-03-16 12:24:44 UTC (rev 1461)
+++ trunk/lib/OpenGuides/Build.pm 2013-03-16 14:15:06 UTC (rev 1462)
@@ -3,7 +3,7 @@
use strict;
use vars qw( $VERSION );
-$VERSION = '0.02';
+$VERSION = '0.03';
use Module::Build;
use OpenGuides::Config;
Modified: trunk/lib/OpenGuides.pm
===================================================================
--- trunk/lib/OpenGuides.pm 2013-03-16 12:24:44 UTC (rev 1461)
+++ trunk/lib/OpenGuides.pm 2013-03-16 14:15:06 UTC (rev 1462)
@@ -14,7 +14,7 @@
use vars qw( $VERSION );
-$VERSION = '0.70';
+$VERSION = '0.71';
=head1 NAME
Modified: trunk/wiki.cgi
===================================================================
--- trunk/wiki.cgi 2013-03-16 12:24:44 UTC (rev 1461)
+++ trunk/wiki.cgi 2013-03-16 14:15:06 UTC (rev 1462)
@@ -4,7 +4,7 @@
use warnings;
use sigtrap die => 'normal-signals';
use vars qw( $VERSION );
-$VERSION = '0.70';
+$VERSION = '0.71';
use CGI qw/:standard/;
use CGI::Carp qw(croak);
Author: bob
Date: 2013-03-16 11:57:20 +0000 (Sat, 16 Mar 2013)
New Revision: 1460
Modified:
branches/rel_0_71/Changes
Log:
Add release date for 0.71
Modified: branches/rel_0_71/Changes
===================================================================
--- branches/rel_0_71/Changes 2013-03-16 11:55:46 UTC (rev 1459)
+++ branches/rel_0_71/Changes 2013-03-16 11:57:20 UTC (rev 1460)
@@ -3,7 +3,7 @@
More detailed changelogs can be found at
<http://dev.openguides.org/log/trunk>.
-0.71 ?
+0.71 16 March 2013
Added scale to category/locale index maps.
Fix several test failures triggered by the stricter
Test::HTML::Content (et al) mode used when XML::LibXML is
Author: bob
Date: 2013-03-16 11:52:44 +0000 (Sat, 16 Mar 2013)
New Revision: 1458
Modified:
branches/rel_0_71/lib/OpenGuides/Build.pm
Log:
bump version number of OpenGuides::Build
Modified: branches/rel_0_71/lib/OpenGuides/Build.pm
===================================================================
--- branches/rel_0_71/lib/OpenGuides/Build.pm 2013-03-16 11:47:51 UTC (rev 1457)
+++ branches/rel_0_71/lib/OpenGuides/Build.pm 2013-03-16 11:52:44 UTC (rev 1458)
@@ -3,7 +3,7 @@
use strict;
use vars qw( $VERSION );
-$VERSION = '0.02';
+$VERSION = '0.03';
use Module::Build;
use OpenGuides::Config;