Introduction
This section is accesible through Plugins section by selecting the Catalog tab.
Here you can install/uninstall and disable/enable this plugin.
This plugin controls Catalog Services for the Web (CSW).
Catalogue services support the ability to publish and search collections of descriptive information (metadata) for data, services, and related information objects.
Metadata in catalogues represent resource characteristics that can be queried and presented for evaluation and further processing by both humans and software.
Catalogue services are required to support the discovery and binding to registered information resources within an information community.
There are two configurable parameters:
- Url. Address of the csw service. This is a required field for the plugin to function. The hostname should also be added to the allowed domains list in the "public/proxy.php" file.
- Brand. What kind of brand is used for additional metadata. If a brand is selected users will have the option to see more data generated by that brand. For now only Geonetwork is supported.
The domain should be included in the "public/proxy.php" file in the allowed domains variable:
//Allowed domain names
$allowedDomains = array(
'yourdomain'
);