EPrints 2.3 Documentation - import_subjects command |
import_subjects - rebuild an EPrint archive subjects list from the contents of a file
import_subjects archiveid [options] [subjectfile]
Import a set of subjects into an EPrints archive. The subjects are the heirarchical tree of options for ``subject'' type metadata fields in an eprint archive.
Use the staff admin subject editor for little tweaks. Use this command for the initial setup or bulk editing subjects. Use the exporter to dump the current subjects if you (an administrator) have edited them online.
This script should also be run after create_tables.
Without the --force option, this script asks for confirmation before actually erasing anything.
There are two different file formats excepted, the default colon seperated file and XML in the eprints export format.
The colon seperated ASCII is easier to edit, but is more limited. It is not intended for UTF-8 encoded characters and can only specify subject names in the default language.
The XML format can contain any unicode characters and also allows multiple languages for the names of subjects. You may wish to dump the current subjects out of eprints as XML. Edit it. Then re-import it. The downside is that this format is far more verbose.
This is the default format.
Comments may be placed on lines begining with a hash (#)
Each (non-comment) line of the file should be in the following format:
subjectid:name:parents:depositable
eg.
blgc-bphy:Biophysics:blgc,phys:1
Please see the main documentation for the meaning of these fields.
This is the standard eprints export format. It looks like this:
<eprintsdata> <record> <field name="subjectid">phys</field> <field name="name"><lang id="en">Physical Sciences & Mathematics</lang></field> <field name="parents">subjects</field> <field name="depositable">FALSE</field> </record> . . . </eprintsdata>
The fields have the same meaning as described for the ASCII format, with the following variations. The name field can (and should) have a name for each language supported by the archive. Multiple parents are indicated by multiple <lt
field name=``parents<gt>> elements. Depositable should be either TRUE or FALSE.
This is part of this EPrints 2 system. EPrints 2 is developed by Christopher Gutteridge.
EPrints Version: 2.3.6.99.1-beta
For more information goto http://www.eprints.org/ which give information on mailing lists and the like.
Chris Gutteridge may be contacted at support@eprints.org
Should you need a real world address for some reason, EPrints can be contacted in the real world at
EPrints c/o Christopher Gutteridge Department of Electronics and Computer Science University of Southampton SO17 1BJ United Kingdom
This file is part of GNU EPrints 2.
Copyright (c) 2000-2004 University of Southampton, UK. SO17 1BJ.
EPrints 2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
EPrints 2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with EPrints 2; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
EPrints 2.3 Documentation - import_subjects command |