<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Bonjour,<br>
<br>
Avec les versions actuels de CPS, il n'y a pas besoin de remonter au
datamodel pour importer les contenus. La m&eacute;thode edit du doc fait &ccedil;a
plus simplement et plus compl&eacute;tement (pas besoin de r&eacute;indexer, par
exemple). Il faut lui passer un dico avec les diff&eacute;rentes valeurs. Le
script de C&eacute;dric devient un truc du genre :<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wTool.invokeFactoryFor(ws, 'File', fileId)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; logStringBuffer.append('&nbsp; created...')<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document = getattr(ws, fileId)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; documentRepository = document.getContent()<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #CMA Getting file data<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #CMA Be careful to open the file in binary mode ;-)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; diskFile = open(os.path.join(path, objectName), 'rb')<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ofsFile = File('file', '%s.doc'%(fileId), diskFile)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; diskFile.close()<br>
<b>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; dico = {'file': ofsFile, 'Title': objectName }<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; documentRepository.edit(dico)<br>
</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; logStringBuffer.append('&nbsp; uploaded...')<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #CMA Reindexing file<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; documentRepository.reindexObject()<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; logStringBuffer.append('&nbsp; reindexed...')<br>
<br>
Il faut aussi faire attention &agrave; &eacute;viter de mettre trop de document dans
un m&ecirc;me folder (pas plus d'une centaine) pour des questions de
performance. Il faut donc que ton script g&eacute;n&egrave;re une arborescence en
cr&eacute;ant selon le m&ecirc;me principe des workspaces ou des sections.<br>
<br>
En pi&egrave;ce jointe un script qui cr&eacute;e des docs &agrave; partir de lignes d'un
fichier csv en organisant une arborescence par ann&eacute;e/mois/domaine. Il y
a en plus une gestion de transaction pour &eacute;viter de consommer trop de
m&eacute;moire.<br>
<br>
Bon courage<br>
<pre class="moz-signature" cols="72">Pierre Maris
Architecte
Capgemini Est
04 72 21 31 29
</pre>
<br>
<br>
ALBAR, Jean-victor (CAP-GEMINI) a &eacute;crit&nbsp;:
<blockquote
 cite="mid8CAE19C60EC31B46A81D1245EC78596303444266@FR0-MAILMB15.res.airbus.corp"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.2800.1106" name="GENERATOR">
  <style></style>
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="743283608-24012007">Bonjour C&eacute;dric,</span></font></div>
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="743283608-24012007">merci beaucoup, c'est super sympa.</span></font></div>
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="743283608-24012007">J'essai de comprendre et je fais un test
et... je&nbsp;te recontacte si soucis...</span></font></div>
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="743283608-24012007"></span></font>&nbsp;</div>
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="743283608-24012007">Maintenant que j'ai l'import, il me reste
plus qu'a trouver comment faire l'export (il me faut pouvoir restituer
tous les documents mis sous CPS).</span></font></div>
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="743283608-24012007"></span></font>&nbsp;</div>
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="743283608-24012007">@Pierre Maris : oui bien sur pour de l'aide
et 1 script je suis tout a fait pret&nbsp;&agrave;&nbsp;patienter&nbsp;;-)</span></font></div>
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="743283608-24012007"></span></font>&nbsp;</div>
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="743283608-24012007">Cordialement,</span></font></div>
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="743283608-24012007"></span></font>&nbsp;</div>
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="743283608-24012007">JVA</span></font></div>
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="743283608-24012007"></span></font>&nbsp;</div>
  <div><font color="#0000ff" face="Arial" size="2"><span
 class="743283608-24012007"></span></font>&nbsp;</div>
  <blockquote>
    <div class="OutlookMessageHeader" dir="ltr" align="left"><font
 face="Tahoma" size="2">-----Message d'origine-----<br>
    <b>De&nbsp;:</b> C&eacute;dric Marfil [<a class="moz-txt-link-freetext" href="mailto:cedric.marfil@capgemini.com">mailto:cedric.marfil@capgemini.com</a>]<br>
    <b>Envoy&eacute;&nbsp;:</b> mardi 23 janvier 2007 19:36<br>
    <b>&Agrave;&nbsp;:</b> ALBAR, Jean-victor (CAP-GEMINI); cedric MARFIL<br>
    <b>Cc&nbsp;:</b> <a class="moz-txt-link-abbreviated" href="mailto:cps-users-fr@lists.nuxeo.com">cps-users-fr@lists.nuxeo.com</a><br>
    <b>Objet&nbsp;:</b> Re: [CPS-users-fr] Stockage de documents Office<br>
    <br>
    </font></div>
    <div><font face="Arial" size="2">Bonsoir,</font></div>
    <div><font face="Arial" size="2">Comme convenu, voici le script que
nous utilisions en External Method dans la ZMI pour r&eacute;aliser l'import
de fichiers en ZODB dans des Workspaces bien d&eacute;finis. Il se nomme
"integrateFormations.py".</font></div>
    <div><font face="Arial" size="2">Ce Script permet d'importer les
fichiers situ&eacute;s dans des r&eacute;pertoires du fileSystem vers des Workspaces
CPS:</font></div>
    <div><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; -
INSTANCE_HOME/Products/Tipi/Formations --&gt;
portal.workspaces.offre_formation</font></div>
    <div><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; -
INSTANCE_HOME/Products/Tipi/Fiches --&gt;
portal.workspaces.offre_formation.fiches_formation</font></div>
    <div><font face="Arial" size="2">Il commence par supprimer tous les
objets de type "CPS Proxy Document" pr&eacute;sent dans le workspace de
destination.</font></div>
    <div><font face="Arial" size="2">Puis, il cr&eacute;e les nouveau objets
