Преглед изворни кода

[MANUAL] English:

- structural fixes (no translations needed)

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20764 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas пре 16 година
родитељ
комит
dfb02b2ce8

+ 2 - 67
documentation/manual/en/module_specs/Zend_Barcode-Objects.xml

@@ -85,11 +85,8 @@ $barcode->setText('ZEND-FRAMEWORK')
                 <thead>
                     <row>
                         <entry>Option</entry>
-
                         <entry>Data Type</entry>
-
                         <entry>Default Value</entry>
-
                         <entry>Description</entry>
                     </row>
                 </thead>
@@ -97,9 +94,7 @@ $barcode->setText('ZEND-FRAMEWORK')
                 <tbody>
                     <row>
                         <entry><emphasis>barcodeNamespace</emphasis></entry>
-
                         <entry><type>String</type></entry>
-
                         <entry><classname>Zend_Barcode_Object</classname></entry>
 
                         <entry>
@@ -110,48 +105,34 @@ $barcode->setText('ZEND-FRAMEWORK')
 
                     <row>
                         <entry><emphasis>barHeight</emphasis></entry>
-
                         <entry><type>Integer</type></entry>
-
                         <entry>50</entry>
-
                         <entry>Height of the bars</entry>
                     </row>
                     <row>
                         <entry><emphasis>barThickWidth</emphasis></entry>
-
                         <entry><type>Integer</type></entry>
-
                         <entry>3</entry>
-
                         <entry>Width of the thick bar</entry>
                     </row>
 
                     <row>
                         <entry><emphasis>barThinWidth</emphasis></entry>
-
                         <entry><type>Integer</type></entry>
-
                         <entry>1</entry>
-
                         <entry>Width of the thin</entry>
                     </row>
 
                     <row>
                         <entry><emphasis>factor</emphasis></entry>
-
                         <entry><type>Integer</type></entry>
-
                         <entry>1</entry>
-
                         <entry>Factor by which to multiply bar widths and font sizes</entry>
                     </row>
 
                     <row>
                         <entry><emphasis>foreColor</emphasis></entry>
-
                         <entry><type>Integer</type></entry>
-
                         <entry>0 (black)</entry>
 
                         <entry>
@@ -162,9 +143,7 @@ $barcode->setText('ZEND-FRAMEWORK')
 
                     <row>
                         <entry><emphasis>backgroundColor</emphasis></entry>
-
                         <entry><type>Integer</type> or <type>String</type></entry>
-
                         <entry>16777125 (white)</entry>
 
                         <entry>
@@ -175,29 +154,21 @@ $barcode->setText('ZEND-FRAMEWORK')
 
                     <row>
                         <entry><emphasis>reverseColor</emphasis></entry>
-
                         <entry><type>Boolean</type></entry>
-
                         <entry><constant>FALSE</constant></entry>
-
                         <entry>Allow switching the color of the bar and the background</entry>
                     </row>
 
                     <row>
                         <entry><emphasis>orientation</emphasis></entry>
-
                         <entry><type>Integer</type></entry>
-
                         <entry>0</entry>
-
                         <entry>Orientation of the barcode</entry>
                     </row>
 
                     <row>
                         <entry><emphasis>font</emphasis></entry>
-
                         <entry><type>String</type> or <type>Integer</type></entry>
-
                         <entry><constant>NULL</constant></entry>
 
                         <entry>
@@ -208,49 +179,35 @@ $barcode->setText('ZEND-FRAMEWORK')
 
                     <row>
                         <entry><emphasis>fontSize</emphasis></entry>
-
                         <entry><type>Integer</type></entry>
-
                         <entry>10</entry>
-
                         <entry>Size of the font (not applicable with numeric fonts)</entry>
                     </row>
 
                     <row>
                         <entry><emphasis>withBorder</emphasis></entry>
-
                         <entry><type>Boolean</type></entry>
-
                         <entry><constant>FALSE</constant></entry>
-
                         <entry>Draw a border around the barcode and the quiet zones</entry>
                     </row>
 
                     <row>
                         <entry><emphasis>drawText</emphasis></entry>
-
                         <entry><type>Boolean</type></entry>
-
                         <entry><constant>TRUE</constant></entry>
-
                         <entry>Set if the text is displayed below the barcode</entry>
                     </row>
 
                     <row>
                         <entry><emphasis>stretchText</emphasis></entry>
-
                         <entry><type>Boolean</type></entry>
-
                         <entry><constant>FALSE</constant></entry>
-
                         <entry>Specify if the text is stretched all along the barcode</entry>
                     </row>
 
                     <row>
                         <entry><emphasis>withChecksum</emphasis></entry>
-
                         <entry><type>Boolean</type></entry>
-
                         <entry><constant>FALSE</constant></entry>
 
                         <entry>
