Re: [Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?

2019-10-28 Thread James Bullen
Hi Kara, This seemed like a useful thing that I don’t think exists yet, so I made a plugin to do it: https://github.com/hudmol/static_pages Maybe it can be a useful starting point. Cheers, James > On Oct 28, 2019, at 3:52 PM, Kara Hart wrote: >

[Archivesspace_Users_Group] Add a static web page to ArchivesSpace PUI?

2019-10-28 Thread Kara Hart
Hi all, I want to be able to add static web pages to ArchivesSpace. I'd like to incorporate the header, top nav, and footer and be able to just add what I want in the middle. I'm basically hoping to create general FAQ, search help, about pages that live in my ArchivesSpace local plugin. Is this

Re: [Archivesspace_Users_Group] Is it possible to customise the OAI-PMH feeds?

2019-10-28 Thread Andy Boze
Hi, Nick. You can use the standard OAI splitter in Primo regardless of the metadata format you've selected for ArchivesSpace to send. The OAI-PMH record structure is the same for any of the formats. See < http://www.openarchives.org/OAI/openarchivesprotocol.html >. You'll just use your

Re: [Archivesspace_Users_Group] Is it possible to customise the OAI-PMH feeds?

2019-10-28 Thread Nick Butler
Hi Andrew, Thank you very much for this approach - a quick monkey patch works perfectly! If it's possible to get Primo to accept EAD then we'll probably try to go down that route (we may be in the same situation with other OAI providers at a later date), but this is precisely what I asked for

Re: [Archivesspace_Users_Group] Is it possible to customise the OAI-PMH feeds?

2019-10-28 Thread Nick Butler
Hi Andy, Thank you very much for your message! No, there's no reason we need to work with DC records, but I hadn't realised Primo was capable of receiving EAD records. Did you happen to come across any documentation for this? I'm assuming we'd need a custom Primo splitter for this? Many

Re: [Archivesspace_Users_Group] Is it possible to customise the OAI-PMH feeds?

2019-10-28 Thread Andrew Morrison
If you do want to modify oai_dc.rb, you either need to do so to a fork of the source then build your own production system, or monkey patch the OAIDCMapper class via a plug-in containing a backend/plugin_init.rb Andrew. On Mon, 2019-10-28 at 12:14 +, Nick Butler wrote: Hi all, Is it

Re: [Archivesspace_Users_Group] Is it possible to customise the OAI-PMH feeds?

2019-10-28 Thread Andy Boze
Hi, Nick. Do you need to work with DC records? We recently started harvesting records directly into Primo from ArchivesSpace using oai-ead. It's working very well. Before we started using ASpace a year ago, we did have to export the records from our previous system to EAD and then import

[Archivesspace_Users_Group] Is it possible to customise the OAI-PMH feeds?

2019-10-28 Thread Nick Butler
Hi all, Is it possible to customise, say, the oai_dc feed to include more information (e.g. notes fields)? This would allow us to pipe records directly into our Primo discovery layer without having to export them as oai_ead and convert them as a separate step. I've found the oai_dc.rb file