1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
openguides (0.70-1) experimental; urgency=low
The static_url configuration option is now used by OpenGuides;
to ensure continued operation, you will need to ensure that it is set
to a URL which maps to /usr/share/openguides/static; see
/usr/share/doc/openguides/examples/apache.openguides.conf for an
example.
OpenGuides now comes with a default stylesheet. To use this, ensure
that the above static_url is functional, and unset the stylesheet_url
configuration option.
OpenGuides now supports mapping via the Leaflet library. The old
Google Maps API is expected to be discontinued in May 2013, so you are
advised to update your configuration to use it by setting use_leaflet = 1
and removing the gmaps_api_key configuration option. You will also need
to ensure that div#map_index_canvas is given a non-zero height in your
stylesheet (you may also want to style div#map_index_node_list and
div#node_map_canvas).
-- Dominic Hargreaves <dom@earth.li> Tue, 01 Jan 2013 23:40:08 +0000
openguides (0.61-1) unstable; urgency=low
* In general, information requiring admin action is from upstream
is included in the file /usr/share/doc/openguides/UPGRADING.
It is strongly recommended that you check this file for updates
when upgrading OpenGuides versions.
-- Dominic Hargreaves <dom@earth.li> Thu, 05 Jul 2007 21:56:55 +0100
openguides (0.54-01-1) unstable; urgency=low
* This release introduces support for the newly refactored Wiki::Toolkit
modules and as such are not suitable for production use. Additionally,
it will not be possible to downgrade from the database schema used by
this release to any earlier one, so only install this if you're sure
you have backups of your data.
-- Dominic Hargreaves <dom@earth.li> Tue, 16 May 2006 20:07:58 +0100
|