@@ -261,9 +218,7 @@ $barcode->setText('ZEND-FRAMEWORK')
 
                     <row>
                         <entry><emphasis>withChecksumInText</emphasis></entry>
-
                         <entry><type>Boolean</type></entry>
-
                         <entry><constant>FALSE</constant></entry>
 
                         <entry>
@@ -274,11 +229,8 @@ $barcode->setText('ZEND-FRAMEWORK')
 
                     <row>
                         <entry><emphasis>text</emphasis></entry>
-
                         <entry><type>String</type></entry>
-
                         <entry><constant>NULL</constant></entry>
-
                         <entry>The text to represent as a barcode</entry>
                     </row>
                 </tbody>
@@ -331,9 +283,7 @@ Zend_Barcode::render(
                 <thead>
                     <row>
                         <entry>Getter</entry>
-
                         <entry>Data Type</entry>
-
                         <entry>Description</entry>
                     </row>
                 </thead>
@@ -341,7 +291,6 @@ Zend_Barcode::render(
                 <tbody>
                     <row>
                         <entry><methodname>getType()</methodname></entry>
-
                         <entry><type>String</type></entry>
 
                         <entry>
@@ -353,17 +302,12 @@ Zend_Barcode::render(
 
                     <row>
                         <entry><methodname>getRawText()</methodname></entry>
-
                         <entry><type>String</type></entry>
-
-                        <entry>
-                            Return the original text provided to the object
-                        </entry>
+                        <entry>Return the original text provided to the object</entry>
                     </row>
 
                     <row>
                         <entry><methodname>getTextToDisplay()</methodname></entry>
-
                         <entry><type>String</type></entry>
 
                         <entry>
@@ -373,7 +317,6 @@ Zend_Barcode::render(
 
                     <row>
                         <entry><methodname>getQuietZone()</methodname></entry>
-
                         <entry><type>Integer</type></entry>
 
                         <entry>
@@ -384,17 +327,12 @@ Zend_Barcode::render(
 
                     <row>
                         <entry><methodname>getInstructions()</methodname></entry>
-
                         <entry><type>Array</type></entry>
-
-                        <entry>
-                            Return drawing instructions as an array.
-                        </entry>
+                        <entry>Return drawing instructions as an array.</entry>
                     </row>
 
                     <row>
                         <entry><methodname>getHeight($recalculate = false)</methodname></entry>
-
                         <entry><type>Integer</type></entry>
 
                         <entry>
@@ -404,7 +342,6 @@ Zend_Barcode::render(
 
                     <row>
                         <entry><methodname>getWidth($recalculate = false)</methodname></entry>
-
                         <entry><type>Integer</type></entry>
 
                         <entry>
@@ -414,7 +351,6 @@ Zend_Barcode::render(
 
                     <row>
                         <entry><methodname>getOffsetTop($recalculate = false)</methodname></entry>
-
                         <entry><type>Integer</type></entry>
 
                         <entry>
@@ -425,7 +361,6 @@ Zend_Barcode::render(
 
                     <row>
                         <entry><methodname>getOffsetLeft($recalculate = false)</methodname></entry>
-
                         <entry><type>Integer</type></entry>
 
                         <entry>

+ 1 - 9
documentation/manual/en/module_specs/Zend_Barcode-Objects_Details.xml

@@ -111,11 +111,8 @@
                 <thead>
                     <row>
                         <entry>Option</entry>
-
                         <entry>Data Type</entry>
-
                         <entry>Default Value</entry>
-
                         <entry>Description</entry>
                     </row>
                 </thead>
@@ -123,14 +120,9 @@
                 <tbody>
                     <row>
                         <entry><emphasis>withBearerBars</emphasis></entry>
-
                         <entry><type>Boolean</type></entry>
-
                         <entry><constant>FALSE</constant></entry>
-
-                        <entry>
-                            Draw a thick bar at the top and the bottom of the barcode.
-                        </entry>
+                        <entry>Draw a thick bar at the top and the bottom of the barcode.</entry>
                     </row>
                 </tbody>
             </tgroup>

+ 3 - 36
documentation/manual/en/module_specs/Zend_Barcode-Renderers.xml

@@ -76,11 +76,8 @@ $renderer->setTopOffset(10);
                 <thead>
                     <row>
                         <entry>Option</entry>
-
                         <entry>Data Type</entry>
-
                         <entry>Default Value</entry>
-
                         <entry>Description</entry>
                     </row>
                 </thead>
@@ -88,10 +85,9 @@ $renderer->setTopOffset(10);
                 <tbody>
                     <row>
                         <entry><emphasis>rendererNamespace</emphasis></entry>
-
                         <entry><type>String</type></entry>
-
                         <entry><classname>Zend_Barcode_Renderer</classname></entry>
+
                         <entry>
                             Namespace of the renderer; for example, if you need to extend the
                             renderers
@@ -100,9 +96,7 @@ $renderer->setTopOffset(10);
 
                     <row>
                         <entry><emphasis>horizontalPosition</emphasis></entry>
-
                         <entry><type>String</type></entry>
-
                         <entry>"left"</entry>
 
                         <entry>
@@ -114,9 +108,7 @@ $renderer->setTopOffset(10);
 
                     <row>
                         <entry><emphasis>verticalPosition</emphasis></entry>
-
                         <entry><type>String</type></entry>
-
                         <entry>"top"</entry>
 
                         <entry>
@@ -128,9 +120,7 @@ $renderer->setTopOffset(10);
 
                     <row>
                         <entry><emphasis>leftOffset</emphasis></entry>
-
                         <entry><type>Integer</type></entry>
-
                         <entry>0</entry>
 
                         <entry>
@@ -141,9 +131,7 @@ $renderer->setTopOffset(10);
 
                     <row>
                         <entry><emphasis>topOffset</emphasis></entry>
-
                         <entry><type>Integer</type></entry>
-
                         <entry>0</entry>
 
                         <entry>
@@ -154,9 +142,7 @@ $renderer->setTopOffset(10);
 
                     <row>
                         <entry><emphasis>automaticRenderError</emphasis></entry>
-
                         <entry><type>Boolean</type></entry>
-
                         <entry><constant>TRUE</constant></entry>
 
                         <entry>
@@ -169,26 +155,16 @@ $renderer->setTopOffset(10);
 
                     <row>
                         <entry><emphasis>moduleSize</emphasis></entry>
-
                         <entry><type>Float</type></entry>
-
                         <entry>1</entry>
-
-                        <entry>
-                            Size of a rendering module in the support.
-                        </entry>
+                        <entry>Size of a rendering module in the support.</entry>
                     </row>
 
                     <row>
                         <entry><emphasis>barcode</emphasis></entry>
-
                         <entry><classname>Zend_Barcode_Object</classname></entry>
-
                         <entry><constant>NULL</constant></entry>
-
-                        <entry>
-                            The barcode object to render.
-                        </entry>
+                        <entry>The barcode object to render.</entry>
                     </row>
                 </tbody>
             </tgroup>
@@ -219,11 +195,8 @@ $renderer->setTopOffset(10);
                 <thead>
                     <row>
                         <entry>Option</entry>
-
                         <entry>Data Type</entry>
-
                         <entry>Default Value</entry>
-
                         <entry>Description</entry>
                     </row>
                 </thead>
@@ -231,9 +204,7 @@ $renderer->setTopOffset(10);
                 <tbody>
                     <row>
                         <entry><emphasis>height</emphasis></entry>
-
                         <entry><type>Integer</type></entry>
-
                         <entry>0</entry>
 
                         <entry>
@@ -244,9 +215,7 @@ $renderer->setTopOffset(10);
 
                     <row>
                         <entry><emphasis>width</emphasis></entry>
-
                         <entry><type>Integer</type></entry>
-
                         <entry>0</entry>
 
                         <entry>
@@ -257,9 +226,7 @@ $renderer->setTopOffset(10);
 
                     <row>
                         <entry><emphasis>imageType</emphasis></entry>
-
                         <entry><type>String</type></entry>
-
                         <entry>"png"</entry>
 
                         <entry>

+ 12 - 12
documentation/manual/en/module_specs/Zend_Wildfire.xml

@@ -1,20 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Reviewed: no -->
 <sect1 id="zend.wildfire.chapter">
+    <title>Zend_Wildfire</title>
 
-  <title>Zend_Wildfire</title>
+    <para>
+        <classname>Zend_Wildfire</classname> is a component that facilitates communication
+        between <acronym>PHP</acronym> code and
+        <ulink url="http://www.wildfirehq.org/">Wildfire</ulink> client components.
+    </para>
 
-  <para>
-    <classname>Zend_Wildfire</classname> is a component that facilitates communication
-    between <acronym>PHP</acronym> code and
-    <ulink url="http://www.wildfirehq.org/">Wildfire</ulink> client components.
-  </para>
-  <para>
-    The purpose of the Wildfire Project is to develop standardized communication channels between
-    a large variety of components and a dynamic and scriptable plugin architecture. At this time,
-    the primary focus is to provide a system that allows server-side <acronym>PHP</acronym> code
-    to inject logging messages into the
-    <ulink url="http://www.getfirebug.com/">Firebug Console</ulink>.
+    <para>
+        The purpose of the Wildfire Project is to develop standardized communication channels
+        between a large variety of components and a dynamic and scriptable plugin architecture. At
+        this time, the primary focus is to provide a system that allows server-side
+        <acronym>PHP</acronym> code to inject logging messages into the
+        <ulink url="http://www.getfirebug.com/">Firebug Console</ulink>.
   </para>
   <para>
     The