9 lines
		
	
	
		
			232 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			232 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| declare(strict_types = 1);
 | |
| $syndication_repos = array (
 | |
|   'ddb' => 'Bibliothèque numérique allemande (DDB)',
 | |
|   'europeana' => 'Europeana',
 | |
|   'smb-digital' => 'SMB-digital',
 | |
|   'kalliope-verbund' => 'Association Kalliope',
 | |
| );
 |