Changeset 30300

Show
Ignore:
Timestamp:
02/19/08 18:15:20 (9 months ago)
Author:
sfermigier
Message:

Fix typos.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/nuxeo-book/trunk/src/docbook/extensibility/extensibility.xml

    r24044 r30300  
    77         xmlns:html="http://www.w3.org/1999/xhtml" 
    88         xmlns:db="http://docbook.org/ns/docbook"> 
    9   <title>Wire your business to Nuxeo Framework</title> 
     9  <title>Wire your business to the Nuxeo Framework</title> 
    1010 
    1111  <para>You certainly have already read that Nuxeo is an extensible platform, 
     
    4141          properties (ex : the current folder, the current user, and other 
    4242          session objects). For example, you could decide that the action 
    43           "send a pdf copy to all my group members list" that you have coded, 
     43          "send a PDF copy to all my group members list" that you have coded, 
    4444          is displayed only when a document is in valid state, has the facet 
    45           "pdfable", and the user has the property "evangelist".</para> 
     45          "PDFable", and the user has the property "evangelist".</para> 
    4646        </listitem> 
    4747 
     
    8181          or moving, in fact any event that can be caught), so that for 
    8282          instance, you take the "binary" property that contains the .doc, and 
    83           transform it to a pdf, and store it in a second property of your 
     83          transform it to a PDF, and store it in a second property of your 
    8484          document, aside the .doc. We call this a 
    8585          <emphasis>modifier.</emphasis> An other example of modifier is the 
     
    9999          commercial transformer from there, provided you write an adapter. 
    100100          This will allow you to transform, for instance, any professional 
    101           application file into text, then in pdf (and transparently directly 
    102           in pdf for the user).</para> 
    103         </listitem> 
    104  
    105         <listitem> 
    106           <para>Versioning service : you can customize your version system 
     101          application file into text, then in PDF (and transparently directly 
     102          in PDF for the user).</para> 
     103        </listitem> 
     104 
     105        <listitem> 
     106          <para>Versioning service: you can customize your version system 
    107107          (by default, classical major, minor with numbers like 1.03) and 
    108108          where you store the version information</para> 
     
    135135        <para><emphasis role="bold">Adapt the 
    136136        way you want to authenticate</emphasis> and make the platform choose 
    137         by itself which one is possible : basic authentication, html forms, or 
     137        by itself which one is possible: basic authentication, html forms, or 
    138138        what else you want. We used this extension point to make Nuxeo RSS 
    139139        feeds work from your favorite RSS reader.</para> 
     
    142142      <listitem> 
    143143        <para>You can add new login module, so that you can choose your way to 
    144         validate the authentication : <emphasis role="bold">using ldap, SSO, 
    145         simple database password storage ...</emphasis></para> 
     144        validate the authentication: <emphasis role="bold">using LDAP, SSO, 
     145        simple database password storage...</emphasis></para> 
    146146      </listitem> 
    147147 
     
    183183      <listitem> 
    184184        <para>It is possible to choose the workflow engine you want to use, 
    185         and even use several. For other engine than JBPM, you need to use an 
     185        and even use several. For other engine than jBPM, you need to use an 
    186186        adapter.</para> 
    187187      </listitem> 
     
    248248 
    249249    <para>How does this evolve? Nuxeo's job is to create new extension 
    250     points on the framework's components. Nuxeo improves the plugability of 
     250    points on the framework's components. Nuxeo improves the pluggability of 
    251251    its components (meaning the number of its extensions points) thanks to 
    252252    the cases you submit. And the increase of contributions (the things we 
    253     plugs) increases with the success of the platform.</para> 
     253    plug) increases with the success of the platform.</para> 
    254254  </section> 
    255255</section>