Quellcode durchsuchen

[MANUAL] English:

- some manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22397 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas vor 15 Jahren
Ursprung
Commit
eae7c75824

+ 8 - 8
documentation/manual/en/module_specs/Zend_Gdata_Gapps.xml

@@ -135,7 +135,7 @@ $user = $gdata->insertUser($user);
             <para>
             <para>
                 The user's password should normally be provided as cleartext.
                 The user's password should normally be provided as cleartext.
                 Optionally, the password can be provided as an SHA-1 digest if
                 Optionally, the password can be provided as an SHA-1 digest if
-                <code>login->passwordHashFunction</code> is set to 'SHA-1'.
+                <command>login->passwordHashFunction</command> is set to 'SHA-1'.
             </para>
             </para>
         </sect3>
         </sect3>
 
 
@@ -256,7 +256,7 @@ $user = $user->save();
 
 
                 <para>
                 <para>
                     A user's password can be reset to a new value by updating
                     A user's password can be reset to a new value by updating
-                    the <code>login->password</code> property.
+                    the <command>login->password</command> property.
                 </para>
                 </para>
 
 
                 <programlisting language="php"><![CDATA[
                 <programlisting language="php"><![CDATA[
@@ -278,7 +278,7 @@ $user = $user->save();
                 <para>
                 <para>
                     A user can be forced to change their password at their
                     A user can be forced to change their password at their
                     next login by setting the
                     next login by setting the
-                    <code>login->changePasswordAtNextLogin</code> property to
+                    <command>login->changePasswordAtNextLogin</command> property to
                     <constant>TRUE</constant>.
                     <constant>TRUE</constant>.
                 </para>
                 </para>
 
 
@@ -290,7 +290,7 @@ $user = $user->save();
 
 
                 <para>
                 <para>
                     Similarly, this can be undone by setting the
                     Similarly, this can be undone by setting the
-                    <code>login->changePasswordAtNextLogin</code> property to
+                    <command>login->changePasswordAtNextLogin</command> property to
                     <constant>FALSE</constant>.
                     <constant>FALSE</constant>.
                 </para>
                 </para>
             </sect4>
             </sect4>
@@ -314,7 +314,7 @@ $gdata->restoreUser('foo');
 
 
                 <para>
                 <para>
                     Alternatively, you can set the UserEntry's
                     Alternatively, you can set the UserEntry's
-                    <code>login->suspended</code> property to
+                    <command>login->suspended</command> property to
                     <constant>TRUE</constant>.
                     <constant>TRUE</constant>.
                 </para>
                 </para>
 
 
@@ -326,7 +326,7 @@ $user = $user->save();
 
 
                 <para>
                 <para>
                     To restore the user's access, set the
                     To restore the user's access, set the
-                    <code>login->suspended</code> property to
+                    <command>login->suspended</command> property to
                     <constant>FALSE</constant>.
                     <constant>FALSE</constant>.
                 </para>
                 </para>
             </sect4>
             </sect4>
@@ -336,7 +336,7 @@ $user = $user->save();
 
 
                 <para>
                 <para>
                     Users can be granted the ability to administer your domain
                     Users can be granted the ability to administer your domain
-                    by setting their <code>login->admin</code> property to
+                    by setting their <command>login->admin</command> property to
                     <constant>TRUE</constant>.
                     <constant>TRUE</constant>.
                 </para>
                 </para>
 
 
@@ -347,7 +347,7 @@ $user = $user->save();
 ]]></programlisting>
 ]]></programlisting>
 
 
                 <para>
                 <para>
-                    And as expected, setting a user's <code>login->admin</code>
+                    And as expected, setting a user's <command>login->admin</command>
                     property to <constant>FALSE</constant> revokes their
                     property to <constant>FALSE</constant> revokes their
                     administrative rights.
                     administrative rights.
                 </para>
                 </para>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Gdata_Gbase.xml

@@ -321,7 +321,7 @@ $feed = $service->getGbaseSnippetFeed($query);
 
 
             <para>
             <para>
                 Google Base items can contain item-specific attributes such as
                 Google Base items can contain item-specific attributes such as
-                <code>&lt;g:main_ingredient&gt;</code> and <code>&lt;g:weight&gt;</code>.
+                <emphasis>&lt;g:main_ingredient&gt;</emphasis> and <emphasis>&lt;g:weight&gt;</emphasis>.
             </para>
             </para>
 
 
             <para>
             <para>

+ 9 - 8
documentation/manual/en/module_specs/Zend_Gdata_Health.xml

@@ -283,9 +283,9 @@ $healthService = new Zend_Gdata_Health($client,
 
 
         <para>
         <para>
             To query the user's profile feed, make sure your initial AuthSub token was requested
             To query the user's profile feed, make sure your initial AuthSub token was requested
-            with the <code>permission=1</code> parameter set. The process of extracting data from
-            the profile requires two steps, sending a query and iterating through the resulting
-            feed.
+            with the <property>permission</property> parameter set to <emphasis>1</emphasis>. The
+            process of extracting data from the profile requires two steps, sending a query and
+            iterating through the resulting feed.
         </para>
         </para>
 
 
         <sect3 id="zend.gdata.health.profilefeed.query">
         <sect3 id="zend.gdata.health.profilefeed.query">
@@ -328,7 +328,7 @@ $profileFeed = $healthService->getHealthProfileFeed($query);
 
 
                 <para>
                 <para>
                     Using <methodname>setDigest("true")</methodname> returns all of user's CCR data
                     Using <methodname>setDigest("true")</methodname> returns all of user's CCR data
-                    in a single Atom <code>&lt;entry&gt;</code>.
+                    in a single Atom <emphasis>&lt;entry&gt;</emphasis>.
                 </para>
                 </para>
 
 
                 <para>
                 <para>
@@ -354,8 +354,9 @@ $profileFeed = $healthService->getHealthProfileFeed($query);
 
 
             <para>
             <para>
                 Each Google Health entry contains CCR data, however, using the
                 Each Google Health entry contains CCR data, however, using the
-                <code>digest=true</code> query parameter will consolidate all of the CCR elements
-                (that match your query) into a single Atom <code>&lt;entry&gt;</code>.
+                <property>digest</property> query parameter and setting is to
+                <constant>TRUE</constant> will consolidate all of the CCR elements
+                (that match your query) into a single Atom <emphasis>&lt;entry&gt;</emphasis>.
             </para>
             </para>
 
 
             <para>
             <para>
@@ -423,8 +424,8 @@ foreach ($conditions as $cond) {
             Since ClientLogin requires a profile ID with each of its feeds, applications will likely
             Since ClientLogin requires a profile ID with each of its feeds, applications will likely
             want to query this feed first in order to select the appropriate profile. The profile
             want to query this feed first in order to select the appropriate profile. The profile
             list feed returns Atom entries corresponding each profile in the user's Google Health
             list feed returns Atom entries corresponding each profile in the user's Google Health
-            account. The profile ID is returned in the Atom <code>&lt;content&gt;</code> and the
-            profile name in the <code>&lt;title&gt;</code> element.
+            account. The profile ID is returned in the Atom <emphasis>&lt;content&gt;</emphasis> and
+            the profile name in the <emphasis>&lt;title&gt;</emphasis> element.
         </para>
         </para>
 
 
         <sect3 id="zend.gdata.health.profilelist.query">
         <sect3 id="zend.gdata.health.profilelist.query">