Ver código fonte

[DOCUMENTATION] English:

- some manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16855 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 anos atrás
pai
commit
a17f69abc0

+ 4 - 4
documentation/manual/en/module_specs/Zend_Application-CoreFunctionality-Application.xml

@@ -28,7 +28,7 @@
             </thead>
             <tbody>
                 <row>
-                    <entry><property>phpSettings</property></entry>
+                    <entry><emphasis><property>phpSettings</property></emphasis></entry>
                     <entry><para>
                         Array of <filename>php.ini</filename> settings to use. Keys should be the
                         <filename>php.ini</filename> keys.
@@ -36,7 +36,7 @@
                 </row>
 
                 <row>
-                    <entry><property>includePaths</property></entry>
+                    <entry><emphasis><property>includePaths</property></emphasis></entry>
                     <entry><para>
                         Additional paths to prepend to the
                         <emphasis>include_path</emphasis>. Should be an array of paths.
@@ -44,7 +44,7 @@
                 </row>
 
                 <row>
-                    <entry><property>autoloaderNamespaces</property></entry>
+                    <entry><emphasis><property>autoloaderNamespaces</property></emphasis></entry>
                     <entry><para>
                         Array of additional namespaces to register with the
                         <classname>Zend_Loader_Autoloader</classname> instance.
@@ -52,7 +52,7 @@
                 </row>
 
                 <row>
-                    <entry><property>bootstrap</property></entry>
+                    <entry><emphasis><property>bootstrap</property></emphasis></entry>
                     <entry><para>
                         Either the string path to the bootstrap class, or an array
                         with elements for the 'path' and 'class' for the application

+ 7 - 7
documentation/manual/en/module_specs/Zend_Auth_Adapter_DbTable.xml

@@ -21,24 +21,24 @@
         <itemizedlist>
             <listitem>
                 <para>
-                    <property>tableName</property>: This is the name of the database
-                    table that contains the authentication credentials,
+                    <emphasis><property>tableName</property></emphasis>: This is the name of the
+                    database table that contains the authentication credentials,
                     and against which the database authentication query is
                     performed.
                 </para>
             </listitem>
             <listitem>
                 <para>
-                    <property>identityColumn</property>: This is the name of the
-                    database table column used to represent the identity.
+                    <emphasis><property>identityColumn</property></emphasis>: This is the name of
+                    the database table column used to represent the identity.
                     The identity column must contain unique values, such as
                     a username or e-mail address.
                 </para>
             </listitem>
             <listitem>
                 <para>
-                    <property>credentialColumn</property>: This is the name of the
-                    database table column used to represent the credential.
+                    <emphasis><property>credentialColumn</property></emphasis>: This is the name
+                    of the database table column used to represent the credential.
                     Under a simple identity and password authentication
                     scheme, the credential value corresponds to the
                     password. See also the <property>credentialTreatment</property>
@@ -47,7 +47,7 @@
             </listitem>
             <listitem>
                 <para>
-                    <property>credentialTreatment</property>: In many cases,
+                    <emphasis><property>credentialTreatment</property></emphasis>: In many cases,
                     passwords and other sensitive data are encrypted,
                     hashed, encoded, obscured, salted or otherwise treated
                     through some function or algorithm. By specifying a

+ 5 - 5
documentation/manual/en/module_specs/Zend_Auth_Adapter_Http.xml

@@ -113,7 +113,7 @@
                 </thead>
                 <tbody>
                     <row>
-                        <entry><property>accept_schemes</property></entry>
+                        <entry><emphasis><property>accept_schemes</property></emphasis></entry>
                         <entry>Yes</entry>
                         <entry>
                             Determines which authentication schemes the adapter will accept from
@@ -122,7 +122,7 @@
                         </entry>
                     </row>
                     <row>
-                        <entry><property>realm</property></entry>
+                        <entry><emphasis><property>realm</property></emphasis></entry>
                         <entry>Yes</entry>
                         <entry>
                             Sets the authentication realm; usernames should be unique within a
@@ -130,7 +130,7 @@
                         </entry>
                     </row>
                     <row>
-                        <entry><property>digest_domains</property></entry>
+                        <entry><emphasis><property>digest_domains</property></emphasis></entry>
                         <entry>
                             Yes, when <property>'accept_schemes'</property> contains
                             <emphasis>'digest'</emphasis>
@@ -142,7 +142,7 @@
                         </entry>
                     </row>
                     <row>
-                        <entry><property>nonce_timeout</property></entry>
+                        <entry><emphasis><property>nonce_timeout</property></emphasis></entry>
                         <entry>
                             Yes, when <property>'accept_schemes'</property> contains
                             <emphasis>'digest'</emphasis>
@@ -153,7 +153,7 @@
                         </entry>
                     </row>
                     <row>
-                        <entry><property>proxy_auth</property></entry>
+                        <entry><emphasis><property>proxy_auth</property></emphasis></entry>
                         <entry>No</entry>
                         <entry>
                             Disabled by default. Enable to perform Proxy authentication, instead

+ 30 - 30
documentation/manual/en/module_specs/Zend_Auth_Adapter_Ldap.xml

