Procházet zdrojové kódy

[DOCUMENTATION] English:

- some manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16855 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas před 16 roky
rodič
revize
a17f69abc0

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

@@ -28,7 +28,7 @@
             </thead>
             </thead>
             <tbody>
             <tbody>
                 <row>
                 <row>
-                    <entry><property>phpSettings</property></entry>
+                    <entry><emphasis><property>phpSettings</property></emphasis></entry>
                     <entry><para>
                     <entry><para>
                         Array of <filename>php.ini</filename> settings to use. Keys should be the
                         Array of <filename>php.ini</filename> settings to use. Keys should be the
                         <filename>php.ini</filename> keys.
                         <filename>php.ini</filename> keys.
@@ -36,7 +36,7 @@
                 </row>
                 </row>
 
 
                 <row>
                 <row>
-                    <entry><property>includePaths</property></entry>
+                    <entry><emphasis><property>includePaths</property></emphasis></entry>
                     <entry><para>
                     <entry><para>
                         Additional paths to prepend to the
                         Additional paths to prepend to the
                         <emphasis>include_path</emphasis>. Should be an array of paths.
                         <emphasis>include_path</emphasis>. Should be an array of paths.
@@ -44,7 +44,7 @@
                 </row>
                 </row>
 
 
                 <row>
                 <row>
-                    <entry><property>autoloaderNamespaces</property></entry>
+                    <entry><emphasis><property>autoloaderNamespaces</property></emphasis></entry>
                     <entry><para>
                     <entry><para>
                         Array of additional namespaces to register with the
                         Array of additional namespaces to register with the
                         <classname>Zend_Loader_Autoloader</classname> instance.
                         <classname>Zend_Loader_Autoloader</classname> instance.
@@ -52,7 +52,7 @@
                 </row>
                 </row>
 
 
                 <row>
                 <row>
-                    <entry><property>bootstrap</property></entry>
+                    <entry><emphasis><property>bootstrap</property></emphasis></entry>
                     <entry><para>
                     <entry><para>
                         Either the string path to the bootstrap class, or an array
                         Either the string path to the bootstrap class, or an array
                         with elements for the 'path' and 'class' for the application
                         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>
         <itemizedlist>
             <listitem>
             <listitem>
                 <para>
                 <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
                     and against which the database authentication query is
                     performed.
                     performed.
                 </para>
                 </para>
             </listitem>
             </listitem>
             <listitem>
             <listitem>
                 <para>
                 <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
                     The identity column must contain unique values, such as
                     a username or e-mail address.
                     a username or e-mail address.
                 </para>
                 </para>
             </listitem>
             </listitem>
             <listitem>
             <listitem>
                 <para>
                 <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
                     Under a simple identity and password authentication
                     scheme, the credential value corresponds to the
                     scheme, the credential value corresponds to the
                     password. See also the <property>credentialTreatment</property>
                     password. See also the <property>credentialTreatment</property>
@@ -47,7 +47,7 @@
             </listitem>
             </listitem>
             <listitem>
             <listitem>
                 <para>
                 <para>
-                    <property>credentialTreatment</property>: In many cases,
+                    <emphasis><property>credentialTreatment</property></emphasis>: In many cases,
                     passwords and other sensitive data are encrypted,
                     passwords and other sensitive data are encrypted,
                     hashed, encoded, obscured, salted or otherwise treated
                     hashed, encoded, obscured, salted or otherwise treated
                     through some function or algorithm. By specifying a
                     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>
                 </thead>
                 <tbody>
                 <tbody>
                     <row>
                     <row>
-                        <entry><property>accept_schemes</property></entry>
+                        <entry><emphasis><property>accept_schemes</property></emphasis></entry>
                         <entry>Yes</entry>
                         <entry>Yes</entry>
                         <entry>
                         <entry>
                             Determines which authentication schemes the adapter will accept from
                             Determines which authentication schemes the adapter will accept from
