Browse Source

[MANUAL] English:

- fixing tabs to spaces
- erased endline spaces

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21814 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 years ago
parent
commit
75a038a41a

+ 19 - 19
documentation/manual/en/module_specs/Zend_Captcha-Adapters.xml

@@ -41,21 +41,21 @@
             </listitem>
             </listitem>
 
 
             <listitem>
             <listitem>
-				<para>
-					<methodname>setTimeout($ttl)</methodname> and 
-					<methodname>getTimeout()</methodname> allow you to specify the time-to-live of
-					the session token, and to retrieve the current value. <varname>$ttl</varname>
-					should be specified in seconds.
-				</para>
-			</listitem>
+                <para>
+                    <methodname>setTimeout($ttl)</methodname> and
+                    <methodname>getTimeout()</methodname> allow you to specify the time-to-live of
+                    the session token, and to retrieve the current value. <varname>$ttl</varname>
+                    should be specified in seconds.
+                </para>
+            </listitem>
 
 
             <listitem>
             <listitem>
                 <para>
                 <para>
-					<methodname>setUseNumbers($numbers)</methodname> and
-					<methodname>getUseNumbers()</methodname> allow you to specify if numbers will be
-					considered as possible characters for the random work or only letters would be used.
-				</para>
-			</listitem>
+                    <methodname>setUseNumbers($numbers)</methodname> and
+                    <methodname>getUseNumbers()</methodname> allow you to specify if numbers will be
+                    considered as possible characters for the random work or only letters would be used.
+                </para>
+            </listitem>
 
 
             <listitem>
             <listitem>
                 <para>
                 <para>
@@ -244,14 +244,14 @@
 
 
             <listitem><para>
             <listitem><para>
                 <methodname>setDotNoiseLevel($level)</methodname> and <methodname>getDotNoiseLevel()</methodname>,
                 <methodname>setDotNoiseLevel($level)</methodname> and <methodname>getDotNoiseLevel()</methodname>,
-				along with <methodname>setLineNoiseLevel($level)</methodname> and 
-				<methodname>getLineNoiseLevel()</methodname>,
-				allow you to control how much "noise" in the form of random dots and lines the image 
-				would contain. Each unit of <varname>$level</varname> produces one random dot or line. 
-				The default is 100 dots and 5 lines. The noise is added twice - before and after
-				the image distortion transformation.
+                along with <methodname>setLineNoiseLevel($level)</methodname> and
+                <methodname>getLineNoiseLevel()</methodname>,
+                allow you to control how much "noise" in the form of random dots and lines the image
+                would contain. Each unit of <varname>$level</varname> produces one random dot or line.
+                The default is 100 dots and 5 lines. The noise is added twice - before and after
+                the image distortion transformation.
             </para></listitem>
             </para></listitem>
-			</itemizedlist>
+            </itemizedlist>
 
 
         <para>
         <para>
             All of the above options may be passed to the
             All of the above options may be passed to the

+ 22 - 22
documentation/manual/en/module_specs/Zend_Feed_Writer.xml

@@ -61,7 +61,7 @@
             objects also contain methods to allow for fast rendering and export of the final feed,
             objects also contain methods to allow for fast rendering and export of the final feed,
             and these can be reused at will.
             and these can be reused at will.
         </para>
         </para>
-        
+
         <para>
         <para>
             In addition to the main data container classes, there are two additional Atom 2.0 specific
             In addition to the main data container classes, there are two additional Atom 2.0 specific
             classes. <classname>Zend_Feed_Writer_Source</classname> and <classname>
             classes. <classname>Zend_Feed_Writer_Source</classname> and <classname>
@@ -80,7 +80,7 @@
             <classname>Exception</classname>s, this removes the default safeguard of ensuring you
             <classname>Exception</classname>s, this removes the default safeguard of ensuring you
             have sufficient data set to render a wholly valid feed.
             have sufficient data set to render a wholly valid feed.
         </para>
         </para>
