瀏覽代碼

[DOCUMENTATION] English:

- some manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17057 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 年之前
父節點
當前提交
72a2f7ca26
共有 2 個文件被更改,包括 6 次插入5 次删除
  1. 5 4
      documentation/manual/en/ref/installation.xml
  2. 1 1
      documentation/manual/en/ref/requirements.xml

+ 5 - 4
documentation/manual/en/ref/installation.xml

@@ -32,7 +32,7 @@
                 nightly snapshots represent the latest progress of Zend Framework development.
                 Snapshots are bundled with documentation either in English only or in all
                 available languages. If you anticipate working with the latest Zend Framework
-                developments, consider using a Subversion (SVN) client.
+                developments, consider using a Subversion (<acronym>SVN</acronym>) client.
             </para>
         </listitem>
         <listitem>
@@ -67,9 +67,10 @@
                 <acronym>SVN</acronym> to manage their application's working copies.
             </para>
             <para>
-                The URL for the trunk of Zend Framework's <acronym>SVN</acronym> repository is:
-                <ulink url="http://framework.zend.com/svn/framework/standard/trunk">
-                http://framework.zend.com/svn/framework/standard/trunk</ulink>
+                The <acronym>URL</acronym> for the trunk of Zend Framework's <acronym>SVN</acronym>
+                repository is: <ulink
+                    url="http://framework.zend.com/svn/framework/standard/trunk">
+                    http://framework.zend.com/svn/framework/standard/trunk</ulink>
             </para>
         </listitem>
     </itemizedlist>

+ 1 - 1
documentation/manual/en/ref/requirements.xml

@@ -17,7 +17,7 @@
             which can be used to implement "pretty <acronym>URL</acronym>'s" like
             "<filename>http://www.example.com/user/edit</filename>". If mod_rewrite is not enabled,
             Zand Framework can be configured to support <acronym>URL</acronym>'s such as
-            "<filename>http://www.example.com?controller=user&amp;action=edit</filename>". Pretty
+            "<command>http://www.example.com?controller=user&amp;action=edit</command>". Pretty
             <acronym>URL</acronym>'s may be used to shorten <acronym>URL</acronym>'s for textual
             representation or search engine optimization (<acronym>SEO</acronym>), but they do not
             directly affect the functionality of the application.