Jelajahi Sumber

[DOCUMENTATION] English: fix compilation errors

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23015 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael 15 tahun lalu
induk
melakukan
cf7bd595a1

+ 11 - 7
documentation/manual/en/module_specs/Zend_Cloud_DocumentService.xml

@@ -83,7 +83,7 @@ $documents = Zend_Cloud_DocumentService_Factory::getAdapter(array(
         <title>Supported Adapter Options</title>
 
         <table frame="all" id="zend.cloud.documentservice.options.general">
-            <table>Zend_Cloud_DocumentService_Adapter Common Options</table>
+            <title>Zend_Cloud_DocumentService_Adapter Common Options</title>
             <tgroup cols="4">
                 <thead>
                     <row>
@@ -471,15 +471,19 @@ class Zend_Cloud_DocumentService_Document
 
                     <itemizedlist>
                         <listitem>
-                            If the <varname>default_partition_key</varname> setting was provided to
-                            the constructor, or passed to the
-                            <methodname>setDefaultPartitionKey()</methodname> method, that value
-                            will be used for the <varname>PartitionKey</varname>.
+                            <para>
+                                If the <varname>default_partition_key</varname> setting was provided
+                                to the constructor, or passed to the
+                                <methodname>setDefaultPartitionKey()</methodname> method, that value
+                                will be used for the <varname>PartitionKey</varname>.
+                            </para>
                         </listitem>
 
                         <listitem>
-                            Otherwise, the name of the collection on which you are operating will be
-                            used.
+                            <para>
+                                Otherwise, the name of the collection on which you are operating
+                                will be used.
+                            </para>
                         </listitem>
                     </itemizedlist>
                 </listitem>

+ 25 - 12
documentation/manual/en/module_specs/Zend_Cloud_QueueService.xml

@@ -20,15 +20,24 @@
     
     <itemizedlist>
         <listitem>
-            <ulink url="http://aws.amazon.com/sqs/"><classname>Zend_Cloud_QueueService_Adapter_Sqs</classname></ulink>
+            <para>
+                <ulink
+                    url="http://aws.amazon.com/sqs/"><classname>Zend_Cloud_QueueService_Adapter_Sqs</classname></ulink>
+            </para>
         </listitem>
 
         <listitem>
-            <ulink url="http://msdn.microsoft.com/en-us/library/dd179363.aspx"><classname>Zend_Cloud_QueueService_Adapter_WindowsAzure</classname></ulink>
+            <para>
+                <ulink
+                    url="http://msdn.microsoft.com/en-us/library/dd179363.aspx"><classname>Zend_Cloud_QueueService_Adapter_WindowsAzure</classname></ulink>
+            </para>
         </listitem>
 
         <listitem>
-            <ulink url="http://aws.amazon.com/sqs/"><classname>Zend_Cloud_QueueService_Adapter_ZendQueue</classname></ulink>
+            <para>
+                <ulink
+                    url="http://aws.amazon.com/sqs/"><classname>Zend_Cloud_QueueService_Adapter_ZendQueue</classname></ulink>
+            </para>
         </listitem>
     </itemizedlist>
     
@@ -38,8 +47,8 @@
         <para>
             To instantiate a QueueService adapter, use the static method 
             <methodname>Zend_Cloud_QueueService_Factory::getAdapter()</methodname>, which accepts
-            either an array or a <classname>Zend_Config</classname> object. Three parameters apply to all adapters, while 
-            the remaining
+            either an array or a <classname>Zend_Config</classname> object. Three parameters apply
+            to all adapters, while the remaining
             parameters are adapter-specific properties; these adapter-specific properties often
             contain access details.
         </para>
@@ -50,19 +59,23 @@
 
         <itemizedlist>
             <listitem>
-                <varname>queue_adapter</varname> specifies the concrete adapter class;
+                <para><varname>queue_adapter</varname> specifies the concrete adapter class;</para>
             </listitem>
 
             <listitem>
-                <varname>message_class</varname> specifies the class to use to
-                represent queue messages; defaults to
-                <classname>Zend_Cloud_QueueService_Message</classname>; and
+                <para>
+                    <varname>message_class</varname> specifies the class to use to
+                    represent queue messages; defaults to
+                    <classname>Zend_Cloud_QueueService_Message</classname>; and
+                </para>
             </listitem>
 
             <listitem>
-                <varname>messageset_class</varname> specifies the class to use
-                to represent collections of queue messages; defaults to
-                <classname>Zend_Cloud_QueueService_MesageSet</classname>.
+                <para>
+                    <varname>messageset_class</varname> specifies the class to use
+                    to represent collections of queue messages; defaults to
+                    <classname>Zend_Cloud_QueueService_MesageSet</classname>.
+                </para>
             </listitem>
         </itemizedlist>
         

+ 15 - 4
documentation/manual/en/module_specs/Zend_Cloud_StorageService.xml

@@ -20,19 +20,30 @@
         
         <itemizedlist>
             <listitem>
-                <ulink url="http://aws.amazon.com/s3/"><classname>Zend_Cloud_StorageService_Adapter_S3</classname></ulink>
+                <para>
+                    <ulink
+                        url="http://aws.amazon.com/s3/"><classname>Zend_Cloud_StorageService_Adapter_S3</classname></ulink>
+                </para>
             </listitem>
 
             <listitem>
-                <ulink url="http://msdn.microsoft.com/en-us/library/dd179423.aspx"><classname>Zend_Cloud_StorageService_Adapter_WindowsAzure</classname></ulink>
+                <para>
+                    <ulink
+                        url="http://msdn.microsoft.com/en-us/library/dd179423.aspx"><classname>Zend_Cloud_StorageService_Adapter_WindowsAzure</classname></ulink>
+                </para>
             </listitem>
 
             <listitem>
-                <ulink url="http://developer.nirvanix.com/sitefiles/1000/API.html"><classname>Zend_Cloud_StorageService_Adapter_Nirvanix</classname></ulink>
+                <para>
+                    <ulink
+                        url="http://developer.nirvanix.com/sitefiles/1000/API.html"><classname>Zend_Cloud_StorageService_Adapter_Nirvanix</classname></ulink>
+                </para>
             </listitem>
 
             <listitem>
-                <classname>Zend_Cloud_StorageService_Adapter_FileSystem</classname>
+                <para>
+                    <classname>Zend_Cloud_StorageService_Adapter_FileSystem</classname>
+                </para>
             </listitem>
         </itemizedlist>