-        
+
         <para>
         <para>
             To explain this more clearly, you may construct a set of data containers for a feed where
             To explain this more clearly, you may construct a set of data containers for a feed where
             there is a Feed container, into which has been added some Entry containers and a Deleted
             there is a Feed container, into which has been added some Entry containers and a Deleted
@@ -224,12 +224,12 @@ $out = $feed->export('atom');
             <acronym>API</acronym> closely matches that for <classname>Zend_Feed_Reader</classname>
             <acronym>API</acronym> closely matches that for <classname>Zend_Feed_Reader</classname>
             to avoid undue confusion and uncertainty.
             to avoid undue confusion and uncertainty.
         </para>
         </para>
-        
+
         <note>
         <note>
             <para>Users have commented that the lack of a simple array based notation for input data
             <para>Users have commented that the lack of a simple array based notation for input data
             gives rise to lengthy tracts of code. This will be addressed in a future release.</para>
             gives rise to lengthy tracts of code. This will be addressed in a future release.</para>
         </note>
         </note>
-        
+
         <para>
         <para>
             <classname>Zend_Feed_Writer</classname> offers this <acronym>API</acronym> via its data
             <classname>Zend_Feed_Writer</classname> offers this <acronym>API</acronym> via its data
             container classes <classname>Zend_Feed_Writer_Feed</classname> and
             container classes <classname>Zend_Feed_Writer_Feed</classname> and
@@ -252,7 +252,7 @@ $out = $feed->export('atom');
             methods operate at the same level as the Core <acronym>API</acronym> though we do allow
             methods operate at the same level as the Core <acronym>API</acronym> though we do allow
             you to retrieve any specific Extension object separately if required.
             you to retrieve any specific Extension object separately if required.
         </para>
         </para>
-        
+
         <para>
         <para>
             The Feed Level API for data is contained in <classname>Zend_Feed_Writer_Feed</classname>.
             The Feed Level API for data is contained in <classname>Zend_Feed_Writer_Feed</classname>.
             In addition to the API detailed below, the class also implements the <classname>Countable
             In addition to the API detailed below, the class also implements the <classname>Countable
@@ -413,7 +413,7 @@ $out = $feed->export('atom');
                             a single category at a time.
                             a single category at a time.
                         </entry>
                         </entry>
                     </row>
                     </row>
-                    
+
                     <row>
                     <row>
                         <entry><methodname>createEntry()</methodname></entry>
                         <entry><methodname>createEntry()</methodname></entry>
                         <entry>Returns a new instance of <classname>Zend_Feed_Writer_Entry
                         <entry>Returns a new instance of <classname>Zend_Feed_Writer_Entry
@@ -422,13 +422,13 @@ $out = $feed->export('atom');
                         must explicitly call <methodname>addEntry()</methodname>
                         must explicitly call <methodname>addEntry()</methodname>
                         to add the entry for rendering.</entry>
                         to add the entry for rendering.</entry>
                     </row>
                     </row>
-                    
+
                     <row>
                     <row>
                         <entry><methodname>addEntry()</methodname></entry>
                         <entry><methodname>addEntry()</methodname></entry>
                         <entry>Adds an instance of <classname>Zend_Feed_Writer_Entry
                         <entry>Adds an instance of <classname>Zend_Feed_Writer_Entry
                         </classname> to the current feed container for rendering.</entry>
                         </classname> to the current feed container for rendering.</entry>
                     </row>
                     </row>
-                    
+
                     <row>
                     <row>
                         <entry><methodname>createTombstone()</methodname></entry>
                         <entry><methodname>createTombstone()</methodname></entry>
                         <entry>Returns a new instance of <classname>Zend_Feed_Writer_Deleted
                         <entry>Returns a new instance of <classname>Zend_Feed_Writer_Deleted
@@ -437,19 +437,19 @@ $out = $feed->export('atom');
                         must explicitly call <methodname>addTombstone()</methodname>
                         must explicitly call <methodname>addTombstone()</methodname>
                         to add the deleted entry for rendering.</entry>
                         to add the deleted entry for rendering.</entry>
                     </row>
                     </row>
