ClioPatria library extensions
This directory contains files that are candidate for the SWI-Prolog core libraries. ClioPatria places it at the start of the standard library search path. They should be loaded using a normal library loading call as below, so they can be moved to the SWI-Prolog library without affecting the application.
:- use_module(library(xyx)).
Prolog files
bundle.pl -- Import bundles![]() | ||
---|---|---|
conf_d.pl -- Load configuration directories![]() | ||
conf_d_configuration/3 | ![]() | |
conf_d_enabled/1 | True if Dir is a directory from which config files are loaded. | ![]() |
conf_d_member_data/3 | True if Value is the value for Field in ConfigInfo. | ![]() |
conf_d_members/3 | Provide information about config files in Dir. | ![]() |
conf_d_reload/0 | Reload configuration files after adding or deleting config files. | ![]() |
load_conf_d/2 | Locate configuration directories and load their config files. | ![]() |
http_settings.pl![]() | ||
setup.pl -- Configuration (setup) of ClioPatria![]() | ||
version.pl -- Manage software versions![]() |