Mercurial > hg > dml-home
view var/dml/config-enabled/010-packs.pl @ 100:a4cd935561d4 dml-dockerised tip
small updates and version pin for cliopatria
author | wolffd <wolffd.mail@googlemail.com> |
---|---|
date | Fri, 29 Jun 2018 17:48:41 +0100 |
parents | b39b8b8f7e83 |
children |
line wrap: on
line source
/* Generated file This file defines the search-path for added packs */ :- module(conf_packs, []). :- multifile user:file_search_path/2. :- dynamic user:file_search_path/2. :- multifile cpack:registered_cpack/2. :- cpack_register(owl,'cpack/owl',[home_url('http://cliopatria.swi-prolog.org/packs/owl'),requires([])]). :- cpack_register(jquery,'cpack/jquery',[home_url('http://cliopatria.swi-prolog.org/packs/jquery'),requires([])]). :- cpack_register(statistics,'cpack/statistics',[home_url('http://cliopatria.swi-prolog.org/packs/statistics'),requires([])]). :- cpack_register(foaf,'cpack/foaf',[home_url('http://cliopatria.swi-prolog.org/packs/foaf'),requires([])]). :- cpack_register(foaf_user,'cpack/foaf_user',[home_url('http://cliopatria.swi-prolog.org/packs/foaf_user'),requires([foaf])]). :- cpack_register(cloud,'cpack/cloud',[home_url('http://cliopatria.swi-prolog.org/packs/cloud'),requires([])]). :- cpack_register(find_resource,'cpack/find_resource',[home_url('http://cliopatria.swi-prolog.org/packs/find_resource'),requires([])]). :- cpack_register(skos,'cpack/skos',[home_url('http://cliopatria.swi-prolog.org/packs/skos'),requires([])]). :- cpack_register(autocompletion,'cpack/autocompletion',[home_url('http://cliopatria.swi-prolog.org/packs/autocompletion'),requires([find_resource,skos])]). :- cpack_register(musicont,'cpack/musicont',[]). :- cpack_register(swic,'cpack/swic',[]). :- cpack_register(p2r,'cpack/p2r',[]). :- cpack_register(dbpedia,'cpack/dbpedia',[]). :- cpack_register(swish,'cpack/swish',[home_url('http://cliopatria.swi-prolog.org/packs/swish'),requires([])]). :- cpack_register(isearch,'cpack/isearch',[home_url('http://cliopatria.swi-prolog.org/packs/isearch'),requires([jquery,owl,statistics])]). :- cpack_register(prov,'cpack/prov',[home_url('http://cliopatria.swi-prolog.org/packs/prov'),requires([])]). :- cpack_register(xmlrdf,'cpack/xmlrdf',[home_url('http://cliopatria.swi-prolog.org/packs/xmlrdf'),requires([foaf,skos])]). :- cpack_register('rdf-mt','cpack/rdf-mt',[home_url('http://cliopatria.swi-prolog.org/packs/rdf-mt'),requires([xmlrdf])]). :- cpack_register(rdf_qa,'cpack/rdf_qa',[home_url('http://cliopatria.swi-prolog.org/packs/rdf_qa'),requires([])]). :- cpack_register(yui3,'cpack/yui3',[home_url('http://cliopatria.swi-prolog.org/packs/yui3'),requires([])]). :- cpack_register(skos_browser,'cpack/skos_browser',[home_url('http://cliopatria.swi-prolog.org/packs/skos_browser'),requires([skos,yui3])]). :- cpack_register(dml,'cpack/dml',[]).