en calculant tout d'abord l'identifiant par rapport au workspace (de
fa&ccedil;on &agrave; &eacute;viter de cr&eacute;er un objet de type "File" qui aurait le m&ecirc;me ID,
ce qui ferait planter le script).</font></div>
    <div><font face="Arial" size="2">Ensuite, il cr&eacute;e un objet de type
"File".</font></div>
    <div><font face="Arial" size="2">Puis il lit le fichier du
fileSystem et l'ajoute &agrave; la structure (datamodel) de l'objet "File"
(avec un nom particulier, libre &agrave; toi de modifier le script pour
l'adapter bien s&ucirc;r).</font></div>
    <div><font face="Arial" size="2">Il termine en committant le
datamodel et en r&eacute;indexant l'objet "File" dans la ZODB.</font></div>
    <div><font face="Arial" size="2">A la fin de l'ex&eacute;cution,
l'external method renvoi une page Html comprenant la liste des fichiers
upload&eacute;s avec les op&eacute;rations successives et enfin, le nombre de
fichiers upload&eacute;s.</font></div>
    <div>&nbsp;</div>
    <div><font face="Arial" size="2">L'id&eacute;e, d'apr&egrave;s ce que j'ai cru
comprendre du CPS Disk File Field, serait de conserver le m&ecirc;me script
en prenant soin tout d'abord de modifier le sch&eacute;ma "File" dans
portal_schemas pour y faire intervenir un champ de type "CPS Disk File
Field" &agrave; la place du champs de type "File". Le mieux serait m&ecirc;me de
cr&eacute;er un nouveau type, bas&eacute; sur un nouveau sch&eacute;ma, mais l'explication
par mail risque d'&ecirc;tre assez longue.</font></div>
    <div>&nbsp;</div>
    <div><font face="Arial" size="2">Essayes d&eacute;j&agrave; &ccedil;&agrave; pour voir.</font></div>
    <div>&nbsp;</div>
    <div><font face="Arial" size="2">Cordialement</font></div>
    <div><font face="Arial" size="2">C&eacute;dric</font></div>
    <blockquote dir="ltr"
 style="border-left: 2px solid rgb(0, 0, 0); padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;">
      <div
 style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">-----
Original Message ----- </div>
      <div
 style="background: rgb(228, 228, 228) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>From:</b>
      <a title="JEAN-VICTOR.ALBAR@airbus.com"
 href="mailto:JEAN-VICTOR.ALBAR@airbus.com">ALBAR, Jean-victor
(CAP-GEMINI)</a> </div>
      <div
 style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>To:</b>
      <a title="cmarfil@capgemini.fr" href="mailto:cmarfil@capgemini.fr">cedric
MARFIL</a> </div>
      <div
 style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Cc:</b>
      <a title="cps-users-fr@lists.nuxeo.com"
 href="mailto:cps-users-fr@lists.nuxeo.com">cps-users-fr@lists.nuxeo.com</a>
      </div>
      <div
 style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Sent:</b>
Tuesday, January 23, 2007 5:06 PM</div>
      <div
 style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Subject:</b>
RE: [CPS-users-fr] Stockage de documents Office</div>
      <div><br>
      </div>
      <div>
      <div><span class="513133715-23012007"><font color="#0000ff"
 face="Arial" size="2">Re C&eacute;dric<span class="336090316-23012007"> et la
liste</span>,</font></span></div>
      <div><span class="513133715-23012007"><font face="Arial"><font
 color="#0000ff"><font size="2"><span class="052554615-23012007"><span
 class="336090316-23012007">p</span>our r&eacute;pondre &agrave; tes questions,&nbsp;</span>il
va y avoir des documents en rubrique qui eux ne bougeront pas (normal)
et la gande majorit&eacute; des documents en espace de travail qui eux devront
gerer le versionning car en &eacute;volution constante (je dirais 40%
statiques et 60% en espace de travail).</font></font></font></span></div>
      <div><span class="513133715-23012007"></span>&nbsp;</div>
      <div><span class="513133715-23012007"><font color="#0000ff"
 face="Arial" size="2"><span class="052554615-23012007">Nous avons
besoin d'une 1ere initialisation de l'outil avec les 2000 documents (&agrave;
n'executer qu'une fois) et, si on n'utilise pas le Disk File Field, un
script d'exportation&nbsp;de&nbsp;tous les documents vers un FS (nous devons etre
capables de restituer tous les documents).</span></font></span></div>
      <div><span class="513133715-23012007"><font color="#0000ff"
 face="Arial" size="2"><span class="052554615-23012007">Si nous
utilisons le CPS Disk File Field,&nbsp;&agrave; priori nous n'avons pas besoin de
l'exportation car nous aurons nos documents directement dans un
r&eacute;pertoire c'est ca ?&nbsp;</span></font></span></div>
      <div><span class="513133715-23012007"></span>&nbsp;</div>
      <div><span class="513133715-23012007"><font face="Arial"><font
 color="#0000ff"><font size="2">Avez vous des docs qui d&eacute;crivent
comment configurer&nbsp;<span class="052554615-23012007">l'option CPS Disk
File Field ?</span></font></font></font></span></div>
      <div><span class="513133715-23012007"><font face="Arial"><font
 color="#0000ff"><font size="2"><span class="052554615-23012007">Comment
cela fonctionne t il (versionning ? Locks ? etc...).</span></font></font></font></span></div>
      <div><span class="513133715-23012007"><font face="Arial"><font
 color="#0000ff"><font size="2"><span class="052554615-23012007">Peut
