瀏覽代碼

[DOCUMENTATION] English:
- fix bad links

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18842 44c647ce-9c0f-0410-b52a-842ac1e357ba

mikaelkael 16 年之前
父節點
當前提交
e879e66676

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

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

+ 9 - 6
documentation/manual/en/module_specs/Zend_Date-Overview.xml

@@ -26,7 +26,8 @@
                 <methodname>Zend_Date::setOptions(array('format_type' => 'iso'))</methodname> to
                 <methodname>Zend_Date::setOptions(array('format_type' => 'iso'))</methodname> to
                 switch back to the default mode of supporting only <acronym>ISO</acronym> date
                 switch back to the default mode of supporting only <acronym>ISO</acronym> date
                 format tokens. For a list of supported format codes, see
                 format tokens. For a list of supported format codes, see
-                <link linkend="zend.date.constants.phpformats" />
+                <link linkend="zend.date.constants.phpformats">Self-Defined OUTPUT Formats
+		Using PHP's date() Format Specifiers</link>
             </para>
             </para>
         </sect3>
         </sect3>
 
 
@@ -151,7 +152,8 @@
             Most methods expect a constant selecting the desired <varname>$part</varname> of a date,
             Most methods expect a constant selecting the desired <varname>$part</varname> of a date,
             such as <constant>Zend_Date::HOUR</constant>. These constants are valid for all of the
             such as <constant>Zend_Date::HOUR</constant>. These constants are valid for all of the
             functions below. A list of all available constants is provided in
             functions below. A list of all available constants is provided in
-            <link linkend="zend.date.constants.list" />. If no <varname>$part</varname> is
+            <link linkend="zend.date.constants.list">list of all constants</link>.
+	    If no <varname>$part</varname> is
             specified, then <constant>Zend_Date::TIMESTAMP</constant> is assumed. Alternatively, a
             specified, then <constant>Zend_Date::TIMESTAMP</constant> is assumed. Alternatively, a
             user-specified format may be used for <varname>$part</varname>, using the same
             user-specified format may be used for <varname>$part</varname>, using the same
             underlying mechanism and format codes as <link
             underlying mechanism and format codes as <link
@@ -580,8 +582,7 @@ print $date;
 
 
         <para>
         <para>
             The following basic operations do not have corresponding convenience methods for the
             The following basic operations do not have corresponding convenience methods for the
-            date parts listed in <link linkend="zend.date.overview" />
-            .
+            date parts listed in <link linkend="zend.date.overview">Zend_Date API Overview</link>.
         </para>
         </para>
 
 
         <table id="zend.date.others.comparison.table">
         <table id="zend.date.others.comparison.table">
@@ -742,7 +743,9 @@ print $date;
                                 the date object's value according to the conventions of the
                                 the date object's value according to the conventions of the
                                 object's locale, or an optionally specified
                                 object's locale, or an optionally specified
                                 <varname>$locale</varname>. For a list of supported format codes,
                                 <varname>$locale</varname>. For a list of supported format codes,
-                                see <link linkend="zend.date.constants.selfdefinedformats" />.
+                                see <link
+					linkend="zend.date.constants.selfdefinedformats">Self-Defined
+					OUTPUT Formats with ISO</link>.
                             </para>
                             </para>
                         </entry>
                         </entry>
                     </row>
                     </row>
@@ -890,7 +893,7 @@ print $date;
                             <para>
                             <para>
                                 This method returns the <varname>$part</varname> of object's date
                                 This method returns the <varname>$part</varname> of object's date
                                 localized to <varname>$locale</varname> as a formatted string or
                                 localized to <varname>$locale</varname> as a formatted string or
-                                integer. See <link linkend="id.date.basic.operations" />
+                                integer. See <link linkend="id.date.basic.operations">get()</link>
                                 for more information.
                                 for more information.
                             </para>
                             </para>
                         </entry>
                         </entry>

+ 2 - 1
documentation/manual/en/module_specs/Zend_Validate-CreditCard.xml

@@ -306,7 +306,8 @@ $valid->setType(array(
             <methodname>getService()</methodname> returns the set service. As a configuration
             <methodname>getService()</methodname> returns the set service. As a configuration
             option,
             option,
             you can give the array key '<property>service</property>' at initiation. For details
             you can give the array key '<property>service</property>' at initiation. For details
-            about possible options take a look into <link linkend="zend.validate.set.callback" />.
+            about possible options take a look into <link
+		linkend="zend.validate.set.callback">Callback</link>.
         </para>
         </para>
 
 
         <programlisting language="php"><![CDATA[
         <programlisting language="php"><![CDATA[

+ 2 - 2
documentation/manual/en/module_specs/Zend_Validate-EmailAddress.xml

@@ -50,8 +50,8 @@ if ($validator->isValid($email)) {
                     <emphasis>allow</emphasis>: Defines which type of domain names are accepted.
                     <emphasis>allow</emphasis>: Defines which type of domain names are accepted.
                     This option is used in conjunction with the hostname option to set the
                     This option is used in conjunction with the hostname option to set the
                     hostname validator. For more informations about possible values of this
                     hostname validator. For more informations about possible values of this
-                    option look at <link linkend="zend.validate.set.hostname" /> and possible
-                    <constant>ALLOW</constant>* constants. This option defaults to
+                    option look at <link linkend="zend.validate.set.hostname">Hostname</link>
+		    and possible <constant>ALLOW</constant>* constants. This option defaults to
                     <constant>ALLOW_DNS</constant>.
                     <constant>ALLOW_DNS</constant>.
                 </para>
                 </para>
             </listitem>
             </listitem>