@@ -122,7 +122,7 @@
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry><property>realm</property></entry>
+                        <entry><emphasis><property>realm</property></emphasis></entry>
                         <entry>Yes</entry>
                         <entry>Yes</entry>
                         <entry>
                         <entry>
                             Sets the authentication realm; usernames should be unique within a
                             Sets the authentication realm; usernames should be unique within a
@@ -130,7 +130,7 @@
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry><property>digest_domains</property></entry>
+                        <entry><emphasis><property>digest_domains</property></emphasis></entry>
                         <entry>
                         <entry>
                             Yes, when <property>'accept_schemes'</property> contains
                             Yes, when <property>'accept_schemes'</property> contains
                             <emphasis>'digest'</emphasis>
                             <emphasis>'digest'</emphasis>
@@ -142,7 +142,7 @@
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry><property>nonce_timeout</property></entry>
+                        <entry><emphasis><property>nonce_timeout</property></emphasis></entry>
                         <entry>
                         <entry>
                             Yes, when <property>'accept_schemes'</property> contains
                             Yes, when <property>'accept_schemes'</property> contains
                             <emphasis>'digest'</emphasis>
                             <emphasis>'digest'</emphasis>
@@ -153,7 +153,7 @@
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry><property>proxy_auth</property></entry>
+                        <entry><emphasis><property>proxy_auth</property></emphasis></entry>
                         <entry>No</entry>
                         <entry>No</entry>
                         <entry>
                         <entry>
                             Disabled by default. Enable to perform Proxy authentication, instead
                             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>
                 </thead>
                 <tbody>
                 <tbody>
                     <row>
                     <row>
-                        <entry><property>host</property></entry>
+                        <entry><emphasis><property>host</property></emphasis></entry>
                         <entry>
                         <entry>
                             The hostname of <acronym>LDAP</acronym> server that these options
                             The hostname of <acronym>LDAP</acronym> server that these options
                             represent. This option is required.
                             represent. This option is required.
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry><property>port</property></entry>
+                        <entry><emphasis><property>port</property></emphasis></entry>
                         <entry>
                         <entry>
                             The port on which the <acronym>LDAP</acronym> server is listening. If
                             The port on which the <acronym>LDAP</acronym> server is listening. If
                             <emphasis>useSsl</emphasis> is <constant>TRUE</constant>, the default
                             <emphasis>useSsl</emphasis> is <constant>TRUE</constant>, the default
@@ -305,7 +305,7 @@ Array
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry><property>useStartTls</property></entry>
+                        <entry><emphasis><property>useStartTls</property></emphasis></entry>
                         <entry>
                         <entry>
                             Whether or not the <acronym>LDAP</acronym> client should use
                             Whether or not the <acronym>LDAP</acronym> client should use
                             <acronym>TLS</acronym> (aka SSLv2) encrypted transport. A value of
                             <acronym>TLS</acronym> (aka SSLv2) encrypted transport. A value of
@@ -320,7 +320,7 @@ Array
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry><property>useSsl</property></entry>
+                        <entry><emphasis><property>useSsl</property></emphasis></entry>
                         <entry>
                         <entry>
                             Whether or not the <acronym>LDAP</acronym> client should use
                             Whether or not the <acronym>LDAP</acronym> client should use
                             <acronym>SSL</acronym> encrypted transport. The
                             <acronym>SSL</acronym> encrypted transport. The
@@ -333,7 +333,7 @@ Array
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry><property>username</property></entry>
+                        <entry><emphasis><property>username</property></emphasis></entry>
                         <entry>
                         <entry>
                             The DN of the account used to perform account DN lookups.
                             The DN of the account used to perform account DN lookups.
                             <acronym>LDAP</acronym> servers that require the username to be in DN
                             <acronym>LDAP</acronym> servers that require the username to be in DN
