Skip to content
nicolas-raoul edited this page Oct 4, 2012 · 22 revisions

Users don't need this information, it is here as a reference for developers.

config.xml

For each CMIS folder:

  • name: a name for this checkout. CmisSync tries to find a good name, but anything is fine except slashes
  • url: CMIS URL
  • repository: id of the CMIS repository to use (there can be several repositories at the same URL)
  • remoteFolder: folder on the repository. With prefix slash.
  • 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>