Islandora-Labs / islandora_solution_pack_oralhistories

Adds all required Fedora objects to allow users to ingest and retrieve Oral Histories (video/audio) files through the Islandora interface
GNU General Public License v3.0
13 stars 23 forks source link

add xslt to index vtts #61

Closed kimpham54 closed 7 years ago

kimpham54 commented 7 years ago

What does this Pull Request do?

Add xslt to index INDEXMEDIATRACK

What's new?

new xslt file. Instead of using having the user of the module create their own vtt_solr.xslt

How should this be tested?

Follow the configure solr steps found in https://github.com/digitalutsc/islandora_solution_pack_oralhistories/wiki/Configuration:--Basic-Indexing-of-transcripts-in-Solr

Except for Step 1, do this instead:

cd /var/lib/tomcat7/webapps/fedoragsearch/WEB-INF/classes/fgsconfigFinal/index/FgsIndex/islandora_transforms cp /var/www/drupal/sites/all/modules/islandora_solution_pack_oralhistories/xsl/or_transcript_solr.xslt ./ cp /var/www/drupal/sites/all/modules/islandora_solution_pack_oralhistories/xsl/vtt_solr.xslt ./

and

Ignore Step 5

Additional Notes:

Interested parties

@Natkeeran @MarcusBarnes

MarcusBarnes commented 7 years ago

@kimpham54 Looks good. Would you be able to update the documentation? Thank you.

kimpham54 commented 7 years ago

@MarcusBarnes documentation has been updated