mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
Merged CMIS063 to HEAD
17143: Add Alfresco Restful Binding Reference link to CMIS Front Page 17144: Fix up link - not hard code to localhost. 17150: Updates for CMIS going to Public Review. 17151: CMIS 1.0cd04 update 17186: CMIS Query updates - part of MOB-232 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17261 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
</description>
|
||||
|
||||
<url>/cmis</url>
|
||||
<!-- alfresco style -->
|
||||
<url>/api/cmis</url>
|
||||
|
||||
<format default="atomsvc"/>
|
||||
<authentication>none</authentication>
|
||||
|
@@ -37,7 +37,7 @@
|
||||
<div id="body" class="wrapper">
|
||||
<div id="introduction">
|
||||
<h2>Explore and Test CMIS</h2>
|
||||
<p>The CMIS (Content Management Interoperability Services) specification is now very close to Public Review.</p>
|
||||
<p>OASIS CMIS (Content Management Interoperability Services) v1.0 is now in <strong>Public Review</strong>. <a href="http://www.oasis-open.org/committees/comments/index.php?wg_abbrev=cmis">Comments</a> on the <a href="http://docs.oasis-open.org/cmis/CMIS/v1.0/cd04/cmis-spec-v1.0.html">specification</a> are welcome.</p>
|
||||
<p>This site hosts a <a href="#repo">CMIS Repository</a> and <a href="#testatompub">CMIS AtomPub TCK</a> to assist the development of the specification and promote interoperability between up-and-coming implementations. Feel free to use them for building and testing your own CMIS clients and servers.</p>
|
||||
<p>Frequent updates are made to both the Repository and TCK as issues are resolved or new capabilities added. Currently, <strong class="highlight">${cmisSpecTitle}</strong> of the CMIS specification is supported.</p>
|
||||
|
||||
@@ -117,12 +117,21 @@
|
||||
<ul>
|
||||
<li><a href="http://www.oasis-open.org/committees/cmis">OASIS Technical Committee</a></li>
|
||||
<li><a href="http://xml.coverpages.org/cmis.html">Cover Pages</a></li>
|
||||
<li><a href="http://www.oasis-open.org/committees/download.php/34788/CMIS-cd04.zip"><strong>Specification v1.0 cd04</strong></a></li>
|
||||
</ul>
|
||||
<h3>CMIS v1.0 (cd04)</h3>
|
||||
<ul>
|
||||
<li><a href="http://docs.oasis-open.org/cmis/CMIS/v1.0/cd04/cmis-spec-v1.0.doc">cmis-spec-v1.0.doc (Authoritative)</a></li>
|
||||
<li><a href="http://docs.oasis-open.org/cmis/CMIS/v1.0/cd04/cmis-spec-v1.0.pdf">cmis-spec-v1.0.pdf</a></li>
|
||||
<li><a href="http://docs.oasis-open.org/cmis/CMIS/v1.0/cd04/cmis-spec-v1.0.html">cmis-spec-v1.0.html</a></li>
|
||||
<li><a href="http://docs.oasis-open.org/cmis/CMIS/v1.0/cd04/CMIS-Core.xsd">CMIS-Core.xsd</a></li>
|
||||
<li><a href="http://docs.oasis-open.org/cmis/CMIS/v1.0/cd04/CMIS-Messaging.xsd">CMIS-Messaging.xsd</a></li>
|
||||
<li><a href="http://docs.oasis-open.org/cmis/CMIS/v1.0/cd04/CMIS-RestAtom.xsd">CMIS-RestAtom.xsd</a></li>
|
||||
</ul>
|
||||
<h3>Alfresco Resources</h3>
|
||||
<ul>
|
||||
<li><a href="http://wiki.alfresco.com/wiki/CMIS">CMIS Wiki</a></li>
|
||||
<li><a href="http://blogs.alfresco.com/cmis/">CMIS Blog</a></li>
|
||||
<li><a href="${absurl(url.serviceContext)}/index/package/org/alfresco/cmis">Restful Binding Reference</a></li>
|
||||
<li><a href="http://wiki.alfresco.com/wiki/Download_Community_Edition">Download</a> Repository</a></li>
|
||||
<li><a href="http://wiki.alfresco.com/wiki/Alfresco_SVN_Development_Environment">Source Code</a> for Repository</li>
|
||||
<li><a href="http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/design/changes_v0.62f_to_v0.7.txt">Changes: v0.62 to v0.7</li>
|
||||
|
@@ -73,5 +73,6 @@ script:
|
||||
model.queryArgs += "&" + cmis.ARG_MAX_ITEMS + "=" + page.size;
|
||||
|
||||
// TODO: set Content-Location
|
||||
status.code = 201;
|
||||
status.location = url.server + url.serviceContext + model.queryUri + "?" + model.queryArgs;
|
||||
}
|
Reference in New Issue
Block a user