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%22%3EPavel 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%22%3EPavel 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%22%3Ementioned +href="http://web.archive.org/web/20050309220219/http://www.guardian.co.uk/online/s... 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>
openguides-commits@lists.openguides.org