Ver código fonte

[DOCUMENTATION] English:

- manual fixes

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

+ 4 - 4
documentation/manual/en/module_specs/Zend_Acl-Advanced.xml

@@ -91,10 +91,10 @@ $acl->allow(null, null, null, new CleanIPAssertion());
         </para>
 
         <para>
-            The <methodname>assert()</methodname> method of an assertion object is passed the ACL,
-            role, resource, and privilege to which the authorization query (i.e.,
-            <methodname>isAllowed()</methodname>) applies, in order to provide a context for the
-            assertion class to determine its conditions where needed.
+            The <methodname>assert()</methodname> method of an assertion object is passed the
+            <acronym>ACL</acronym>, role, resource, and privilege to which the authorization query
+            (i.e., <methodname>isAllowed()</methodname>) applies, in order to provide a context for
+            the assertion class to determine its conditions where needed.
         </para>
 
     </sect2>

+ 4 - 4
documentation/manual/en/module_specs/Zend_Amf-Server.xml

@@ -138,16 +138,16 @@ class World
 
         <para>
             Connecting to your <classname>Zend_Amf_Server</classname> from your Flex
-            project is quite simple; you simply need to point your endpoint URI
+            project is quite simple; you simply need to point your endpoint <acronym>URI</acronym>
             to your <classname>Zend_Amf_Server</classname> script.
         </para>
 
         <para>
             Say, for instance, you have created your server and placed it in the
             <filename>server.php</filename> file in your application root, and thus the
-            URI is <filename>http://example.com/server.php</filename>. In this case, you
-            would modify your <filename>services-config.xml</filename> file to set the channel
-            endpoint uri attribute to this value.
+            <acronym>URI</acronym> is <filename>http://example.com/server.php</filename>. In this
+            case, you would modify your <filename>services-config.xml</filename> file to set the
+            channel endpoint uri attribute to this value.
         </para>
         <para>
             If you have never created a <filename>service-config.xml</filename> file you can do so

+ 1 - 1
documentation/manual/en/module_specs/Zend_Application-AvailableResources.xml

@@ -4,7 +4,7 @@
     <title>Available Resource Plugins</title>
 
     <para>
-        Here you'll find API-like documentation about all resource plugins
+        Here you'll find <acronym>API</acronym>-like documentation about all resource plugins
         available by default in <classname>Zend_Application</classname>.
     </para>
 

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

@@ -6,7 +6,7 @@
     <para>
         <classname>Zend_Application</classname> provides the base functionality of the
         component, and the entry point to your Zend Framework application. It's
-        purpose is two-fold: to setup the PHP environment (including
+        purpose is two-fold: to setup the <acronym>PHP</acronym> environment (including
         autoloading), and to execute your application bootstrap.
     </para>
 
@@ -227,7 +227,8 @@
                     <entry><itemizedlist>
                         <listitem><para>
                             <varname>$settings</varname>: <emphasis>required</emphasis>.
-                            Associative array of PHP INI settings.
+                            Associative array of <acronym>PHP</acronym> <acronym>INI</acronym>
+                            settings.
                         </para></listitem>
 
                         <listitem><para>
@@ -241,9 +242,8 @@
                     <entry><para>
                         Set run-time <filename>php.ini</filename> settings. Dot-separated
                         settings may be nested hierarchically (which may
-                        occur with INI <classname>Zend_Config</classname> files) via
-                        an array-of-arrays, and will still resolve
-                        correctly.
+                        occur with <acronym>INI</acronym> <classname>Zend_Config</classname> files)
+                        via an array-of-arrays, and will still resolve correctly.
                     </para></entry>
                 </row>
 

+ 1 - 1
documentation/manual/en/module_specs/Zend_Application-CoreFunctionality-Resource_Resource.xml

@@ -89,7 +89,7 @@
 
                 <row>
                     <entry><methodname>init()</methodname></entry>
-                    <entry><type>mixed</type></entry>
+                    <entry><type>Mixed</type></entry>
                     <entry>N/A</entry>
                     <entry><para>
                         Strategy pattern: run initialization of the resource.

+ 1 - 1
documentation/manual/en/module_specs/Zend_Application-CoreFunctionality.xml

@@ -4,7 +4,7 @@
     <title>Core Functionality</title>
 
     <para>
-        Here you'll find API-like documentation about all core components of
+        Here you'll find <acronym>API</acronym>-like documentation about all core components of
         <classname>Zend_Application</classname>.
     </para>
 

+ 1 - 1
documentation/manual/en/module_specs/Zend_Application-Introduction.xml

@@ -7,7 +7,7 @@
         <classname>Zend_Application</classname> provides a bootstrapping facility for
         applications which provides reusable resources, common- and
         module-based bootstrap classes and dependency checking. It also takes
-        care of setting up the PHP environment and introduces autoloading by
+        care of setting up the <acronym>PHP</acronym> environment and introduces autoloading by
         default.
     </para>
 </sect1>

+ 6 - 6
documentation/manual/en/module_specs/Zend_Application-QuickStart.xml

@@ -191,10 +191,10 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
 ]]></programlisting>
 
         <para>
-            Now, create your configuration. For this tutorial, we will use an INI
-            style configuration; you may, of course, use an XML or PHP
-            configuration file as well. Create the file
-            <filename>application/configs/application.ini</filename>, and provide the
+            Now, create your configuration. For this tutorial, we will use an
+            <acronym>INI</acronym> style configuration; you may, of course, use an
+            <acronym>XML</acronym> or <acronym>PHP</acronym> configuration file as well. Create
+            the file <filename>application/configs/application.ini</filename>, and provide the
             following contents:
         </para>
 
@@ -372,8 +372,8 @@ phpSettings.display_errors = 1
 
         <para>
             Now, we'll add a custom view resource. When initializing the view,
-            we'll want to set the HTML DocType and a default value for the title
-            to use in the HTML head. This can be accomplished by editing your
+            we'll want to set the <acronym>HTML</acronym> DocType and a default value for the title
+            to use in the <acronym>HTML</acronym> head. This can be accomplished by editing your
             <emphasis>Bootstrap</emphasis> class to add a method:
         </para>