repositories.xml
2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<!--
Document : repositories.xml
Created on : 25 May 2009, 10:33 AM
Author : KnowledgeTree Team
Description: Contains definitions for all repositories accessible via the CMIS API.
-->
<!--
TODO need to dynamically generate URLs rather than have them in the config.
NOTE When we move to the new system then I think we will need to also generate
Root locations based on selected workspace. We will see when the time comes.
-->
<root>
<repository>
<repositoryURI>http://127.0.0.1/</repositoryURI>
<repositoryInfo>
<repositoryId>0ad7de04-7914-41b1-b5ee-be9f0b626437</repositoryId>
<repositoryName>KnowledgeTree DMS</repositoryName>
<repositoryRelationship>self</repositoryRelationship>
<repositoryDescription>KnowledgeTree Repository</repositoryDescription>
<vendorName>KnowledgeTree</vendorName>
<productName>KnowledgeTree Document Management System</productName>
<productVersion>3.7</productVersion>
<rootFolderId>Root Folder</rootFolderId>
<cmisVersionsSupported>0.61</cmisVersionsSupported>
</repositoryInfo>
<repositoryCapabilities>
<capabilityGetDescendants>true</capabilityGetDescendants>
<capabilityGetFolderTree>true</capabilityGetFolderTree>
<capabilityContentStreamUpdatability>pwconly</capabilityContentStreamUpdatability>
<capabilityChanges>none</capabilityChanges>
<capabilityRenditions>none</capabilityRenditions>
<capabilityMultifiling>false</capabilityMultifiling>
<capabilityUnfiling>false</capabilityUnfiling>
<capabilityVersionSpecificFiling>false</capabilityVersionSpecificFiling>
<capabilityPWCUpdateable>false</capabilityPWCUpdateable>
<capabilityPWCSearchable>false</capabilityPWCSearchable>
<capabilityAllVersionsSearchable>false</capabilityAllVersionsSearchable>
<capabilityQuery>none</capabilityQuery>
<capabilityJoin>none</capabilityJoin>
<capabilityACL>none</capabilityACL>
</repositoryCapabilities>
<supportedTypes>
<objectType>Document</objectType>
<objectType>Folder</objectType>
</supportedTypes>
</repository>
</root>