summaryrefslogtreecommitdiff
path: root/htroot/IndexImportOAIPMH_p.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2009-11-03 20:10:59 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2009-11-03 20:10:59 +0000
commit9b6762ec2e53b20068afc44335e94b2488275f9f (patch)
treea9b4983138b437e7fbe4a8f7e7a23cebc84977cc /htroot/IndexImportOAIPMH_p.html
parent0f63de82364e7cf586f0212c4933943fa5544f01 (diff)
- added a csv "comma separated values" parser to parse OAI-PMH sources from
http://roar.eprints.org/index.php?action=csv - integrated the csv parser into the crawlers parser list - added an extension to the OAI-PMH import function to download and show the roar csv file using the csv parser git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6448 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/IndexImportOAIPMH_p.html')
-rw-r--r--htroot/IndexImportOAIPMH_p.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/htroot/IndexImportOAIPMH_p.html b/htroot/IndexImportOAIPMH_p.html
index ead665810..00049abe4 100644
--- a/htroot/IndexImportOAIPMH_p.html
+++ b/htroot/IndexImportOAIPMH_p.html
@@ -15,7 +15,7 @@
<fieldset>
<legend>Single request import</legend>
This will submit only a single request as given here to a OAI-PMH server and imports records into the index<br />
- <input name="urlstartone" type="text" value="#[defaulturl]#" size="100" />
+ <input name="urlstartone" type="text" value="#[defaulturl]#" size="80" />
<input name="submit" type="submit" value="Import OAI-PMH source" />
#(import-one)#::
<p><dl>
@@ -32,14 +32,15 @@
<form action="IndexImportOAIPMH_p.html" method="post" enctype="multipart/form-data">
<fieldset>
<legend>Import all Records from a server</legend>
- Import all records that follow acording to resumption elements into index<br />
- <input name="urlstartall" type="text" value="" size="100" />
- <input name="submit" type="submit" value="Import OAI-PMH source" />
+ Import all records that follow according to resumption elements into index<br />
+ <input name="urlstartall" type="text" value="" size="80" />
+ <input name="importroot" type="submit" value="import this source" />
+ or&nbsp;<input name="getlist" type="submit" value="import from a list" />
#(status)#::<p>Import started!</p>::<p>Bad input data: #[message]# </p>#(/status)#
</fieldset>
</form>
<iframe name="OAI-PMH Import List"
- src="/IndexImportOAIPMHList_p.html"
+ src="/IndexImportOAIPMHList_p.html#(iframetype)#::?import=::?source=#(/iframetype)#"
width="100%"
height="340"
frameborder="0"