on (et si&nbsp;oui comment ?) migrer notre base actuelle&nbsp;en&nbsp;CPS&nbsp;Disk File
Field ?</span></font></font></font></span></div>
      <div><span class="513133715-23012007"><font face="Arial"><font
 color="#0000ff"><font size="2"><span class="052554615-23012007"></span></font></font></font></span>&nbsp;</div>
      <div><span class="513133715-23012007"><font face="Arial"><font
 color="#0000ff"><font size="2"><span class="052554615-23012007">Je
vous remercie tous de votre aide.</span></font></font></font></span></div>
      <div><span class="513133715-23012007"><font face="Arial"><font
 color="#0000ff"><font size="2"><span class="052554615-23012007"></span></font></font></font></span>&nbsp;</div>
      <div><span class="513133715-23012007"><font face="Arial"><font
 color="#0000ff"><font size="2"><span class="052554615-23012007">JVA</span></font></font></font></span></div>
      <div><span class="513133715-23012007"><font face="Arial"><font
 color="#0000ff"><font size="2"><span class="052554615-23012007"></span></font></font></font></span>&nbsp;</div>
      </div>
      <blockquote dir="ltr" style="margin-right: 0px;">
        <div class="OutlookMessageHeader" dir="ltr" align="left"><font
 face="Tahoma" size="2">-----Message d'origine-----<br>
        <b>De&nbsp;:</b> cedric MARFIL [<a class="moz-txt-link-freetext" href="mailto:cedric.marfil@capgemini.com">mailto:cedric.marfil@capgemini.com</a>]<br>
        <b>Envoy&eacute;&nbsp;:</b> mardi 23 janvier 2007 16:37<br>
        <b>&Agrave;&nbsp;:</b> pierre.maris<br>
        <b>Cc&nbsp;:</b> ALBAR, Jean-victor (CAP-GEMINI); cps-users-fr<br>
        <b>Objet&nbsp;:</b> Re: [CPS-users-fr] Stockage de documents Office<br>
        <br>
        </font></div>
        <div>
        <div>Effectivement, je n'avais pas lu le mail d'Eric.</div>
        <div>Comment fonctionne exactement le DiskFileField ?</div>
        <div>Est-ce que quelqu'un as des exemples de mise en oeuvre,
s'il vous pla&icirc;t&nbsp;?</div>
        <div>Je posterai ce soir les sources du script permettant la
cr&eacute;ation d'objet de type file &agrave; partir d'un r&eacute;pertoire du disque local
du serveur.</div>
        <div>La volont&eacute; d'utiliser ce script serait pour initialiser le
r&eacute;ferentiel ou pour faire des aller retours clients / serveur ?</div>
        <div>Notre&nbsp;script est &eacute;crit pour une utilisation avec les
fichiers pr&eacute;sents sur le serveur dans le but de les mettre &agrave;
disposition dans des espaces collaboratifs en les stockant dans la
ZODB. Il conviendra de l'adapter &agrave; la situation pr&eacute;sente.</div>
        <div>&nbsp;</div>
        <div>Cordialement</div>
        <div>&nbsp;</div>
        <div>&nbsp;</div>
        <div>
        <table border="0" cellpadding="0" cellspacing="0" width="500">
          <tbody>
            <tr>
              <td bgcolor="#d8d8d8" width="100"><b>From</b></td>
              <td bgcolor="#d8d8d8" width="400"><a class="moz-txt-link-abbreviated" href="mailto:cps-users-fr-bounces@lists.nuxeo.com">cps-users-fr-bounces@lists.nuxeo.com</a></td>
            </tr>
          </tbody>
        </table>
        </div>
        <div>
        <table border="0" cellpadding="0" cellspacing="0" width="500">
          <tbody>
            <tr>
              <td bgcolor="#d8d8d8" width="100"><b>To</b></td>
              <td bgcolor="#d8d8d8" width="400">"cedric MARFIL"
<a class="moz-txt-link-abbreviated" href="mailto:cmarfil@capgemini.fr">cmarfil@capgemini.fr</a></td>
            </tr>
          </tbody>
        </table>
        </div>
        <div>
        <table border="0" cellpadding="0" cellspacing="0" width="500">
          <tbody>
            <tr>
              <td bgcolor="#d8d8d8" width="100"><b>Cc</b></td>
              <td bgcolor="#d8d8d8" width="400">"JEAN-VICTOR.ALBAR"
<a class="moz-txt-link-abbreviated" href="mailto:JEAN-VICTOR.ALBAR@airbus.com">JEAN-VICTOR.ALBAR@airbus.com</a>,"cps-users-fr"
<a class="moz-txt-link-abbreviated" href="mailto:cps-users-fr@lists.nuxeo..com">cps-users-fr@lists.nuxeo..com</a></td>
            </tr>
          </tbody>
        </table>
        </div>
        <div>
        <table border="0" cellpadding="0" cellspacing="0" width="500">
          <tbody>
            <tr>
              <td bgcolor="#d8d8d8" width="100"><b>Date</b></td>
              <td bgcolor="#d8d8d8" width="400">Tue, 23 Jan 2007
16:25:02 +0100</td>
            </tr>
          </tbody>
        </table>
        </div>
        <div>
        <table border="0" cellpadding="0" cellspacing="0" width="500">
          <tbody>
            <tr>
              <td bgcolor="#d8d8d8" width="100"><b>Subject</b></td>
              <td bgcolor="#d8d8d8" width="400">Re: [CPS-users-fr]
Stockage de documents Office</td>
            </tr>
          </tbody>
        </table>
        </div>
        <div>
        <table border="0" cellpadding="0" cellspacing="0" width="500">
          <tbody>
            <tr>
              <td bgcolor="#e8e8e8" width="100">&nbsp;</td>
              <td bgcolor="#e8e8e8" width="400">&nbsp;</td>
            </tr>
          </tbody>
        </table>
        </div>