@@ -288,14 +288,14 @@ Array
                 </thead>
                 <tbody>
                     <row>
-                        <entry><property>host</property></entry>
+                        <entry><emphasis><property>host</property></emphasis></entry>
                         <entry>
                             The hostname of <acronym>LDAP</acronym> server that these options
                             represent. This option is required.
                         </entry>
                     </row>
                     <row>
-                        <entry><property>port</property></entry>
+                        <entry><emphasis><property>port</property></emphasis></entry>
                         <entry>
                             The port on which the <acronym>LDAP</acronym> server is listening. If
                             <emphasis>useSsl</emphasis> is <constant>TRUE</constant>, the default
@@ -305,7 +305,7 @@ Array
                         </entry>
                     </row>
                     <row>
-                        <entry><property>useStartTls</property></entry>
+                        <entry><emphasis><property>useStartTls</property></emphasis></entry>
                         <entry>
                             Whether or not the <acronym>LDAP</acronym> client should use
                             <acronym>TLS</acronym> (aka SSLv2) encrypted transport. A value of
@@ -320,7 +320,7 @@ Array
                         </entry>
                     </row>
                     <row>
-                        <entry><property>useSsl</property></entry>
+                        <entry><emphasis><property>useSsl</property></emphasis></entry>
                         <entry>
                             Whether or not the <acronym>LDAP</acronym> client should use
                             <acronym>SSL</acronym> encrypted transport. The
@@ -333,7 +333,7 @@ Array
                         </entry>
                     </row>
                     <row>
-                        <entry><property>username</property></entry>
+                        <entry><emphasis><property>username</property></emphasis></entry>
                         <entry>
                             The DN of the account used to perform account DN lookups.
                             <acronym>LDAP</acronym> servers that require the username to be in DN
@@ -346,7 +346,7 @@ Array
                         </entry>
                     </row>
                     <row>
-                        <entry><property>password</property></entry>
+                        <entry><emphasis><property>password</property></emphasis></entry>
                         <entry>
                             The password of the account used to perform account DN lookups. If this
                             option is not supplied, the <acronym>LDAP</acronym> client will attempt
@@ -354,7 +354,7 @@ Array
                         </entry>
                     </row>
                     <row>
-                        <entry><property>bindRequiresDn</property></entry>
+                        <entry><emphasis><property>bindRequiresDn</property></emphasis></entry>
                         <entry>
                             Some <acronym>LDAP</acronym> servers require that the username used to
                             bind be in DN form like
@@ -376,7 +376,7 @@ Array
                         </entry>
                     </row>
                     <row>
-                        <entry><property>baseDn</property></entry>
+                        <entry><emphasis><property>baseDn</property></emphasis></entry>
                         <entry>
                             The DN under which all accounts being authenticated are located. This
                             option is required. if you are uncertain about the correct
@@ -391,7 +391,7 @@ Array
                         </entry>
                     </row>
                     <row>
-                        <entry><property>accountCanonicalForm</property></entry>
+                        <entry><emphasis><property>accountCanonicalForm</property></emphasis></entry>
                         <entry>
                             A value of 2, 3 or 4 indicating the form to which account names should
                             be canonicalized after successful authentication. Values are as
@@ -420,7 +420,7 @@ Array
                         </entry>
                     </row>
                     <row>
