Ver Fonte

[DOCUMENTATION] English:

- fixed manual, no lists within para

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15614 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas há 16 anos atrás
pai
commit
6aa40bcbcd
1 ficheiros alterados com 57 adições e 57 exclusões
  1. 57 57
      documentation/manual/en/ref/installation.xml

+ 57 - 57
documentation/manual/en/ref/installation.xml

@@ -14,65 +14,65 @@
         framework, you should add the <filename>/library</filename> folder in the distribution to
         framework, you should add the <filename>/library</filename> folder in the distribution to
         the beginning of your include path. You may also want to move the library folder
         the beginning of your include path. You may also want to move the library folder
         to another- possibly shared- location on your file system.
         to another- possibly shared- location on your file system.
-
-        <itemizedlist>
-            <listitem>
-                <para>
-                    <ulink url="http://framework.zend.com/download/latest">Download the latest
-                    stable release.</ulink> This version, available in both
-                    <filename>.zip</filename> and <filename>.tar.gz</filename> formats, is a
-                    good choice for those who are new to Zend Framework.
-                </para>
-            </listitem>
-            <listitem>
-                <para>
-                    <ulink url="http://framework.zend.com/download/snapshot">Download the latest
-                    nightly snapshot.</ulink> For those who would brave the cutting edge, the
-                    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.
-                </para>
-            </listitem>
-            <listitem>
-                <para>
-                    Using a <ulink url="http://subversion.tigris.org">Subversion</ulink> (SVN)
-                    client. Zend Framework is open source software, and the Subversion repository
-                    used for its development is publicly available. Consider using SVN to get Zend
-                    Framework if you already use SVN for your application development, want to
-                    contribute back to the framework, or need to upgrade your framework version
-                    more often than releases occur.
-                </para>
-                <para>
-                    <ulink url="http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.export.html">
-                    Exporting</ulink> is useful if you want to get a particular framework revision
-                    without the <filename>.svn</filename> directories as created in a working copy.
-                </para>
-                <para>
-                    <ulink url="http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.checkout.html">
-                    Check out a working copy</ulink> if you want contribute to Zend Framework, a
-                    working copy can be updated any time with
-                    <ulink url="http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.update.html">
-                    svn update</ulink> and changes can be commited to our SVN
-                    repository with the
-                    <ulink url="http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.commit.html">
-                    svn commit</ulink> command.
-                </para>
-                <para>
-                    An
-                    <ulink url="http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html">
-                    externals definition</ulink> is quite convenient for developers already using
-                    SVN to manage their application's working copies.
-                </para>
-                <para>
-                    The URL for the trunk of the Zend Framework SVN repository is:
-                    <ulink url="http://framework.zend.com/svn/framework/standard/trunk">
-                    http://framework.zend.com/svn/framework/standard/trunk</ulink>
-                </para>
-            </listitem>
-        </itemizedlist>
     </para>
     </para>
 
 
+    <itemizedlist>
+        <listitem>
+            <para>
+                <ulink url="http://framework.zend.com/download/latest">Download the latest
+                stable release.</ulink> This version, available in both
+                <filename>.zip</filename> and <filename>.tar.gz</filename> formats, is a
+                good choice for those who are new to Zend Framework.
+            </para>
+        </listitem>
+        <listitem>
+            <para>
+                <ulink url="http://framework.zend.com/download/snapshot">Download the latest
+                nightly snapshot.</ulink> For those who would brave the cutting edge, the
+                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.
+            </para>
+        </listitem>
+        <listitem>
+            <para>
+                Using a <ulink url="http://subversion.tigris.org">Subversion</ulink> (SVN)
+                client. Zend Framework is open source software, and the Subversion repository
+                used for its development is publicly available. Consider using SVN to get Zend
+                Framework if you already use SVN for your application development, want to
+                contribute back to the framework, or need to upgrade your framework version
+                more often than releases occur.
+            </para>
+            <para>
+                <ulink url="http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.export.html">
+                Exporting</ulink> is useful if you want to get a particular framework revision
+                without the <filename>.svn</filename> directories as created in a working copy.
+            </para>
+            <para>
+                <ulink url="http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.checkout.html">
+                Check out a working copy</ulink> if you want contribute to Zend Framework, a
+                working copy can be updated any time with
+                <ulink url="http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.update.html">
+                svn update</ulink> and changes can be commited to our SVN
+                repository with the
+                <ulink url="http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.commit.html">
+                svn commit</ulink> command.
+            </para>
+            <para>
+                An
+                <ulink url="http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html">
+                externals definition</ulink> is quite convenient for developers already using
+                SVN to manage their application's working copies.
+            </para>
+            <para>
+                The URL for the trunk of the Zend Framework SVN repository is:
+                <ulink url="http://framework.zend.com/svn/framework/standard/trunk">
+                http://framework.zend.com/svn/framework/standard/trunk</ulink>
+            </para>
+        </listitem>
+    </itemizedlist>
+
     <para>
     <para>
         Once you have a copy of Zend Framework available, your application needs to be able to
         Once you have a copy of Zend Framework available, your application needs to be able to
         access the framework classes. Though there are
         access the framework classes. Though there are