koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha-doc/fr migrer_ses_donnees.xml,NONE,1.1


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha-doc/fr migrer_ses_donnees.xml,NONE,1.1
Date: Thu, 06 Jan 2005 07:25:38 -0800

Update of /cvsroot/koha/koha-doc/fr
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27117/fr

Added Files:
        migrer_ses_donnees.xml 
Log Message:
document explaining how to migrate data & set up a highly tuned Koha catalogue 
(in French, sorry for frenchphobes or french-ignorants)

--- NEW FILE ---
<?xml version="1.0" encoding="ISO-8859-15"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";>
<book>
  <title>Paramétrer et migrer ses données vers Koha 2.2</title>

  <chapter>
    <title>Introduction</title>

    <articleinfo><pubdate>2002-01-06</pubdate> <author>
    <firstname>Paul</firstname> <surname>POULAIN</surname> <authorblurb>
    Consultant indépendant en logiciels libres, Koha "Release Manager" pour la
    version 2.0 puis 2.2, membre du comité de pilotage
    international<para></para></authorblurb><email>paul AT koha-fr.org</email>
    </author> <revhistory> <revision><revnumber>2.2.0</revnumber>
    <date>2005-01-06</date> <authorinitials>pp</authorinitials>
    <revdescription> Version initiale<para></para> </revdescription>
    </revision> </revhistory></articleinfo>

[...1138 lines suppressed...]
);
newField = MARC::Field-&gt;new(
  '200','','',
  'a' =&gt; $resul{TIT},
  'b' =&gt; $resul{TYP},
  'e' =&gt; $resul{STI},
  'f' =&gt; $resul{AUT},
  'g' =&gt; $resul{NOT},
);
$newRecord-&gt;insert_fields_ordered($newField);
my ($bibid,$oldbibnum,$oldbibitemnum) = NEWnewbiblio($dbh,$newRecord,'') unless 
($test_parameter);

</programlisting>

        <para>Notez que le code qui précède ne traite pas des notices
        d'exemplaire (là, c'est vraiment trop spécifique)</para>
      </section>
    </section>
  </chapter>
</book>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]