Bonjour,<br>
        <br>
Bien d'accord que 15Go pour les donn&eacute;es, &ccedil;a commence &agrave; faire, surtout
que les index risque de peser presque autant!<br>
        <br>
Mais est-ce que, comme le sugg&eacute;rait Eric , l'utilisation d'un Disk File
Field n'est pas suffisante?<br>
        <br>
        <br>
        <pre class="moz-signature" cols="72">Pierre Maris
Architecte
Capgemini Est
04 72 21 31 29
06 83 56 59 33</pre>
        <br>
        <br>
cedric MARFIL a &eacute;crit&nbsp;:
        <blockquote
 cite="midJCBU9U$F7A55E8BDA25B58846D8C76D6BA6A994@capgemini.fr"
 type="cite">
          <div>&gt;
          <div>&gt; Je ne sais pas ce qu'en pense la communaut&eacute;, mais
il me para&icirc;t raisonnable de trouver une solution de contournement &agrave; la
ZODB et une fa&ccedil;on de stocker les fichiers sur le fileSystem. 15Go de
ZODB en volume, &ccedil;&agrave; repr&eacute;sente tout de m&ecirc;me beaucoup (Sans compter qu'il
faudra monter une partition reiserfs sous Linux pour accepter que le
fichier Data.fs puisse faire une taille si importante).</div>
          <div>&gt; Il faut donc se pencher sur l'option ZFS_Path
peut-&ecirc;tre, qui permet de stocker des fichiers sur le fileSystem
en&nbsp;r&eacute;f&eacute;ren&ccedil;ant un chemin d'acc&egrave;s &agrave; la racine du repository. Peut-&ecirc;tre
que ce mode de fonctionnement conviendrait.</div>
          <div>&gt; Que souhaites tu faire de ces documents &agrave; terme ?
Du versionning ? ou serait-ce un simple r&eacute;f&eacute;rentiel documentaire
partag&eacute; ?</div>
          <div>&gt; &nbsp;</div>
          <div>&gt;
          <table border="0" cellpadding="0" cellspacing="0" width="500">
            <tbody>
              <tr>
                <td bgcolor="#d8d8d8" width="100"><b>From</b></td>
                <td bgcolor="#d8d8d8" width="400"><a
 class="moz-txt-link-abbreviated"
 href="mailto:cps-users-fr-bounces@lists.nuxeo.com">cps-users-fr-bounces@lists.nuxeo.com</a></td>
              </tr>
            </tbody>
          </table>
          </div>
          <div>&gt;
          <table border="0" cellpadding="0" cellspacing="0" width="500">
            <tbody>
              <tr>
                <td bgcolor="#d8d8d8" width="100"><b>To</b></td>
                <td bgcolor="#d8d8d8" width="400"><a
 class="moz-txt-link-abbreviated"
 href="mailto:cps-users-fr@lists.nuxeo.com">cps-users-fr@lists.nuxeo.com</a></td>
              </tr>
            </tbody>
          </table>
          </div>
          <div>&gt;
          <table border="0" cellpadding="0" cellspacing="0" width="500">
            <tbody>
              <tr>
                <td bgcolor="#d8d8d8" width="100"><b>Cc</b></td>
                <td bgcolor="#d8d8d8" width="400"><br>
                </td>
              </tr>
            </tbody>
          </table>
          </div>
          <div>&gt;
          <table border="0" cellpadding="0" cellspacing="0" width="500">
            <tbody>
              <tr>
                <td bgcolor="#d8d8d8" width="100"><b>Date</b></td>
                <td bgcolor="#d8d8d8" width="400">Tue, 23 Jan 2007
14:55:48 +0100</td>
              </tr>
            </tbody>
          </table>
          </div>
          <div>&gt;
          <table border="0" cellpadding="0" cellspacing="0" width="500">
            <tbody>
              <tr>
                <td bgcolor="#d8d8d8" width="100"><b>Subject</b></td>
                <td bgcolor="#d8d8d8" width="400">RE: [CPS-users-fr]
Stockage de documents Office</td>
              </tr>
            </tbody>
          </table>
          </div>
          <div>&gt;
          <table border="0" cellpadding="0" cellspacing="0" width="500">
            <tbody>
              <tr>
                <td bgcolor="#e8e8e8" width="100">&nbsp;</td>
                <td bgcolor="#e8e8e8" width="400">&nbsp;</td>
              </tr>
            </tbody>
          </table>
          </div>
          <meta content="MSHTML 6.00.2800.1106" name="GENERATOR">
          <div>&gt; &gt;
          <div>&gt; &gt; <span class="054274213-23012007"><font
 color="#0000ff" face="Arial" size="2">Re bonjour C&eacute;dric,</font></span></div>
          <div>&gt; &gt; <span class="054274213-23012007"><font
 color="#0000ff" face="Arial" size="2">oui ce script m'interesse
beaucoup.</font></span></div>
          <div>&gt; &gt; <span class="054274213-23012007"><font
 color="#0000ff" face="Arial" size="2">Je recherche &agrave; importer mes
documents dans l'outil et bien sur l'inverse (r&eacute;cup&eacute;rer les documents
originaux en masse vers un file system).</font></span></div>
          <div>&gt; &gt; <span class="054274213-23012007"><font
 color="#0000ff" face="Arial" size="2">La volum&eacute;trie des 2000 documents
