Author: david
Date: Wed Oct 19 14:43:36 2011
New Revision: 10143
Log:
Update OAI routing
Modified:
trunk/apps/qubit/config/routing.yml
Modified: trunk/apps/qubit/config/routing.yml
==============================================================================
--- trunk/apps/qubit/config/routing.yml Wed Oct 19 11:48:29 2011 (r10142)
+++ trunk/apps/qubit/config/routing.yml Wed Oct 19 14:43:36 2011 (r10143)
@@ -295,23 +295,23 @@
action: edit
oai_harvester_harvest_all_sets:
- url: /;oai/harvest/:type/:harvestId/*
+ url: /oai/harvest/:type/:id/*
param:
- module: oai
+ module: qtOaiPlugin
action: harvesterHarvest
- harvestId: { pattern: \d+ }
+ id: { pattern: \d+ }
oai_harvester_delete:
- url: /;oai/deleteRepository/:repositoryId/*
+ url: /oai/deleteRepository/:repositoryId/*
param:
- module: oai
+ module: qtOaiPlugin
action: harvesterDelete
repositoryId: { pattern: \d+ }
oai_requests:
url: /;oai/request
param:
- module: oai
+ module: qtOaiPlugin
action: oai
informationObject:
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.