-
Notifications
You must be signed in to change notification settings - Fork 123
Internals
nicolas-raoul edited this page Oct 4, 2012
·
22 revisions
Users don't need this information, it is here as a reference for developers.
For each CMIS folder:
- name
- url
- repository
- remoteFolder
- user
- password
Full example:
<?xml version="1.0" encoding="UTF-8"?>
<sparkleshare>
<user>
<name>Dummy</name>
<email>[email protected]</email>
</user>
<notifications>True</notifications>
<folder>
<name>cmisatom (3)</name>
<identifier>208b2e3763a0ab08261776e019933fe21e75e1aa</identifier>
<url>http://avenue.aegif.jp/alfresco/cmisatom</url>
<backend>Cmis</backend>
<repository>676bbe8a-b507-419e-99c7-8612a9fead59</repository>
<remoteFolder>/Sites/mysite/myfolder</remoteFolder>
<user>nicolas.raoul</user>
<password>mypassword</password>
</folder>
</sparkleshare>