@@ -346,7 +346,7 @@ Array
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry><property>password</property></entry>
+                        <entry><emphasis><property>password</property></emphasis></entry>
                         <entry>
                         <entry>
                             The password of the account used to perform account DN lookups. If this
                             The password of the account used to perform account DN lookups. If this
                             option is not supplied, the <acronym>LDAP</acronym> client will attempt
                             option is not supplied, the <acronym>LDAP</acronym> client will attempt
@@ -354,7 +354,7 @@ Array
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry><property>bindRequiresDn</property></entry>
+                        <entry><emphasis><property>bindRequiresDn</property></emphasis></entry>
                         <entry>
                         <entry>
                             Some <acronym>LDAP</acronym> servers require that the username used to
                             Some <acronym>LDAP</acronym> servers require that the username used to
                             bind be in DN form like
                             bind be in DN form like
@@ -376,7 +376,7 @@ Array
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry><property>baseDn</property></entry>
+                        <entry><emphasis><property>baseDn</property></emphasis></entry>
                         <entry>
                         <entry>
                             The DN under which all accounts being authenticated are located. This
                             The DN under which all accounts being authenticated are located. This
                             option is required. if you are uncertain about the correct
                             option is required. if you are uncertain about the correct
@@ -391,7 +391,7 @@ Array
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry><property>accountCanonicalForm</property></entry>
+                        <entry><emphasis><property>accountCanonicalForm</property></emphasis></entry>
                         <entry>
                         <entry>
                             A value of 2, 3 or 4 indicating the form to which account names should
                             A value of 2, 3 or 4 indicating the form to which account names should
                             be canonicalized after successful authentication. Values are as
                             be canonicalized after successful authentication. Values are as
