Author: david
Date: Thu Feb 10 10:51:54 2011
New Revision: 8958
Log:
Rename template with index as well
Added:
trunk/apps/qubit/modules/oai/templates/indexSuccess.xml.php
- copied unchanged from r8941,
trunk/apps/qubit/modules/oai/templates/oaiSuccess.xml.php
Deleted:
trunk/apps/qubit/modules/oai/templates/oaiSuccess.xml.php
Copied: trunk/apps/qubit/modules/oai/templates/indexSuccess.xml.php (from
r8941, trunk/apps/qubit/modules/oai/templates/oaiSuccess.xml.php)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/apps/qubit/modules/oai/templates/indexSuccess.xml.php Thu Feb 10
10:51:54 2011 (r8958, copy of r8941,
trunk/apps/qubit/modules/oai/templates/oaiSuccess.xml.php)
@@ -0,0 +1,6 @@
+<?php echo '<?' ?>xml version="1.0" encoding="utf-8" ?>
+<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/
http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
+ <responseDate><?php echo $date ?></responseDate>
+ <request<?php echo $sf_data->getRaw('requestAttributes')?>><?php echo
$sf_data->getRaw('path') ?></request>
+<?php echo get_component('oai', $verb) ?>
+</OAI-PMH>
--
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.