Просмотр исходного кода

[DOCUMENTATION] English:

- some manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18427 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 лет назад
Родитель
Сommit
f34cfeae56

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

@@ -4,9 +4,9 @@
     <title>Zend_Application_Resource_Router</title>
 
     <para>
-        <classname>Zend_Application_Resource_Router</classname> can be used to 
+        <classname>Zend_Application_Resource_Router</classname> can be used to
         configure the router as it is registered with the Front Controller.
-        Configuration options are per <link 
+        Configuration options are per <link
         linkend="zend.controller.router.routes.standard">the
             <classname>Zend_Controller_Router_Route</classname> options</link>.
     </para>
@@ -28,7 +28,7 @@ resources.router.routes.route_id.defaults.action = "index"
 ; Optionally you can also set a Chain Name Separator:
 resources.router.chainNameSeparator = "_"
 ]]></programlisting>
-        
+
         <para>For more information on the Chain Name Separator, please see
             <link linkend="zend.controller.router.routes.chain.config">its section</link>.
         </para>

+ 2 - 2
documentation/manual/en/module_specs/Zend_Controller-Router.xml

@@ -348,9 +348,9 @@ $router->removeDefaultRoutes();
 
         <para>
             The rewrite router can be used in subdirectories (e.g.,
-            <filename>http://domain.com/~user/application-root/</filename>) in which
+            <filename>http://domain.com/user/application-root/</filename>) in which
             case the base <acronym>URL</acronym> of the application
-            (<filename>/~user/application-root</filename>) should be automatically
+            (<filename>/user/application-root</filename>) should be automatically
             detected by <classname>Zend_Controller_Request_Http</classname> and used
             accordingly.
         </para>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Date-Constants.xml

@@ -728,7 +728,7 @@
             <methodname>Zend_Date::setOptions(array('format_type' => 'php'))</methodname> method to
             switch <classname>Zend_Date</classname> methods from supporting <acronym>ISO</acronym>
             format specifiers to <acronym>PHP</acronym> <methodname>date()</methodname> type
-            specifiers (see <xref linkend="zend.date.constants.phpformats" /> below).
+            specifiers (see <link linkend="zend.date.constants.phpformats" /> below).
         </para>
 
         <example id="zend.date.constants.selfdefinedformats.example-1">