-                        <entry><property>accountDomainName</property></entry>
+                        <entry><emphasis><property>accountDomainName</property></emphasis></entry>
                         <entry>
                             The <acronym>FQDN</acronym> domain name for which the target
                             <acronym>LDAP</acronym> server is an authority (e.g.,
@@ -438,7 +438,7 @@ Array
                         </entry>
                     </row>
                     <row>
-                        <entry><property>accountDomainNameShort</property></entry>
+                        <entry><emphasis><property>accountDomainNameShort</property></emphasis></entry>
                         <entry>
                             The 'short' domain for which the target <acronym>LDAP</acronym> server
                             is an authority (e.g., <acronym>FOO</acronym>). Note that there is a
@@ -453,7 +453,7 @@ Array
                         </entry>
                     </row>
                     <row>
-                        <entry><property>accountFilterFormat</property></entry>
+                        <entry><emphasis><property>accountFilterFormat</property></emphasis></entry>
                         <entry>
                             The <acronym>LDAP</acronym> search filter used to search for accounts.
                             This string is a <ulink
@@ -471,7 +471,7 @@ Array
                         </entry>
                     </row>
                     <row>
-                        <entry><property>optReferrals</property></entry>
+                        <entry><emphasis><property>optReferrals</property></emphasis></entry>
                         <entry>
                             If set to <constant>TRUE</constant>, this option indicates to the
                             <acronym>LDAP</acronym> client that referrals should be followed. The
@@ -580,27 +580,27 @@ Array
                     </thead>
                     <tbody>
                         <row>
-                            <entry><property>host</property></entry>
+                            <entry><emphasis><property>host</property></emphasis></entry>
                             <entry>
                                 As with all servers, this option is required.
                             </entry>
                         </row>
                         <row>
-                            <entry><property>useStartTls</property></entry>
+                            <entry><emphasis><property>useStartTls</property></emphasis></entry>
                             <entry>
                                 For the sake of security, this should be <constant>TRUE</constant>
                                 if the server has the necessary certificate installed.
                             </entry>
                         </row>
                         <row>
-                            <entry><property>useSsl</property></entry>
+                            <entry><emphasis><property>useSsl</property></emphasis></entry>
                             <entry>
                                 Possibly used as an alternative to <emphasis>useStartTls</emphasis>
                                 (see above).
                             </entry>
                         </row>
                         <row>
-                            <entry><property>baseDn</property></entry>
+                            <entry><emphasis><property>baseDn</property></emphasis></entry>
                             <entry>
                                 As with all servers, this option is required. By default AD places
                                 all user accounts under the <emphasis>Users</emphasis> container
@@ -611,7 +611,7 @@ Array
                             </entry>
                         </row>
                         <row>
-                            <entry><property>accountCanonicalForm</property></entry>
+                            <entry><emphasis><property>accountCanonicalForm</property></emphasis></entry>
                             <entry>
                                 You almost certainly want this to be 3 for backslash style names
                                 (e.g., <filename>FOO\alice</filename>), which are most familiar to
@@ -624,7 +624,7 @@ Array
                             </entry>
                         </row>
                         <row>
-                            <entry><property>accountDomainName</property></entry>
+                            <entry><emphasis><property>accountDomainName</property></emphasis></entry>
                             <entry>
                                 This is required with AD unless
                                 <property>accountCanonicalForm</property> 2 is used, which, again,
@@ -632,7 +632,7 @@ Array
                             </entry>
                         </row>
                         <row>
-                            <entry><property>accountDomainNameShort</property></entry>
+                            <entry><emphasis><property>accountDomainNameShort</property></emphasis></entry>
                             <entry>
                                 The NetBIOS name of the domain that users are in and for which the
                                 AD server is an authority. This is required if the backslash style
@@ -676,27 +676,27 @@ Array
                     </thead>
                     <tbody>
                         <row>
-                            <entry><property>host</property></entry>
+                            <entry><emphasis><property>host</property></emphasis></entry>
                             <entry>
                                 As with all servers, this option is required.
                             </entry>
                         </row>
                         <row>
-                            <entry><property>useStartTls</property></entry>
+                            <entry><emphasis><property>useStartTls</property></emphasis></entry>
                             <entry>
                                 For the sake of security, this should be <constant>TRUE</constant>
                                 if the server has the necessary certificate installed.
                             </entry>
                         </row>
                         <row>
-                            <entry><property>useSsl</property></entry>
+                            <entry><emphasis><property>useSsl</property></emphasis></entry>
                             <entry>
                                 Possibly used as an alternative to <property>useStartTls</property>
                                 (see above).
                             </entry>
                         </row>
                         <row>
-                            <entry><property>username</property></entry>
+                            <entry><emphasis><property>username</property></emphasis></entry>
                             <entry>
                                 Required and must be a DN, as OpenLDAP requires that usernames be
                                 in DN form when performing a bind. Try to use an unprivileged
@@ -704,7 +704,7 @@ Array
                             </entry>
                         </row>
                         <row>
-                            <entry><property>password</property></entry>
+                            <entry><emphasis><property>password</property></emphasis></entry>
                             <entry>
                                 The password corresponding to the username above, but this may be
                                 omitted if the <acronym>LDAP</acronym> server permits an anonymous
@@ -712,21 +712,21 @@ Array
                             </entry>
                         </row>
                         <row>
-                            <entry><property>bindRequiresDn</property></entry>
+                            <entry><emphasis><property>bindRequiresDn</property></emphasis></entry>
                             <entry>
                                 Required and must be <constant>TRUE</constant>, as OpenLDAP
                                 requires that usernames be in DN form when performing a bind.
                             </entry>
                         </row>
                         <row>
-                            <entry><property>baseDn</property></entry>
+                            <entry><emphasis><property>baseDn</property></emphasis></entry>
                             <entry>
                                 As with all servers, this option is required and indicates the DN
                                 under which all accounts being authenticated are located.
                             </entry>
                         </row>
                         <row>
-                            <entry><property>accountCanonicalForm</property></entry>
+                            <entry><emphasis><property>accountCanonicalForm</property></emphasis></entry>
                             <entry>
                                 Optional, but the default value is 4 (principal style names like
                                 <filename>alice@foo.net</filename>), which may not be ideal if your
@@ -736,7 +736,7 @@ Array
                             </entry>
                         </row>
                         <row>
-                            <entry><property>accountDomainName</property></entry>
+                            <entry><emphasis><property>accountDomainName</property></emphasis></entry>
                             <entry>
                                 Required unless you're using
                                 <property>accountCanonicalForm</property> 2, which is not
@@ -744,7 +744,7 @@ Array
                             </entry>
                         </row>
                         <row>
-                            <entry><property>accountDomainNameShort</property></entry>
+                            <entry><emphasis><property>accountDomainNameShort</property></emphasis></entry>
                             <entry>
                                 If AD is not also being used, this value is not required.
                                 Otherwise, if <property>accountCanonicalForm</property> 3 is used,