Example #1
0
 function mobile_source($connector, $id, $msg)
 {
     global $include_path;
     parent::connecteur_out_source($connector, $id, $msg);
     //Onglets dispo dans l'appli
     $xml = new XMLtabs($include_path . "/mobile/tabs.xml");
     $xml->analyser();
     $this->onglets = $xml->table;
 }
Example #2
0
 function oai_source($connector, $id, $msg)
 {
     parent::connecteur_out_source($connector, $id, $msg);
     $this->repository_name = isset($this->config["repo_name"]) ? $this->config["repo_name"] : '';
     $this->admin_email = isset($this->config["admin_email"]) ? $this->config["admin_email"] : '';
     $this->included_sets = isset($this->config["included_sets"]) ? $this->config["included_sets"] : array();
     $this->repositoryIdentifier = isset($this->config["repositoryIdentifier"]) ? $this->config["repositoryIdentifier"] : "";
     $this->chunksize = isset($this->config["chunksize"]) ? $this->config["chunksize"] : 100;
     $this->token_lifeduration = isset($this->config["token_lifeduration"]) ? $this->config["token_lifeduration"] : 600;
     $this->cache_complete_records = isset($this->config["cache_complete_records"]) ? $this->config["cache_complete_records"] : true;
     $this->cache_complete_records_seconds = isset($this->config["cache_complete_records_seconds"]) ? $this->config["cache_complete_records_seconds"] : true;
     $this->link_status_to_deletion = isset($this->config["link_status_to_deletion"]) ? $this->config["link_status_to_deletion"] : false;
     $this->linked_status_to_deletion = isset($this->config["linked_status_to_deletion"]) ? $this->config["linked_status_to_deletion"] : 0;
     $this->allow_gzip_compression = isset($this->config["allow_gzip_compression"]) ? $this->config["allow_gzip_compression"] : true;
     $this->allowed_admin_convert_paths = isset($this->config["allowed_admin_convert_paths"]) ? $this->config["allowed_admin_convert_paths"] : array();
     $this->baseURL = isset($this->config["baseURL"]) ? $this->config["baseURL"] : array();
     $this->include_items = isset($this->config["include_items"]) ? $this->config["include_items"] : false;
     if (count($this->config['include_links'])) {
         $this->include_links = $this->config['include_links'];
     }
 }
Example #3
0
 function webdav_source($connector, $id, $msg)
 {
     parent::connecteur_out_source($connector, $id, $msg);
     $this->included_sets = isset($this->config["included_sets"]) ? $this->config["included_sets"] : array();
 }
 function openurl_out_source($connector, $id, $msg)
 {
     parent::connecteur_out_source($connector, $id, $msg);
 }
Example #5
0
 function bibloto_source($connector, $id, $msg)
 {
     parent::connecteur_out_source($connector, $id, $msg);
 }