• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

/srv/ClioPatria/lib/conf_d.pl
All Application Manual Name SummaryHelp

  • ClioPatria
    • lib
      • version.pl -- Manage software versions
      • bundle.pl -- Import bundles
      • http_settings.pl
      • conf_d.pl -- Load configuration directories
        • load_conf_d/2
        • conf_d_enabled/1
        • conf_d_reload/0
        • conf_d_members/3
        • conf_d_member_data/3
        • conf_d_configuration/3
      • setup.pl -- Configuration (setup) of ClioPatria
      • count.pl -- This module provides various ways to count solutions
 load_conf_d(+Spec, +Options) is det
Locate configuration directories and load their config files. Config files themselves are Prolog source files. Options:
solutions(+Sols)
Passed to absolute_file_name/3. Default is all, loading config files from all directories described by Spec.
extension(+Ext)
File-name extension for the config files. Default is pl.

Other options are passed to load_files/2.

Arguments:
Spec- is either the specification of a directory according to absolute_file_name/3 or a list thereof. Duplicate directories are removed.
To be done
- There is a bug forking processes in one thread and waiting for X11 in another, which deadlocks in fork_atfree(). So, we must ensure we have the git versions in time :-(
ClioPatria (version V3.1.1-51-ga0b30a5)