-                    
+
                     <row>
                     <row>
                         <entry><methodname>addTombstone()</methodname></entry>
                         <entry><methodname>addTombstone()</methodname></entry>
                         <entry>Adds an instance of <classname>Zend_Feed_Writer_Deleted
                         <entry>Adds an instance of <classname>Zend_Feed_Writer_Deleted
                         </classname> to the current feed container for rendering.</entry>
                         </classname> to the current feed container for rendering.</entry>
                     </row>
                     </row>
-                    
+
                     <row>
                     <row>
                         <entry><methodname>removeEntry()</methodname></entry>
                         <entry><methodname>removeEntry()</methodname></entry>
                         <entry>Accepts a parameter indicating an array index of the
                         <entry>Accepts a parameter indicating an array index of the
                         entry to remove from the feed.</entry>
                         entry to remove from the feed.</entry>
                     </row>
                     </row>
-                    
+
                     <row>
                     <row>
                         <entry><methodname>export()</methodname></entry>
                         <entry><methodname>export()</methodname></entry>
                         <entry>Exports the entire data hierarchy to an XML feed. The method
                         <entry>Exports the entire data hierarchy to an XML feed. The method
@@ -460,14 +460,14 @@ $out = $feed->export('atom');
                 </tbody>
                 </tbody>
             </tgroup>
             </tgroup>
         </table>
         </table>
-        
+
         <note>
         <note>
             <para>In addition to these setters, there are also matching getters to retrieve data from the
             <para>In addition to these setters, there are also matching getters to retrieve data from the
             Entry data container.</para>
             Entry data container.</para>
         </note>
         </note>
-        
+
         <!-- remaining feed stuff -->
         <!-- remaining feed stuff -->
-        
+
     </sect2>
     </sect2>
 
 
     <sect2 id="zend.feed.writer.setting.entry.data.points">
     <sect2 id="zend.feed.writer.setting.entry.data.points">
@@ -482,7 +482,7 @@ $out = $feed->export('atom');
             methods operate at the same level as the Core <acronym>API</acronym> though we do allow
             methods operate at the same level as the Core <acronym>API</acronym> though we do allow
             you to retrieve any specific Extension object separately if required.
             you to retrieve any specific Extension object separately if required.
         </para>
         </para>
-        
+
         <para>
         <para>
             The Entry Level API for data is contained in <classname>Zend_Feed_Writer_Entry</classname>.
             The Entry Level API for data is contained in <classname>Zend_Feed_Writer_Entry</classname>.
         </para>
         </para>
@@ -512,7 +512,7 @@ $out = $feed->export('atom');
                         <entry><methodname>setDescription()</methodname></entry>
                         <entry><methodname>setDescription()</methodname></entry>
                         <entry>Set the text description of the entry.</entry>
                         <entry>Set the text description of the entry.</entry>
                     </row>
                     </row>
-                    
+
                     <row>
                     <row>
                         <entry><methodname>setContent()</methodname></entry>
                         <entry><methodname>setContent()</methodname></entry>
                         <entry>Set the content of the entry.</entry>
                         <entry>Set the content of the entry.</entry>
@@ -612,7 +612,7 @@ $out = $feed->export('atom');
                             <acronym>URI</acronym>.
                             <acronym>URI</acronym>.
                         </entry>
                         </entry>
                     </row>
                     </row>
-                    
+
                     <row>
                     <row>
                         <entry><methodname>setCommentCount()</methodname></entry>
                         <entry><methodname>setCommentCount()</methodname></entry>
 
 
@@ -622,7 +622,7 @@ $out = $feed->export('atom');
                             on the element/attribute needed.
                             on the element/attribute needed.
                         </entry>
                         </entry>
                     </row>
                     </row>
-                    
+
                     <row>
                     <row>
                         <entry><methodname>setCommentLink()</methodname></entry>
                         <entry><methodname>setCommentLink()</methodname></entry>
 
 
