You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by bu...@apache.org on 2011/02/20 21:51:17 UTC

svn commit: r785792 - /websites/staging/chemistry/trunk/content/phpclient.html

Author: buildbot
Date: Sun Feb 20 20:51:17 2011
New Revision: 785792

Log:
Staging update by buildbot

Modified:
    websites/staging/chemistry/trunk/content/phpclient.html

Modified: websites/staging/chemistry/trunk/content/phpclient.html
==============================================================================
--- websites/staging/chemistry/trunk/content/phpclient.html (original)
+++ websites/staging/chemistry/trunk/content/phpclient.html Sun Feb 20 20:51:17 2011
@@ -175,7 +175,7 @@ Apache Chemistry - phpclient
              <div class="wiki-content"><p><a name="phpclient-CMISPHPClient"></a></p>
 <h1 id="cmis_php_client">CMIS PHP Client</h1>
 <p>This code is available at: <a href="https://svn.apache.org/repos/asf/chemistry/phpclient/">https://svn.apache.org/repos/asf/chemistry/phpclient/</a>.</p>
-<p>To Run this example execute the following</p>
+<p>To Run this example execute the following:</p>
 <div class="codehilite"><pre><span class="n">php</span> <span class="o">-</span><span class="n">f</span> <span class="n">cmis_ls</span><span class="o">.</span><span class="n">php</span> <span class="sr">&lt;rest-endpoint&gt;</span> <span class="sr">&lt;username&gt;</span> <span class="sr">&lt;password&gt;</span> <span class="sr">&lt;folderpath&gt;</span> <span class="p">[</span><span class="n">debug</span> <span class="n">option</span> <span class="mi">1</span><span class="p">](</span><span class="mi">2</span><span class="o">.</span><span class="n">html</span><span class="p">)</span>
 </pre></div>