Changeset 1464
- Timestamp:
- Mar 17, 2013, 8:25:04 AM (8 years ago)
- Location:
- website/publish
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
website/publish
- Property svn:mergeinfo changed
/website/preview merged: 1463
- Property svn:mergeinfo changed
-
website/publish/css/openguides.css
r1251 r1464 215 215 .version_details, 216 216 .version_details_grey, 217 .version_details_grey_latest 217 .version_details_grey_latest, 218 .version_details_latest 218 219 { 219 220 padding: 5px; … … 222 223 .version_details_grey, 223 224 .version_details_grey_latest, 224 .release_links 225 .release_links_grey 225 226 { 226 227 background: #dedede; color: #000; 227 228 } 228 229 229 .version_details_grey_latest 230 .version_details_grey_latest, 231 .version_details_latest 230 232 { 231 233 border-top: 1px solid #000; -
website/publish/gone.shtml
- Property svn:mergeinfo changed (with no actual effect on merging)
-
website/publish/includes/latest_news.inc
r1445 r1464 2 2 3 3 <div class="news_date"> 4 August 27, 2012 4 March 17, 2013 5 5 </div> 6 6 7 <p>Version 0.70 of OpenGuides was released yesterday. The changes 8 include an upgrade to version 0.4 of the Leaflet mapping library; this 9 was done in order to allow use of <a 10 href="https://github.com/shramov/leaflet-plugins">Pavel Shramov's 11 Leaflet plugins</a> (in particular, the Google satellite view plugin 12 used on <a href="http://croydon.randomness.org.uk/">the Completists' 13 Guide to Croydon</a>).</p> 7 <p>Version 0.71 of OpenGuides was released yesterday. The main 8 user-visible change is that category/locale index maps now have the 9 scale superimposed on the map. There are also several Debian-related 10 fixes to the tests and the install process.</p> 14 11 15 <p>The other main changes are to do with formatting and display of 16 node content. External links are now given a class of "external", 17 rather than being formatted with hardcoded square brackets. New 18 elements are allowed in page content: span, dl, dt, and dd. Finally, 19 a new macro has been added — @INDEX_LIST_NO_PREFIX — which 20 gives a list of things in a given category or locale but leaves off 21 the "Category" or "Locale" prefix for any subcategories/sublocales in 22 that list.</p> 12 <p>In addition, the OpenGuides code repository has been moved from svn 13 <a href="https://github.com/OpenGuides/OpenGuides">to github</a>.</p> 23 14 24 15 <!-- end latest_news --> -
website/publish/news.shtml
r1445 r1464 31 31 32 32 <div class="news_date"> 33 August 27, 2012 34 </div> 35 36 <p>Version 0.70 of OpenGuides was released yesterday. The changes 37 include an upgrade to version 0.4 of the Leaflet mapping library; this 38 was done in order to allow use of <a 39 href="https://github.com/shramov/leaflet-plugins">Pavel Shramov's 40 Leaflet plugins</a> (in particular, the Google satellite view plugin 41 used on <a href="http://croydon.randomness.org.uk/">the Completists' 42 Guide to Croydon</a>).</p> 43 44 <p>The other main changes are to do with formatting and display of 45 node content. External links are now given a class of "external", 46 rather than being formatted with hardcoded square brackets. New 47 elements are allowed in page content: span, dl, dt, and dd. Finally, 48 a new macro has been added — @INDEX_LIST_NO_PREFIX — which 49 gives a list of things in a given category or locale but leaves off 50 the "Category" or "Locale" prefix for any subcategories/sublocales in 51 that list.</p> 52 53 <div class="news_date"> 33 54 July 11, 2012 34 55 </div> … … 266 287 <a href="http://london.openguides.org/">The Open Guide to 267 288 London</a> (in its earlier incarnation as "Grubstreet") was <a 268 href="http://w ww.guardian.co.uk/online/story/0,3605,975131,00.html">mentioned289 href="http://web.archive.org/web/20050309220219/http://www.guardian.co.uk/online/story/0,3605,975131,00.html">mentioned 269 290 in the <em>Guardian</em>'s "Online" section</a>. 270 291 -
website/publish/release_notes.shtml
r1445 r1464 38 38 39 39 <tr> 40 <th scope="row" class="version_latest"><a name="0.70">0.70</a></th> 41 <td class="version_details_grey_latest">Allow span, dl, dt, dd in page 40 <th scope="row" class="version_latest"><a name="0.71">0.71</a></th> 41 <td class="version_details_latest">Add scale to maps; implement Debian-related fixes to tests and install process.</td> 42 <td class="release_links"> 43 <a href="http://cpan.metacpan.org/authors/id/B/BO/BOB/OpenGuides-0.71.tar.gz">download</a>, 44 <a href="https://metacpan.org/release/BOB/OpenGuides-0.71">view</a>, 45 <a href="https://metacpan.org/source/BOB/OpenGuides-0.71/">browse</a></td> 46 </tr> 47 48 <tr> 49 <th scope="row" class="version"><a name="0.70">0.70</a></th> 50 <td class="version_details_grey" colspan="2">Allow span, dl, dt, dd in page 42 51 content; format external links with CSS; update to Leaflet version 0.4; 43 52 meta descriptions for map/list index pages; @INDEX_LIST_NO_PREFIX 44 53 macro.</td> 45 <td class="release_links">46 <a href="http://cpan.metacpan.org/authors/id/B/BO/BOB/OpenGuides-0.70.tar.gz">download</a>,47 <a href="https://metacpan.org/release/BOB/OpenGuides-0.70">view</a>,48 <a href="https://metacpan.org/source/BOB/OpenGuides-0.70/">browse</a></td>49 54 </tr> 50 55
Note: See TracChangeset
for help on using the changeset viewer.