@@ -630,7 +630,7 @@ $out = $feed->export('atom');
                             Seta a link to a HTML page containing comments associated with this entry.
                             Seta a link to a HTML page containing comments associated with this entry.
                         </entry>
                         </entry>
                     </row>
                     </row>
-                    
+
                     <row>
                     <row>
                         <entry><methodname>setCommentFeedLink()</methodname></entry>
                         <entry><methodname>setCommentFeedLink()</methodname></entry>
 
 
@@ -640,7 +640,7 @@ $out = $feed->export('atom');
                             the type is one of "rdf", "rss" or "atom".
                             the type is one of "rdf", "rss" or "atom".
                         </entry>
                         </entry>
                     </row>
                     </row>
-                    
+
                     <row>
                     <row>
                         <entry><methodname>setCommentFeedLinks()</methodname></entry>
                         <entry><methodname>setCommentFeedLinks()</methodname></entry>
 
 
@@ -650,7 +650,7 @@ $out = $feed->export('atom');
                             expected parameters of <methodname>setCommentFeedLink()</methodname>.
                             expected parameters of <methodname>setCommentFeedLink()</methodname>.
                         </entry>
                         </entry>
                     </row>
                     </row>
-                    
+
                     <row>
                     <row>
                         <entry><methodname>setEncoding()</methodname></entry>
                         <entry><methodname>setEncoding()</methodname></entry>
 
 
@@ -662,7 +662,7 @@ $out = $feed->export('atom');
                 </tbody>
                 </tbody>
             </tgroup>
             </tgroup>
         </table>
         </table>
-        
+
         <note>
         <note>
             <para>In addition to these setters, there are also matching getters to retrieve data from the
             <para>In addition to these setters, there are also matching getters to retrieve data from the
             Entry data container.</para>
             Entry data container.</para>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Http_Client-Adapters.xml

@@ -129,7 +129,7 @@
                             <entry>string</entry>
                             <entry>string</entry>
                             <entry><constant>NULL</constant></entry>
                             <entry><constant>NULL</constant></entry>
                         </row>
                         </row>
-                        
+
                         <row>
                         <row>
                             <entry>sslusecontext</entry>
                             <entry>sslusecontext</entry>
 
 

+ 1 - 1
documentation/manual/en/module_specs/Zend_Http_Cookie-Handling.xml

@@ -109,7 +109,7 @@
                         <listitem>
                         <listitem>
                             <para>
                             <para>
                             <varname>$cookieStr</varname>: a cookie string as represented in the
                             <varname>$cookieStr</varname>: a cookie string as represented in the
-                           'Set-Cookie' <acronym>HTTP</acronym> response header or 'Cookie' 
+                           'Set-Cookie' <acronym>HTTP</acronym> response header or 'Cookie'
                            <acronym>HTTP</acronym> request header (required)
                            <acronym>HTTP</acronym> request header (required)
                             </para>
                             </para>
                         </listitem>
                         </listitem>

+ 2 - 2
documentation/manual/en/tutorials/quickstart-create-form.xml

@@ -91,10 +91,10 @@ class Application_Form_Guestbook extends Zend_Form
 
 
     <programlisting language="shell"><![CDATA[
     <programlisting language="shell"><![CDATA[
 % zf create action sign Guestbook
 % zf create action sign Guestbook
-Creating an action named sign inside controller 
+Creating an action named sign inside controller
     at application/controllers/GuestbookController.php
     at application/controllers/GuestbookController.php
 Updating project profile '.zfproject.xml'
 Updating project profile '.zfproject.xml'
-Creating a view script for the sign action method 
+Creating a view script for the sign action method
     at application/views/scripts/guestbook/sign.phtml
     at application/views/scripts/guestbook/sign.phtml
 Updating project profile '.zfproject.xml'
 Updating project profile '.zfproject.xml'
 ]]></programlisting>
 ]]></programlisting>