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

[DOCUMENTATION] French: remove empty lines

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15600 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael 16 лет назад
Родитель
Сommit
f2e8cc75ba
1 измененных файлов с 0 добавлено и 26 удалено
  1. 0 26
      documentation/manual/fr/module_specs/Zend_Controller-QuickStart.xml

+ 0 - 26
documentation/manual/fr/module_specs/Zend_Controller-QuickStart.xml

@@ -106,18 +106,12 @@ RewriteRule ^.*$ index.php [NC,L]
             <programlisting role="xml"><![CDATA[
 <?xml version="1.0" encoding="UTF-8"?>
 <configuration>
-
      <system.webServer>
-
          <rewrite>
-
              <rules>
-
                  <rule name="Imported Rule 1" stopProcessing="true">
-
                      <match url="^.*$" />
                      <conditions logicalGrouping="MatchAny">
-
                          <add input="{REQUEST_FILENAME}"
                              matchType="IsFile" pattern=""
                              ignoreCase="false" />
@@ -125,22 +119,15 @@ RewriteRule ^.*$ index.php [NC,L]
                              matchType="IsDirectory"
                              pattern="" ignoreCase="false" />
                      </conditions>
-
                      <action type="None" />
                  </rule>
-
                  <rule name="Imported Rule 2" stopProcessing="true">
-
                      <match url="^.*$" />
                      <action type="Rewrite" url="index.php" />
                  </rule>
-
              </rules>
-
          </rewrite>
-
      </system.webServer>
-
 </configuration>
 ]]></programlisting>
 
@@ -270,18 +257,12 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html>
 <head>
-
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>My first Zend Framework App</title>
-
 </head>
-
 <body>
-
     <h1>Hello, World!</h1>
-
 </body>
-
 </html>
 ]]></programlisting>
         </sect3>
@@ -321,20 +302,13 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html>
 <head>
-
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>Erreur</title>
-
 </head>
-
 <body>
-
     <h1>Erreur apparue</h1>
-
     <p>Une erreur est apparue ; veuillez rééssayer plus tard.</p>
-
 </body>
-
 </html>
 ]]></programlisting>
         </sect3>