Skip to content

Editor plugin for biblios metadata editor to allow editing and previewing of Dublin Core records.

Notifications You must be signed in to change notification settings

ccatalfo/biblios-dceditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a plugin for the biblios (http://biblios.org) metadata editor to allow editing of records in the Dublin Core XML format (http://dublincore.org/). 

To install and enable it, add these two sections to your biblios configuration file (biblios.xml):

<editor>
  <name>DublinCoreEditor</name>
  <syntax>xml</syntax>
  <enabled>1</enabled>
</editor>       


<plugin>
  <name>DublinCoreEditor</name>
  <type>editor</type>
  <file>plugins/dcEditor/dcEditor.js</file>
  <initcall>new dcEditor(editorid)</initcall>
  <enabled>1</enabled>
  <allowDelete>0</allowDelete>
  <allowModify>0</allowModify>
</plugin>

Copy the file dc.xsl to your pazpar2 configuration directory so that pazpar2 can use it to extract metadata elements when performing searching against z39.50 targets which can return dublin core xml records.

Copy the directory in which this file is found to biblios/plugins, making sure that the path to the dcEditor.js file referenced in biblios.xml (see above) is correct.  

Copy uploadDC.pl to your biblios installation's cgi-bin directory.

About

Editor plugin for biblios metadata editor to allow editing and previewing of Dublin Core records.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published