repr&eacute;sente environ 7Go (en sachant qu'a moyen terme il y aura environ
15Go de documents).</font></span></div>
          <div>&gt; &gt; <span class="054274213-23012007"></span>&nbsp;</div>
          <div>&gt; &gt; <span class="054274213-23012007"><font
 color="#0000ff" face="Arial" size="2">Merci</font></span></div>
          <div>&gt; &gt; <span class="054274213-23012007"></span>&nbsp;</div>
          <div>&gt; &gt; <span class="054274213-23012007"><font
 color="#0000ff" face="Arial" size="2">JVA</font></span></div>
          <div>&gt; &gt; <span class="054274213-23012007"></span>&nbsp;</div>
          </div>
          <blockquote dir="ltr" style="margin-right: 0px;">
            <div class="OutlookMessageHeader" dir="ltr" align="left"><font
 face="Tahoma" size="2">-----Message d'origine-----<br>
            <b>De&nbsp;:</b> cedric MARFIL [<a class="moz-txt-link-freetext"
 href="mailto:cedric.marfil@capgemini.com">mailto:cedric.marfil@capgemini.com</a>]<br>
            <b>Envoy&eacute;&nbsp;:</b> mardi 23 janvier 2007 14:36<br>
            <b>&Agrave;&nbsp;:</b> ALBAR, Jean-victor (CAP-GEMINI)<br>
            <b>Cc&nbsp;:</b> cps-users-fr<br>
            <b>Objet&nbsp;:</b> RE: [CPS-users-fr] Stockage de documents
Office<br>
            <br>
            </font></div>
            <div>&gt; &gt;
            <div>&gt; &gt; Re-Bonjour JV,</div>
            <div>&gt; &gt; Nous avons pour notre part d&eacute;velopp&eacute; un
petit script permettant de faire un import de 100 fichiers au format
Word pour les int&eacute;grer dans la ZODB (parce que nous n'avions que 100
fichiers &agrave; importer, mais c'&eacute;tait une boucle qui marche pour n'importe
quel nombre de fichiers). Ce script one shot lit le fichier sur le
disque, cr&eacute;e un objet de type "File" (portal_type) et y attache le
fichier r&eacute;cup&eacute;r&eacute; sur le fileSystem. Le fichier est lui-m&ecirc;me s&eacute;rialis&eacute;
dans la ZODB.</div>
            <div>&gt; &gt; Peut-&ecirc;tre cet import te conviendrait-il ?</div>
            <div>&gt; &gt; Il est certainement possible de faire en
sorte de stocker les fichiers sur le fileSystem du serveur plut&ocirc;t que
dans la ZODB. A toi de voir ce qui te convient le mieux. Quelle est la
volum&eacute;trie de tes 2000 fichiers en termes de Mo ?</div>
            <div>&gt; &gt; &nbsp;</div>
            <div>&gt; &gt; Cordialement</div>
            <div>&gt; &gt; C&eacute;dric</div>
            <div>&gt; &gt; &nbsp;</div>
            <div>&gt; &gt;
            <table border="0" cellpadding="0" cellspacing="0"
 width="500">
              <tbody>
                <tr>
                  <td bgcolor="#d8d8d8" width="100"><b>From</b></td>
                  <td bgcolor="#d8d8d8" width="400"><a
 class="moz-txt-link-abbreviated"
 href="mailto:cps-users-fr-bounces@lists.nuxeo.com">cps-users-fr-bounces@lists.nuxeo.com</a></td>
                </tr>
              </tbody>
            </table>
            </div>
            <div>&gt; &gt;
            <table border="0" cellpadding="0" cellspacing="0"
 width="500">
              <tbody>
                <tr>
                  <td bgcolor="#d8d8d8" width="100"><b>To</b></td>
                  <td bgcolor="#d8d8d8" width="400"><a
 class="moz-txt-link-abbreviated"
 href="mailto:cps-users-fr@lists.nuxeo.com">cps-users-fr@lists.nuxeo.com</a></td>
                </tr>
              </tbody>
            </table>
            </div>
            <div>&gt; &gt;
            <table border="0" cellpadding="0" cellspacing="0"
 width="500">
              <tbody>
                <tr>
                  <td bgcolor="#d8d8d8" width="100"><b>Cc</b></td>
                  <td bgcolor="#d8d8d8" width="400"><br>
                  </td>
                </tr>
              </tbody>
            </table>
            </div>
            <div>&gt; &gt;
            <table border="0" cellpadding="0" cellspacing="0"
 width="500">
              <tbody>
                <tr>
                  <td bgcolor="#d8d8d8" width="100"><b>Date</b></td>
                  <td bgcolor="#d8d8d8" width="400">Tue, 23 Jan 2007
14:16:11 +0100</td>
                </tr>
              </tbody>
            </table>
            </div>
            <div>&gt; &gt;
            <table border="0" cellpadding="0" cellspacing="0"
 width="500">
              <tbody>
                <tr>
                  <td bgcolor="#d8d8d8" width="100"><b>Subject</b></td>
                  <td bgcolor="#d8d8d8" width="400">RE: [CPS-users-fr]
Stockage de documents Office</td>
                </tr>
              </tbody>
            </table>
            </div>
            <div>&gt; &gt;
            <table border="0" cellpadding="0" cellspacing="0"
 width="500">
              <tbody>
                <tr>
                  <td bgcolor="#e8e8e8" width="100">&nbsp;</td>
                  <td bgcolor="#e8e8e8" width="400">&nbsp;</td>
                </tr>
              </tbody>
            </table>
            </div>
            <meta content="MSHTML 6.00.2800..1106" name="GENERATOR">
            <div>&gt; &gt; &gt; <font color="#0000ff" face="Arial"
 size="2"><span class="475032212-23012007">Merci pour vos r&eacute;ponses.</span></font></div>
            <div>&gt; &gt; &gt; <font color="#0000ff" face="Arial"
 size="2"><span class="475032212-23012007"></span></font>&nbsp;</div>
            <div>&gt; &gt; &gt; <font color="#0000ff" face="Arial"
 size="2"><span class="475032212-23012007">Je croyais que Nuxeo 5
