No description
| build-aux | ||
| data | ||
| docs | ||
| po | ||
| .gitlab-ci.yml | ||
| COPYING | ||
| gweather-locations.doap | ||
| meson.build | ||
| NEWS | ||
| README.md | ||
GWeather Locations Database
The GWeather locations database contains a list of locations used by GNOME components through the GWeather library.
The locations are structured in an XML file, which follows a provided schema file.
The XML source is "compiled" into a binary format for fast parsing and access.
Location names are translatable.
Using the locations database
The locations database provides a pkg-config file called
gweather-locations.pc. The pkg-config file contains the following
variables:
locations_xml: the installation path of the XML filelocations_dtd: the installation path of the DTD schema for the XML filelocations_db: the installation path of the binary file
Licensing
The database is released under the terms of the GNU General Public License version 2.0 or, at your option, any later version.