Revision 2185
Added by Duane Costa over 20 years ago
harvester.html | ||
---|---|---|
80 | 80 |
</td> |
81 | 81 |
</tr> |
82 | 82 |
<tr> |
83 |
<td>Harvest List</td>
|
|
83 |
<td><a name="HarvestList" >Harvest List</a></td>
|
|
84 | 84 |
<td>An XML document that lists a set of EML documents to be harvested. The |
85 | 85 |
Harvest List must conform to an XML Schema, |
86 | 86 |
<a href="../../lib/harvester/harvestList.xsd">harvestList.xsd</a>. |
... | ... | |
390 | 390 |
After logging in, you will be presented with a web form that prompts you |
391 | 391 |
to enter information about your site and how often you want to schedule |
392 | 392 |
harvests at your site. For example: |
393 |
</p> |
|
394 |
<pre> |
|
395 |
Email address: myname@institution.edu |
|
396 |
Harvest List URL: http://somehost.institution.edu/~myname/harvestList.xml |
|
397 |
Harvest Frequency (1-99): 2 |
|
398 |
Unit: ( ) day(s) (*) week(s) ( ) month(s) |
|
399 |
</pre> |
|
393 |
<table bgcolor="#ffffff" border="0" cellpadding="2" width='100%' > |
|
394 |
<tr > |
|
395 |
<td colspan=3 align=center > </td> |
|
396 |
</tr> |
|
397 |
<tr > |
|
398 |
<td colspan=3 align=center > |
|
399 |
<font face=verdana size=1%> |
|
400 |
<b>Metacat Harvester Registration </b> |
|
401 |
</font> |
|
402 |
</td> |
|
403 |
</tr> |
|
404 |
<tr> |
|
405 |
<td width='10%'> </td> |
|
406 |
<td width="25%" bgcolor="#4682b4"> |
|
407 |
<p align="center"> |
|
408 |
<font color="white" face=verdana size=2%> |
|
409 |
<b>Email address:</b> |
|
410 |
</font> |
|
411 |
</td> |
|
412 |
<td><p><input type="text" size="55" name="uid" value="myname@institution.edu" maxlength="100" size="28"></td> |
|
413 |
</tr> |
|
414 |
<tr> |
|
415 |
<td width='10%'> </td> |
|
416 |
<td bgcolor="#4682b4"> |
|
417 |
<p align="center"> |
|
418 |
<font color="white" face=verdana size=2%> |
|
419 |
<b>Harvest List URL:</b> |
|
420 |
</font> |
|
421 |
</td> |
|
422 |
<td><p><input type="text" size="55" name="passwd" value="http://somehost.institution.edu/~myname/harvestList.xml" maxlength="60" size="28"> |
|
423 |
</td> |
|
424 |
</tr> |
|
425 |
<tr> |
|
426 |
<td colspan=3 align=center > </td> |
|
427 |
</tr> |
|
428 |
<tr> |
|
429 |
<td width='10%'> </td> |
|
430 |
<td bgcolor="#4682b4"> |
|
431 |
<p align="center"> |
|
432 |
<font color="white" face=verdana size=2%> |
|
433 |
<b>Harvest Frequency (1-99):</b> |
|
434 |
</font> |
|
435 |
</td> |
|
436 |
<td><p><input type="text" size="3" name="passwd" value="2" maxlength="60" size="28"> |
|
437 |
</td> |
|
438 |
</tr> |
|
439 |
<tr> |
|
440 |
<td colspan=3 align=center > </td> |
|
441 |
</tr> |
|
442 |
<tr> |
|
443 |
<td width='10%'> </td> |
|
444 |
<td width="25%" bgcolor="#4682b4"> |
|
445 |
<p align="center"> |
|
446 |
<font color="white" face=verdana size=2%> |
|
447 |
<b>Unit:</b> |
|
448 |
</font> |
|
449 |
</td> |
|
450 |
<td> |
|
451 |
<input type="radio" name="o" value="days" >day(s) |
|
452 |
<input type="radio" name="o" value="weeks" checked>week(s) |
|
453 |
<input type="radio" name="o" value="months">month(s) |
|
454 |
</tr> |
|
455 |
</table> |
|
456 |
<p> |
|
400 | 457 |
After values have been entered for each of these fields, click the Register |
401 | 458 |
button to register your site with Harvester. |
402 | 459 |
</p> |
... | ... | |
478 | 535 |
at the appropriate location on disk as specified by the URL that was entered |
479 | 536 |
during the <a href=#Registering>registration</a> process. |
480 | 537 |
</p> |
538 |
<p> |
|
539 |
The <a href=./harvestListEditor.html>Harvest List Editor</a> is a tool that |
|
540 |
assists in composing and editing a Harvest List. (Click |
|
541 |
<a href=./harvestListEditor.html>here</a> for additional details.) |
|
542 |
</p> |
|
481 | 543 |
<h5><a name="Preparing">Preparing EML Documents for harvest</a></h5> |
482 | 544 |
<p> |
483 | 545 |
To prepare a set of EML documents for harvest, ensure that the following is |
Also available in: Unified diff
Add documentation for the Harvest List Editor.
Display the Harvester Registration web form as a HTML table instead of as text.