@@ -420,7 +420,7 @@ Array
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry><property>accountDomainName</property></entry>
+                        <entry><emphasis><property>accountDomainName</property></emphasis></entry>
                         <entry>
                         <entry>
                             The <acronym>FQDN</acronym> domain name for which the target
                             The <acronym>FQDN</acronym> domain name for which the target
                             <acronym>LDAP</acronym> server is an authority (e.g.,
                             <acronym>LDAP</acronym> server is an authority (e.g.,
@@ -438,7 +438,7 @@ Array
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry><property>accountDomainNameShort</property></entry>
+                        <entry><emphasis><property>accountDomainNameShort</property></emphasis></entry>
                         <entry>
                         <entry>
                             The 'short' domain for which the target <acronym>LDAP</acronym> server
                             The 'short' domain for which the target <acronym>LDAP</acronym> server
                             is an authority (e.g., <acronym>FOO</acronym>). Note that there is a
                             is an authority (e.g., <acronym>FOO</acronym>). Note that there is a
@@ -453,7 +453,7 @@ Array
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry><property>accountFilterFormat</property></entry>
+                        <entry><emphasis><property>accountFilterFormat</property></emphasis></entry>
                         <entry>
                         <entry>
                             The <acronym>LDAP</acronym> search filter used to search for accounts.
                             The <acronym>LDAP</acronym> search filter used to search for accounts.
                             This string is a <ulink
                             This string is a <ulink
@@ -471,7 +471,7 @@ Array
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry><property>optReferrals</property></entry>
+                        <entry><emphasis><property>optReferrals</property></emphasis></entry>
                         <entry>
                         <entry>
                             If set to <constant>TRUE</constant>, this option indicates to the
                             If set to <constant>TRUE</constant>, this option indicates to the
                             <acronym>LDAP</acronym> client that referrals should be followed. The
                             <acronym>LDAP</acronym> client that referrals should be followed. The
@@ -580,27 +580,27 @@ Array
                     </thead>
                     </thead>
                     <tbody>
                     <tbody>
                         <row>
                         <row>
-                            <entry><property>host</property></entry>
+                            <entry><emphasis><property>host</property></emphasis></entry>
                             <entry>
                             <entry>
                                 As with all servers, this option is required.
                                 As with all servers, this option is required.
                             </entry>
                             </entry>
                         </row>
                         </row>
                         <row>
                         <row>
-                            <entry><property>useStartTls</property></entry>
+                            <entry><emphasis><property>useStartTls</property></emphasis></entry>
                             <entry>
                             <entry>
                                 For the sake of security, this should be <constant>TRUE</constant>
                                 For the sake of security, this should be <constant>TRUE</constant>
                                 if the server has the necessary certificate installed.
                                 if the server has the necessary certificate installed.
                             </entry>
                             </entry>
                         </row>
                         </row>
                         <row>
                         <row>
-                            <entry><property>useSsl</property></entry>
+                            <entry><emphasis><property>useSsl</property></emphasis></entry>
                             <entry>
                             <entry>
                                 Possibly used as an alternative to <emphasis>useStartTls</emphasis>
                                 Possibly used as an alternative to <emphasis>useStartTls</emphasis>
                                 (see above).
                                 (see above).
                             </entry>
                             </entry>
                         </row>
                         </row>
                         <row>
                         <row>
-                            <entry><property>baseDn</property></entry>
+                            <entry><emphasis><property>baseDn</property></emphasis></entry>
                             <entry>
                             <entry>
                                 As with all servers, this option is required. By default AD places
                                 As with all servers, this option is required. By default AD places
                                 all user accounts under the <emphasis>Users</emphasis> container
                                 all user accounts under the <emphasis>Users</emphasis> container
@@ -611,7 +611,7 @@ Array
                             </entry>
                             </entry>
                         </row>
                         </row>
                         <row>
                         <row>
-                            <entry><property>accountCanonicalForm</property></entry>
+                            <entry><emphasis><property>accountCanonicalForm</property></emphasis></entry>
                             <entry>
                             <entry>
                                 You almost certainly want this to be 3 for backslash style names
                                 You almost certainly want this to be 3 for backslash style names
                                 (e.g., <filename>FOO\alice</filename>), which are most familiar to
                                 (e.g., <filename>FOO\alice</filename>), which are most familiar to
@@ -624,7 +624,7 @@ Array
                             </entry>
                             </entry>
                         </row>
                         </row>
                         <row>
                         <row>
-                            <entry><property>accountDomainName</property></entry>
+                            <entry><emphasis><property>accountDomainName</property></emphasis></entry>
                             <entry>
                             <entry>
                                 This is required with AD unless
                                 This is required with AD unless
                                 <property>accountCanonicalForm</property> 2 is used, which, again,
                                 <property>accountCanonicalForm</property> 2 is used, which, again,
@@ -632,7 +632,7 @@ Array
                             </entry>
                             </entry>
                         </row>
                         </row>
                         <row>
                         <row>
-                            <entry><property>accountDomainNameShort</property></entry>
+                            <entry><emphasis><property>accountDomainNameShort</property></emphasis></entry>
                             <entry>
                             <entry>
                                 The NetBIOS name of the domain that users are in and for which the
                                 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
                                 AD server is an authority. This is required if the backslash style
@@ -676,27 +676,27 @@ Array
                     </thead>
                     </thead>
                     <tbody>
                     <tbody>
                         <row>
                         <row>
-                            <entry><property>host</property></entry>
+                            <entry><emphasis><property>host</property></emphasis></entry>
                             <entry>
                             <entry>
                                 As with all servers, this option is required.
                                 As with all servers, this option is required.
                             </entry>
                             </entry>
                         </row>
                         </row>
                         <row>
                         <row>
-                            <entry><property>useStartTls</property></entry>
+                            <entry><emphasis><property>useStartTls</property></emphasis></entry>
                             <entry>
                             <entry>
                                 For the sake of security, this should be <constant>TRUE</constant>
                                 For the sake of security, this should be <constant>TRUE</constant>
                                 if the server has the necessary certificate installed.
                                 if the server has the necessary certificate installed.
                             </entry>
                             </entry>
                         </row>
                         </row>
                         <row>
                         <row>
-                            <entry><property>useSsl</property></entry>
+                            <entry><emphasis><property>useSsl</property></emphasis></entry>
                             <entry>
                             <entry>
                                 Possibly used as an alternative to <property>useStartTls</property>
                                 Possibly used as an alternative to <property>useStartTls</property>
                                 (see above).
                                 (see above).
                             </entry>
                             </entry>
                         </row>
                         </row>
                         <row>
                         <row>
-                            <entry><property>username</property></entry>
+                            <entry><emphasis><property>username</property></emphasis></entry>
                             <entry>
                             <entry>
                                 Required and must be a DN, as OpenLDAP requires that usernames be
                                 Required and must be a DN, as OpenLDAP requires that usernames be
                                 in DN form when performing a bind. Try to use an unprivileged
                                 in DN form when performing a bind. Try to use an unprivileged
@@ -704,7 +704,7 @@ Array
                             </entry>
                             </entry>
                         </row>
                         </row>
                         <row>
                         <row>
-                            <entry><property>password</property></entry>
+                            <entry><emphasis><property>password</property></emphasis></entry>
                             <entry>
                             <entry>
                                 The password corresponding to the username above, but this may be
                                 The password corresponding to the username above, but this may be
                                 omitted if the <acronym>LDAP</acronym> server permits an anonymous
                                 omitted if the <acronym>LDAP</acronym> server permits an anonymous
@@ -712,21 +712,21 @@ Array
                             </entry>
                             </entry>
                         </row>
                         </row>
                         <row>
                         <row>
-                            <entry><property>bindRequiresDn</property></entry>
+                            <entry><emphasis><property>bindRequiresDn</property></emphasis></entry>
                             <entry>
                             <entry>
                                 Required and must be <constant>TRUE</constant>, as OpenLDAP
                                 Required and must be <constant>TRUE</constant>, as OpenLDAP
                                 requires that usernames be in DN form when performing a bind.
                                 requires that usernames be in DN form when performing a bind.
                             </entry>
                             </entry>
                         </row>
                         </row>
                         <row>
                         <row>
-                            <entry><property>baseDn</property></entry>
+                            <entry><emphasis><property>baseDn</property></emphasis></entry>
                             <entry>
                             <entry>
                                 As with all servers, this option is required and indicates the DN
                                 As with all servers, this option is required and indicates the DN
                                 under which all accounts being authenticated are located.
                                 under which all accounts being authenticated are located.
                             </entry>
                             </entry>
                         </row>
                         </row>
                         <row>
                         <row>
-                            <entry><property>accountCanonicalForm</property></entry>
+                            <entry><emphasis><property>accountCanonicalForm</property></emphasis></entry>
                             <entry>
                             <entry>
                                 Optional, but the default value is 4 (principal style names like
                                 Optional, but the default value is 4 (principal style names like
                                 <filename>alice@foo.net</filename>), which may not be ideal if your
                                 <filename>alice@foo.net</filename>), which may not be ideal if your
@@ -736,7 +736,7 @@ Array
                             </entry>
                             </entry>
                         </row>
                         </row>
                         <row>
                         <row>
-                            <entry><property>accountDomainName</property></entry>
+                            <entry><emphasis><property>accountDomainName</property></emphasis></entry>
                             <entry>
                             <entry>
                                 Required unless you're using
                                 Required unless you're using
                                 <property>accountCanonicalForm</property> 2, which is not
                                 <property>accountCanonicalForm</property> 2, which is not
@@ -744,7 +744,7 @@ Array
                             </entry>
                             </entry>
                         </row>
                         </row>
                         <row>
                         <row>
-                            <entry><property>accountDomainNameShort</property></entry>
+                            <entry><emphasis><property>accountDomainNameShort</property></emphasis></entry>
                             <entry>
                             <entry>
                                 If AD is not also being used, this value is not required.
                                 If AD is not also being used, this value is not required.
                                 Otherwise, if <property>accountCanonicalForm</property> 3 is used,
                                 Otherwise, if <property>accountCanonicalForm</property> 3 is used,