diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-05-02 22:20:24 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-05-02 22:20:24 +0000 |
| commit | 5fbf866cae35b3d802f81636ca09ea61ad239b4d (patch) | |
| tree | 6c077eeff59690ae4c2d8a1c005515c29afd47d5 /htroot/IndexImportOAIPMHList_p.html | |
| parent | af13a0230786092b146c79a4f4aa5ddd8f48a55f (diff) | |
- fixed resumption token generation for oai-pmh import
- relaxed dublin core parsing: the dc:reference tag may replace dc:identifier if this does not contain a valid url
- parsing of completeRecords number and presentation in the download list of oai import
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6850 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/IndexImportOAIPMHList_p.html')
| -rw-r--r-- | htroot/IndexImportOAIPMHList_p.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htroot/IndexImportOAIPMHList_p.html b/htroot/IndexImportOAIPMHList_p.html index 168a1f85d..2b2e78440 100644 --- a/htroot/IndexImportOAIPMHList_p.html +++ b/htroot/IndexImportOAIPMHList_p.html @@ -57,6 +57,7 @@ <td>Source</td>
<td>Processed<br />Chunks</td>
<td>Imported<br />Records</td>
+ <td>Complete at<br /># Records</td>
<td>Speed<br />(records/second)</td>
</tr>
#{table}#
@@ -65,6 +66,7 @@ <td>#[source]#</td>
<td>#[chunkCount]#</td>
<td>#[recordsCount]#</td>
+ <td>#[completeListSize]#</td>
<td>#[speed]#</td>
</tr>
#{/table}#
|