n'etait pas encore dispo...</span></font></div>
            <div>&gt; &gt; &gt; <font color="#0000ff" face="Arial"
 size="2"><span class="475032212-23012007">Est-il stable ?</span></font></div>
            <div>&gt; &gt; &gt; <font color="#0000ff" face="Arial"
 size="2"><span class="475032212-23012007">Gere t il le versionning et
le "undo" ?</span></font></div>
            <div>&gt; &gt; &gt; <font color="#0000ff" face="Arial"
 size="2"><span class="475032212-23012007"><span
 class="475032212-23012007"></span></span></font>&nbsp;</div>
            <div>&gt; &gt; &gt; <font color="#0000ff" face="Arial"
 size="2"><span class="475032212-23012007"><span
 class="475032212-23012007">La d&eacute;cision du choix de l'outil doit &ecirc;tre
prise tr&egrave;s rapidement.</span></span></font></div>
            <div>&gt; &gt; &gt; <font color="#0000ff" face="Arial"
 size="2"><span class="475032212-23012007"><span
 class="475032212-23012007">Si Nuxeo 5 n'est pas dispo dans les
semaines qui viennent, nous voulons&nbsp;rester sous&nbsp;CPS.</span></span></font></div>
            <div>&gt; &gt; &gt; <font color="#0000ff" face="Arial"
 size="2"><span class="475032212-23012007"><span
 class="475032212-23012007">La fonctionnalit&eacute; d'import/export des
documents originaux est primordiale pour nous&nbsp;dans CPS.</span></span></font></div>
            <div>&gt; &gt; &gt; <font color="#0000ff" face="Arial"
 size="2"><span class="475032212-23012007"><span
 class="475032212-23012007">Est-elle possible actuellement&nbsp;?&nbsp;</span></span></font></div>
            <div>&gt; &gt; &gt; <font color="#0000ff" face="Arial"
 size="2"><span class="475032212-23012007"></span></font>&nbsp;</div>
            <div>&gt; &gt; &gt; <font color="#0000ff" face="Arial"
 size="2"><span class="475032212-23012007">Notre volum&eacute;trie est d'e</span></font><font
 color="#0000ff" face="Arial" size="2"><span class="475032212-23012007">nviron
2000 documents (principalement des documents word et Excel en espace de
travail collaboratif).</span></font></div>
            <div>&gt; &gt; &gt; <font color="#0000ff" face="Arial"
 size="2"><span class="475032212-23012007">Nous avons environ&nbsp;100
utilisateurs succeptibles d'utiliser l'outil</span></font><font
 color="#0000ff" face="Arial" size="2"><span class="475032212-23012007">.</span></font></div>
            <div>&gt; &gt; &gt; <font color="#0000ff" face="Arial"
 size="2"><span class="475032212-23012007">Nous avons la version CPS
3.4 sous Windows 2003 (nous avons eu des soucis de configuration&nbsp;de CPS
sous Linux en juin 2006 et avons du migrer sur Windows pour les
r&eacute;soudre).</span></font></div>
            <div>&gt; &gt; &gt; <font color="#0000ff" face="Arial"
 size="2"><span class="475032212-23012007">Notre objectif est
d'utiliser un produit simple (mais complet) ne necessitant pas ou peu
de developpement ni d'administration compliqu&eacute;e.</span></font></div>
            <div>&gt; &gt; &gt; <font color="#0000ff" face="Arial"
 size="2"><span class="475032212-23012007"></span></font>&nbsp;</div>
            <div>&gt; &gt; &gt; <font color="#0000ff" face="Arial"
 size="2"><span class="475032212-23012007">Voila, vous savez tout :-)</span></font></div>
            <div>&gt; &gt; &gt; <font color="#0000ff" face="Arial"
 size="2"><span class="475032212-23012007"></span></font>&nbsp;</div>
            <div>&gt; &gt; &gt; <font color="#0000ff" face="Arial"
 size="2"><span class="475032212-23012007">Encore merci de votre
aide....</span></font></div>
            <div>&gt; &gt; &gt; <font color="#0000ff" face="Arial"
 size="2"><span class="475032212-23012007"></span></font>&nbsp;</div>
            <div>&gt; &gt; &gt; <font color="#0000ff" face="Arial"
 size="2"><span class="475032212-23012007">JVA</span></font></div>
            <blockquote dir="ltr" style="margin-right: 0px;">
              <div class="OutlookMessageHeader" dir="ltr" align="left"><font
 face="Tahoma" size="2">-----Message d'origine-----<br>
              <b>De&nbsp;:</b> Eric Barroca [<a class="moz-txt-link-freetext"
 href="mailto:eb@nuxeo.com">mailto:eb@nuxeo.com</a>]<br>
              <b>Envoy&eacute;&nbsp;:</b> mardi 23 janvier 2007 12:42<br>
              <b>&Agrave;&nbsp;:</b> ALBAR, Jean-victor (CAP-GEMINI)<br>
              <b>Cc&nbsp;:</b> <a class="moz-txt-link-abbreviated"
 href="mailto:cps-users-fr@lists.nuxeo.com">cps-users-fr@lists.nuxeo.com</a><br>
              <b>Objet&nbsp;:</b> Re: [CPS-users-fr] Stockage de documents
Office<br>
              <br>
              </font></div>
Bonjour,
              <div>&gt; &gt; &gt; <br>
              <div>&gt; &gt; &gt;
              <div>&gt; &gt; &gt; On 23 janv. 07, at 12:00, <a
 href="mailto:cps-users-fr-request@lists.nuxeo.com">cps-users-fr-request@lists.nuxeo.com</a>
