Development

Changeset 955

You must first sign up to be able to contribute.

Changeset 955

Show
Ignore:
Timestamp:
03/08/06 16:43:11 (3 years ago)
Author:
francois
Message:

various doc adjustments (patch from langis)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/doc/book/content/404.txt

    r952 r955  
    55-------- 
    66 
    7 With symfony, you can easily define a custom 404 page. You even have several ways to do it. 
     7With symfony, you can easily define a custom error 404 page. You even have several ways to do it. 
    88 
    99Introduction 
  • trunk/doc/book/content/about.txt

    r952 r955  
    2222Using symfony is so natural and easy for people used to PHP and the design patterns of Internet applications that the learning curve is reduced to less than a day. The clean design and code readability will keep your delays short. Developers can apply agile development principles (such as [DRY][3], [KISS][4] or the [XP][5] philosophy), focus on the application logic and avoid wasting time writing endless XML configuration files. 
    2323 
    24 Symfony is aimed at building robust applications in an enterprise context. This means that you have full control over the configuration: from the directory structure to the foreign libraries, almost everything can be customized. To match your enterprise's development guidelines, symfony is bundled with additional tools to help you to test, debug and document your project.  
     24Symfony is aimed at building robust applications in an enterprise context. This means that you have full control over the configuration: from the directory structure to the foreign libraries, almost everything can be customized. To match your enterprise's development guidelines, symfony is bundled with additional tools to help you test, debug and document your project.  
    2525 
    2626Last but not least, by choosing symfony you get the benefits of an active open-source community. It is entirely free and published under the MIT license. 
  • trunk/doc/book/content/batch.txt

    r609 r955  
    4141----------------------- 
    4242 
    43 Below are some examples of batch process that you might create. 
     43Below are some examples of batch processes that you might create. 
    4444 
    4545### Loading Test Data 
  • trunk/doc/book/content/validate_form.txt

    r952 r955  
    206206      param: 
    207207        match:        Yes 
    208         match_error:  You didn't enter a valid email address (for example: name@domain.com). Please try again. 
     208        match_error:  "You didn't enter a valid email address (for example: name@domain.com). Please try again." 
    209209        pattern:      /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/i 
    210210