[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha-doc/en/sysadmin/migration migrate_your_data.xml,NON
From: |
skemotah |
Subject: |
[Koha-cvs] CVS: koha-doc/en/sysadmin/migration migrate_your_data.xml,NONE,1.1 |
Date: |
Sun, 15 May 2005 14:11:32 -0700 |
Update of /cvsroot/koha/koha-doc/en/sysadmin/migration
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3063/en/sysadmin/migration
Added Files:
migrate_your_data.xml
Log Message:
Initial version of translation
--- NEW FILE ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<article>
<title>Set Parameters and Migrate Your Data to Koha 2.2</title>
<articleinfo>
<pubdate>2005-04-18</pubdate>
<author>
<firstname>Paul</firstname>
<surname>POULAIN</surname>
<email>paul AT koha-fr.org</email>
</author>
<authorblurb>
<para>Consultant indépendant en logiciels libres, Koha "Release Manager"
[...1232 lines suppressed...]
'011','','',
'a' => $resul{ISSN},
);
newField = MARC::Field->new(
'200','','',
'a' => $resul{TIT},
'b' => $resul{TYP},
'e' => $resul{STI},
'f' => $resul{AUT},
'g' => $resul{NOT},
);
$newRecord->insert_fields_ordered($newField);
my ($bibid,$oldbibnum,$oldbibitemnum) = NEWnewbiblio($dbh,$newRecord,'') unless
($test_parameter);</programlisting>
<para>Please not that the above code doesn't treat item records (this
is really much too specific a case).</para>
</section>
</section>
</section>
</article>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha-doc/en/sysadmin/migration migrate_your_data.xml,NONE,1.1,
skemotah <=