From b26784d5b6cab51e3119a706bcde01438478e310 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sat, 15 Dec 2012 08:40:28 +0100 Subject: [PATCH 2/4] make the man page valid docbook --- doc/cmis-client.xml | 300 ++++++++++++++++++++++++++-------------------------- 1 file changed, 151 insertions(+), 149 deletions(-) diff --git a/doc/cmis-client.xml b/doc/cmis-client.xml index 22f041b..b7dce51 100644 --- a/doc/cmis-client.xml +++ b/doc/cmis-client.xml @@ -281,156 +281,158 @@ COMMANDS - - help - - - Show the help and exit. - - - - - list-repos - - - List the repositories available on the server. - - - - - show-root - - - Displays the root node infos and children. - - - - - get-content id - - - Download the content of the CMIS object corresponding to - id in the current directory. - - - - - set-content id - - - Upload a file as the content stream of the CMIS object corresponding to - id. - - - - - create-folder parent-id name - - - Create a sub folder in folder parent-id - named name. The default type of the folder - to create is cmis:folder, but this can be changed using --object-type option. - - - - - create-document parent-id name - - - Create a document in folder parent-id - named name. The default type of the document - to create is cmis:document, but this can be changed using --object-type option. - - - Note that the --input-file and --input-type may be mandatory, depending on the type of - the document to create and its constraints. - - - - - update-object object-id - - - Replace the writeable properties given with --object-property option on the object - matching id object-id. - - - - - type-by-id arg... - - - Displays the infos and children (if any) of all the CMIS types corresponding - to the listed ids. - - - - - show-by-id arg... - - - Displays the infos and children (if any) of all the CMIS objects corresponding - to the listed ids. - - - - - show-by-path arg... - - - Displays the infos and children (if any) of all the CMIS objects corresponding - to the listed paths. - - - - - delete arg... - - - Deletes the CMIS objects corresponding to the listed ids. If the node - is a folder, its content will be removed as well. - - - - - checkout arg - - - Checkout the document corresponding to the provided id and display - the infos of the created private working copy. - - - - - cancel-checkout arg - - - Cancel the Private Working Copy corresponding to the node id. - - - - - get-versions arg - - - Display the versions (if any) of all the CMIS object corresponding - to the provided id. - - - - - checkin arg - - - Check in the private working copy corresponding to the provided id and display - the infos of the resulting document. Use the --major and --message options to - define the version to create and the commit to associate to it. + + + help + + + Show the help and exit. + + + + + list-repos + + + List the repositories available on the server. + + + + + show-root + + + Displays the root node infos and children. + + + + + get-content id + + + Download the content of the CMIS object corresponding to + id in the current directory. + + + + + set-content id + + + Upload a file as the content stream of the CMIS object corresponding to + id. + + + + + create-folder parent-id name + + + Create a sub folder in folder parent-id + named name. The default type of the folder + to create is cmis:folder, but this can be changed using --object-type option. + + + + + create-document parent-id name + + + Create a document in folder parent-id + named name. The default type of the document + to create is cmis:document, but this can be changed using --object-type option. + + + Note that the --input-file and --input-type may be mandatory, depending on the type of + the document to create and its constraints. + + + + + update-object object-id + + + Replace the writeable properties given with --object-property option on the object + matching id object-id. + + + + + type-by-id arg... + + + Displays the infos and children (if any) of all the CMIS types corresponding + to the listed ids. + + + + + show-by-id arg... + + + Displays the infos and children (if any) of all the CMIS objects corresponding + to the listed ids. + + + + + show-by-path arg... + + + Displays the infos and children (if any) of all the CMIS objects corresponding + to the listed paths. + + + + + delete arg... + + + Deletes the CMIS objects corresponding to the listed ids. If the node + is a folder, its content will be removed as well. + + + + + checkout arg + + + Checkout the document corresponding to the provided id and display + the infos of the created private working copy. + + + + + cancel-checkout arg + + + Cancel the Private Working Copy corresponding to the node id. + + + + + get-versions arg + + + Display the versions (if any) of all the CMIS object corresponding + to the provided id. + + + + + checkin arg + + + Check in the private working copy corresponding to the provided id and display + the infos of the resulting document. Use the --major and --message options to + define the version to create and the commit to associate to it. - Note that repositories without the ability to update the private working copies - will need the --input-file, --input-type and --object-property options. - - - + Note that repositories without the ability to update the private working copies + will need the --input-file, --input-type and --object-property options. + + + + -- 1.8.0