InformationService for CollectiveAccess. Queries the Tematres API and outputs the first page of hits to choose from. Adds URL.
Structure, folders and documentation here mimics the IconClass Information Service by Karl Becker : https://github.com/karbecker/ca_iconclass
- Copy the Tematres.php to
your_providence_install/app/lib/core/Plugins/InformationService/Tematres.php
- Create a Metadata Element with Tematres as Information Service, let's call it "Tematres Vocabulary", having tematres_vocab as its idno.
- Edit the URL of the service
Call it in Pawtucket2, the CA Frontend (for instance in a ca_objects_default_html.php if the Metadata Element is called tematres_vocab (depending on what you chose before) :
{{{<a href="^ca_objects.tematres_vocab.url">^ca_objects.tematres_vocab</a>}}}
See http://r020.com.ar/tematres/demo/api/ and http://www.vocabularyserver.com/ for more Information about the API.
Tematres : vocabulary inside the Tematres web app interface
Tematres : information service inside CollectiveAccess Providence