wrote:</div>
              <blockquote type="cite">
                <div style="margin: 0px;">Nous sommes en phase de test
de CPS 3.4 et nous nous posons quelques questions :</div>
                <div style="margin: 0px; min-height: 14px;"><br>
                </div>
                <div style="margin: 0px;">Nos besoins sont des besoins
de stockage de documents, de travail collaboratif, de versionning et de
flux de validation.</div>
                <div style="margin: 0px;">CPS r&eacute;pond &agrave; tous nos besoins
&agrave; part le fait que Zope/CPS soit un peu difficile &agrave; apprehender encore
pour nous (toute suggestion de documentations ou bouquins est la
bienvenue).</div>
              </blockquote>
              <div>&gt; &gt; &gt; Avez-vous test&eacute; Nuxeo 5, il doit vous
founir les m&ecirc;mes fonctionnalit&eacute;s.</div>
              <br>
              <blockquote type="cite">
                <div style="margin: 0px;">Nous avons 2 questions
primordiales :</div>
                <div style="margin: 0px; min-height: 14px;"><br>
                </div>
                <div style="margin: 0px;">1/ Peut-on importer en masse
nos documents office (word, Excel, Powerpoint, etc...) dans l'outil ?</div>
                <div style="margin: 0px;">Nous avons environ 2000
documents &agrave; importer sous CPS donc ca serait sympa de pouvoir les
importer en quelques clics.</div>
              </blockquote>
              <div>&gt; &gt; &gt; &nbsp;Nuxeo EP 5 offre des extensions pour
les navigateurs qui permettent d'importer en masse des documents via
drag and drop dans le browser.</div>
              <br>
              <blockquote type="cite">
                <div style="margin: 0px;">2/ Notre imp&eacute;ratif est la
sauvegarde des documents et la restitution de ceux ci.</div>
                <div style="margin: 0px;">Le stockage de ceux ci dans
la ZODB nous fait peur (en terme de gestion et de restitution).</div>
                <div style="margin: 0px;">Pouvons nous nous passer de
la ZODB pour laisser les documents stock&eacute;s dans un file system (ou au
pire dans une base de donn&eacute;es "ouverte") ?</div>
                <div style="margin: 0px;">Dans le cas d'un stockage
dans un file system, quid du versionning ?</div>
              </blockquote>
CPS peut permettre un stockage des pi&egrave;ces jointes sur le FileSystem en
utilisant le type de field DiskFileField dans les documents.</div>
              <div>&gt; &gt; &gt; <br class="khtml-block-placeholder">
              </div>
              <div>&gt; &gt; &gt; Pour Nuxeo EP5, le stockage est
effectu&eacute; par default sur le filesystem pour les fichiers attach&eacute;s.</div>
              <div>&gt; &gt; &gt; <br class="khtml-block-placeholder">
              </div>
              <div>&gt; &gt; &gt; Pouvez-vous nous en dire plus sur la
volum&eacute;trie de l'instance que vous devez mettre en place (utilisateurs,
etc.).</div>
              <div>&gt; &gt; &gt; <br class="khtml-block-placeholder">
              </div>
              <div>&gt; &gt; &gt; <br class="khtml-block-placeholder">
              </div>
              <div>&gt; &gt; &gt; Bonne journ&eacute;e,</div>
              <div>&gt; &gt; &gt; <br class="khtml-block-placeholder">
              </div>
              <div>&gt; &gt; &gt; EB.<br>
              <br>
              </div>
              <br>
              <div>&gt; &gt; &gt; <span class="Apple-style-span"
 style="word-spacing: 0px; font-family: Lucida Grande; font-style: normal; font-variant: normal; font-weight: normal; font-size: 13px; line-height: normal; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; border-spacing: 0px; orphans: 2; widows: 2; font-size-adjust: none; font-stretch: normal;"><span
 class="Apple-style-span"
 style="word-spacing: 0px; font-family: Lucida Grande; font-style: normal; font-variant: normal; font-weight: normal; font-size: 13px; line-height: normal; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; border-spacing: 0px; orphans: 2; widows: 2; font-size-adjust: none; font-stretch: normal;"><span
 class="Apple-style-span"
 style="word-spacing: 0px; font-family: Lucida Grande; font-style: normal; font-variant: normal; font-weight: normal; font-size: 13px; line-height: normal; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; border-spacing: 0px; orphans: 2; widows: 2; font-size-adjust: none; font-stretch: normal;"><span
 class="Apple-style-span"
 style="word-spacing: 0px; font-family: Lucida Grande; font-style: normal; font-variant: normal; font-weight: normal; font-size: 13px; line-height: normal; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; border-spacing: 0px; orphans: 2; widows: 2; font-size-adjust: none; font-stretch: normal;"><span
 class="Apple-style-span"
 style="word-spacing: 0px; font-family: Lucida Grande; font-style: normal; font-variant: normal; font-weight: normal; font-size: 13px; line-height: normal; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; border-spacing: 0px; orphans: 2; widows: 2; font-size-adjust: none; font-stretch: normal;"></span></span>
              <div>&gt; &gt; &gt; --</div>
              <div>&gt; &gt; &gt; &Eacute;ric Barroca - Ex. VP of Operations -
+33 6 21 74 77 64</div>
              <div>&gt; &gt; &gt; <a class="moz-txt-link-abbreviated"
 href="http://www.nuxeo.com/">www.nuxeo.com</a> - Nuxeo: Open Source
ECM - <a href="http://www.nuxeo.org/">www.nuxeo.org</a></div>
              <div>&gt; &gt; &gt; Nuxeo EP 5: extensible, Java EE and
standards based ECM Platform !</div>
              </span></span><br class="Apple-interchange-newline">
              </span></div>
              <br>
              </div>
              <pre>This mail has originated outside your organization, either from an external partner or the Global Internet.
