[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pear-doc
Subject:    [PEAR-DOC] cvs: peardoc /en/guide/migrating/channels xml.xml
From:       "Brett Bieber" <saltybeagle () php ! net>
Date:       2008-02-22 18:08:49
Message-ID: cvssaltybeagle1203703729 () cvsserver
[Download RAW message or body]

saltybeagle		Fri Feb 22 18:08:49 2008 UTC

  Modified files:              
    /peardoc/en/guide/migrating/channels	xml.xml 
  Log:
  Correct the description of <rest><baseurl> elements in channel.xml  -- replace \
XMLRPC with REST in a few instances to reflect the dropped XMLRPC support.  
http://cvs.php.net/viewvc.cgi/peardoc/en/guide/migrating/channels/xml.xml?r1=1.2&r2=1.3&diff_format=u
                
Index: peardoc/en/guide/migrating/channels/xml.xml
diff -u peardoc/en/guide/migrating/channels/xml.xml:1.2 \
                peardoc/en/guide/migrating/channels/xml.xml:1.3
--- peardoc/en/guide/migrating/channels/xml.xml:1.2	Sat Mar 26 06:08:04 2005
+++ peardoc/en/guide/migrating/channels/xml.xml	Fri Feb 22 18:08:47 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="guide.migrating.channels.xml">
  <refnamediv>
   <refname>channel.xml</refname>
@@ -72,8 +72,8 @@
     &lt;function version=&quot;1.0&quot;&gt;channel.listAll&lt;/function&gt;
    &lt;/xmlrpc&gt;
    <link linkend="guide.migrating.channels.xml.protocols">&lt;rest&gt;</link> \
                &lt;!-- no default path, all must be defined in baseurl --&gt;
-    &lt;baseurl type=&quot;package&quot;&gt;http://pear.example.com/rest/1.0/package&lt;/baseurl&gt;
                
-    &lt;baseurl type=&quot;category&quot;&gt;http://pear.example.com/rest/1.0/category&lt;/baseurl&gt;
 +    &lt;baseurl type=&quot;REST1.0&quot;&gt;http://pear.example.com/rest/&lt;/baseurl&gt;
 +    &lt;baseurl type=&quot;REST1.1&quot;&gt;http://pear.example.com/rest/&lt;/baseurl&gt;
  &lt;/rest&gt; 
    <link linkend="guide.migrating.channels.xml.protocols">&lt;soap</link> \
                path=&quot;soapy.php&quot;&gt; &lt;!-- default path is soap.php \
                --&gt;
     &lt;function version=&quot;1.0&quot;&gt;package.listAll&lt;/function&gt;
@@ -91,7 +91,7 @@
     &lt;function version=&quot;1.0&quot;&gt;package.search&lt;/function&gt;
    &lt;/xmlrpc&gt;
    &lt;rest&gt; &lt;!-- no default path, all must be defined in baseurl --&gt;
-    &lt;baseurl type=&quot;package&quot;&gt;http://foo2.example.com/rest/1.0/package&lt;/baseurl&gt;
 +    &lt;baseurl type=&quot;REST1.0&quot;&gt;http://foo2.example.com/rest/&lt;/baseurl&gt;
  &lt;/rest&gt; 
   &lt;/mirror&gt;
  &lt;/servers&gt;
@@ -226,9 +226,9 @@
    <title>&lt;xmlrpc&gt;, &lt;soap&gt;, &lt;rest&gt;</title>
    <para>
     channel.xml knows about the XML-RPC, SOAP, and REST protocols for web services.
-    However, the PEAR installer only supports XML-RPC currently, and may support
-    REST shortly.  No support for SOAP is planned for the near future.  However, \
                should
-    it ever be implemented, channel.xml is ready.
+    However, the PEAR installer only supports REST currently, and may support
+    other methods in the future.  No support for SOAP is planned for the near \
future. +    However, should it ever be implemented, channel.xml is ready.
    </para>
    <para>
     The &lt;xmlrpc&gt; and &lt;soap&gt; tags have identical formats.  Both tags can \
contain @@ -244,8 +244,8 @@
     The &lt;rest&gt; tag reflects the design concept behind REST: each resource is
     defined by a base URL in tag &lt;baseurl&gt; that is then used by the installer
     along with hyperlinks to glean the same information that XML-RPC or SOAP would
-    provide.  Required attribute &quot;type&quot; tells the installer what kind of
-    information is provided by the base URL, and how to parse that information.
+    provide.  Required attribute &quot;type&quot; tells the installer what version \
of +    the PEAR installer REST interface is provided at the base URL.
    </para>
    <refsect3 id="guide.migrating.channels.xml.protocols.function">
     <title>&lt;function&gt;</title>

-- 
PEAR Documentation List Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic