Sfoglia il codice sorgente

[DOCUMENTATION] English:

- manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15787 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 anni fa
parent
commit
f55c53a2c0

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

@@ -34,7 +34,7 @@
         <title>Sample DB adapter resource configuration</title>
         <title>Sample DB adapter resource configuration</title>
 
 
         <para>
         <para>
-            Below is an example INI configuration that can be used to initialize
+            Below is an example <acronym>INI</acronym> configuration that can be used to initialize
             the DB resource.
             the DB resource.
         </para>
         </para>
 
 

+ 3 - 3
documentation/manual/en/module_specs/Zend_Application-AvailableResources-Frontcontroller.xml

@@ -57,8 +57,8 @@
         </para></listitem>
         </para></listitem>
 
 
         <listitem><para>
         <listitem><para>
-            <emphasis>baseUrl</emphasis>: explicit base URL to the application (normally
-            auto-detected).
+            <emphasis>baseUrl</emphasis>: explicit base <acronym>URL</acronym> to the application
+            (normally auto-detected).
         </para></listitem>
         </para></listitem>
 
 
         <listitem><para>
         <listitem><para>
@@ -82,7 +82,7 @@
         <title>Sample Front Controller resource configuration</title>
         <title>Sample Front Controller resource configuration</title>
 
 
         <para>
         <para>
-            Below is a sample INI snippet showing how to configure the front
+            Below is a sample <acronym>INI</acronym> snippet showing how to configure the front
             controller resource.
             controller resource.
         </para>
         </para>
 
 

+ 2 - 2
documentation/manual/en/module_specs/Zend_Application-AvailableResources-Modules.xml

@@ -40,8 +40,8 @@
 
 
         <para>
         <para>
             For example, let's assume that your application has a "news" module.
             For example, let's assume that your application has a "news" module.
-            The following are INI and XML examples showing configuration of
-            resources in that module.
+            The following are <acronym>INI</acronym> and <acronym>XML</acronym> examples showing
+            configuration of resources in that module.
         </para>
         </para>
 
 
         <programlisting language="ini"><![CDATA[
         <programlisting language="ini"><![CDATA[

+ 2 - 2
documentation/manual/en/module_specs/Zend_Application-AvailableResources-Session.xml

@@ -37,7 +37,7 @@
 
 
     <para>
     <para>
         Any other option keys passed will be passed to
         Any other option keys passed will be passed to
-        <classname>Zend_Session::setOptions()</classname> to configure
+        <methodname>Zend_Session::setOptions()</methodname> to configure
         <classname>Zend_Session</classname>.
         <classname>Zend_Session</classname>.
     </para>
     </para>
 
 
@@ -45,7 +45,7 @@
         <title>Sample Session resource configuration</title>
         <title>Sample Session resource configuration</title>
 
 
         <para>
         <para>
-            Below is a sample INI snippet showing how to configure the session
+            Below is a sample <acronym>INI</acronym> snippet showing how to configure the session
             resource. It sets several <classname>Zend_Session</classname> options, as well
             resource. It sets several <classname>Zend_Session</classname> options, as well
             as configures a <classname>Zend_Session_SaveHandler_DbTable</classname> instance.
             as configures a <classname>Zend_Session_SaveHandler_DbTable</classname> instance.
         </para>
         </para>

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

@@ -21,7 +21,7 @@
         <title>Sample View resource configuration</title>
         <title>Sample View resource configuration</title>
 
 
         <para>
         <para>
-            Below is a sample INI snippet showing how to configure the view
+            Below is a sample <acronym>INI</acronym> snippet showing how to configure the view
             resource.
             resource.
         </para>
         </para>