Keep this in mind if you answer this message.


      </pre>
            </blockquote>
            <pre>This e-mail is intended only for the above addressee. It may contain privileged information.
If you are not the addressee you must not copy, distribute, disclose or use any of the information in it. 
If you have received it in error please delete it and immediately notify the sender.
Security Notice: all e-mail, sent to or from this address, may be accessed by someone other than the recipient, for system management and security reasons. This access is controlled under Regulation of security reasons.
This access is controlled under Regulation of Investigatory Powers Act 2000, Lawful Business Practises.

    </pre>
            </div>
            <table>
              <tbody>
                <tr>
                  <td bgcolor="#ffffff"><font color="#000000">This
message contains information that may be privileged or confidential and
is the property of the Capgemini Group. It is intended only for the
person to whom it is addressed. If you are not the intended recipient,
you are not authorized to read, print, retain, copy, disseminate,
distribute, or use this message or any part thereof. If you receive
this message in error, please notify the sender immediately and delete
all copies of this message.<br>
                  <br>
                  </font></td>
                </tr>
              </tbody>
            </table>
            <pre>This mail has originated outside your organization, either from an external partner or the Global Internet.
Keep this in mind if you answer this message.

    </pre>
          </blockquote>
          <pre>This e-mail is intended only for the above addressee. It may contain privileged information.
If you are not the addressee you must not copy, distribute, disclose or use any of the information in it. 
If you have received it in error please delete it and immediately notify the sender.
Security Notice: all e-mail, sent to or from this address, may be accessed by someone other than the recipient, for system management and security reasons. This access is controlled under Regulation of security reasons.
This access is controlled under Regulation of Investigatory Powers Act 2000, Lawful Business Practises.

  </pre>
          </div>
          <table>
            <tbody>
              <tr>
                <td bgcolor="#ffffff"><font color="#000000">This
message contains information that may be privileged or confidential and
is the property of the Capgemini Group. It is intended only for the
person to whom it is addressed. If you are not the intended recipient,
you are not authorized to read, print, retain, copy, disseminate,
distribute, or use this message or any part thereof. If you receive
this message in error, please notify the sender immediately and delete
all copies of this message.<br>
                <br>
                </font></td>
              </tr>
            </tbody>
          </table>
          <pre wrap=""><hr size="4" width="90%">
_______________________________________________
cps-users-fr 
Adresse de la liste : <a class="moz-txt-link-abbreviated"
 href="mailto:cps-users-fr@lists.nuxeo.com">cps-users-fr@lists.nuxeo.com</a>
Gestion de l'abonnement : <a class="moz-txt-link-rfc2396E"
 href="http://lists.nuxeo.com/mailman/listinfo/cps-users-fr">&lt;http://lists.nuxeo.com/mailman/listinfo/cps-users-fr&gt;</a>
  </pre>
        </blockquote>
        </div>
        <table>
          <tbody>
            <tr>
              <td bgcolor="#ffffff"><font color="#000000">This message
contains information that may be privileged or confidential and is the
property of the Capgemini Group. It is intended only for the person to
whom it is addressed. If you are not the intended recipient, you are
not authorized to read, print, retain, copy, disseminate, distribute,
or use this message or any part thereof. If you receive this message in
error, please notify the sender immediately and delete all copies of
this message.<br>
              <br>
              </font></td>
            </tr>
          </tbody>
        </table>
        <pre>This mail has originated outside your organization, either from an external partner or the Global Internet.
Keep this in mind if you answer this message.

        </pre>
      </blockquote>
      <pre>This e-mail is intended only for the above addressee. It may contain privileged information.
If you are not the addressee you must not copy, distribute, disclose or use any of the information in it. 
If you have received it in error please delete it and immediately notify the sender.
Security Notice: all e-mail, sent to or from this address, may be accessed by someone other than the recipient, for system management and security reasons. This access is controlled under Regulation of security reasons.
This access is controlled under Regulation of Investigatory Powers Act 2000, Lawful Business Practises.

      </pre>
    </blockquote>
    <pre>This mail has originated outside your organization, either from an external partner or the Global Internet.
Keep this in mind if you answer this message.

    </pre>
    <table>
      <tbody>
        <tr>
          <td bgcolor="#ffffff"><font color="#000000">This message
contains information that may be privileged or confidential and is the
property of the Capgemini Group. It is intended only for the person to
whom it is addressed. If you are not the intended recipient, you are
not authorized to read, print, retain, copy, disseminate, distribute,
or use this message or any part thereof. If you receive this message in
error, please notify the sender immediately and delete all copies of
this message.<br>
          <br>
          </font></td>
        </tr>
      </tbody>
    </table>
  </blockquote>
  <pre>This e-mail is intended only for the above addressee. It may contain privileged information.
If you are not the addressee you must not copy, distribute, disclose or use any of the information in it. 
If you have received it in error please delete it and immediately notify the sender.
Security Notice: all e-mail, sent to or from this address, may be accessed by someone other than the recipient, for system management and security reasons. This access is controlled under Regulation of security reasons.
This access is controlled under Regulation of Investigatory Powers Act 2000, Lawful Business Practises.

  </pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
cps-users-fr 
Adresse de la liste : <a class="moz-txt-link-abbreviated" href="mailto:cps-users-fr@lists.nuxeo.com">cps-users-fr@lists.nuxeo.com</a>
Gestion de l'abonnement : <a class="moz-txt-link-rfc2396E" href="http://lists.nuxeo.com/mailman/listinfo/cps-users-fr">&lt;http://lists.nuxeo.com/mailman/listinfo/cps-users-fr&gt;</a>
  </pre>
</blockquote>
</body>
</html>