Terminology changes in Seamist documentation.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10842 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2008-09-07 17:32:06 +00:00
parent 07f84b3914
commit f75fc1db95

View File

@@ -1,10 +1,10 @@
<#import "/org/alfresco/webscripts.lib.html.ftl" as wsLib/> <#import "/org/alfresco/webscripts.lib.html.ftl" as wsLib/>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<@wsLib.head>Alfresco CMIS v${cmisVersion}</@wsLib.head> <@wsLib.head>Alfresco Draft CMIS Implementation v${cmisVersion}</@wsLib.head>
<body> <body>
<div> <div>
<@wsLib.header>Alfresco CMIS v${cmisVersion}</@wsLib.header> <@wsLib.header>Alfresco Draft CMIS Implementation v${cmisVersion}</@wsLib.header>
<br/> <br/>
<span class="mainSubTitle">Introduction</span> <span class="mainSubTitle">Introduction</span>
<table> <table>
@@ -23,7 +23,7 @@
</tr> </tr>
<tr><td><ul><li><a href="${url.serviceContext}/index/family/CMIS">CMIS REST API Reference</a></li></ul></td></tr> <tr><td><ul><li><a href="${url.serviceContext}/index/family/CMIS">CMIS REST API Reference</a></li></ul></td></tr>
</table> </table>
<span class="mainSubTitle">REST TEST</span> <span class="mainSubTitle">REST API Binding Test Harness</span>
<table> <table>
<tr><td>The following test harness exercises the CMIS REST API binding. By default, its parameters are setup to this <tr><td>The following test harness exercises the CMIS REST API binding. By default, its parameters are setup to this
repository, although any CMIS REST provider may be tested.</td></tr> repository, although any CMIS REST provider may be tested.</td></tr>