On Mon, 15 Jan 2007, Peter Keung wrote: > Modified: trunk/Configuration/docs/tutorial.txt > =================================================================== > --- trunk/Configuration/docs/tutorial.txt 2007-01-15 15:56:05 UTC (rev > 4509) > +++ trunk/Configuration/docs/tutorial.txt 2007-01-15 19:53:01 UTC (rev > 4510) > @@ -1,4 +1,4 @@ > -eZ components - Configuration > +eZ Components - Configuration > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > .. contents:: Table of Contents > @@ -6,52 +6,52 @@ > Introduction > ============ > > -The Configuration component allows you to read settings. Those settings can > -come from any backend in theory, but currently there are only two backends > -implemented: ezcConfigurationIniReader for reading plain configuration files > and > +The Configuration component allows you to read settings from configuration > +files. Those settings can come from any backend in theory, but currently > there > +are two reader classes: ezcConfigurationIniReader for reading plain > configuration files and > ezcConfigurationArrayReader for reading parsed configuration files in the > form of > -a PHP array. The latter is faster then the first one. > +a PHP array.
Why did you remove the last sentence here? > -1. Booleans which can be written as *true* or *false*, if you need these > - strings as text they must be quoted: :: > +1. Booleans, which can be written as *true* or *false*. If you need a string > +that contains the text *true* or *false* it must be quoted: :: Be careful with the formatting, as this change breaks rst2html parsing. > > SystemEnabled = true > LogErrors = false > > -2. Numbers are written using English locale and can be in the following > format: > +2. Numbers, which are written using English locale and can be in the > following > +formats: Here as well. regards, Derick -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components