diff options
| author | reger <reger18@arcor.de> | 2017-04-02 03:32:21 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2017-04-02 03:32:21 +0200 |
| commit | ba339a2a454fb31d6527bd53f3652d75bc7674b4 (patch) | |
| tree | def74865e82bf36e109f0463550a9bdabfff0246 /htroot/env | |
| parent | 1d81b8f1025d71b01e55f98015af01178986907b (diff) | |
Add servlet to import warc file from filesystem IndexImportWarc_p.html.
Apply Importer interface to WarcImporter
Diffstat (limited to 'htroot/env')
| -rw-r--r-- | htroot/env/templates/submenuIndexImport.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htroot/env/templates/submenuIndexImport.template b/htroot/env/templates/submenuIndexImport.template index b44d9d95a..d85b313c2 100644 --- a/htroot/env/templates/submenuIndexImport.template +++ b/htroot/env/templates/submenuIndexImport.template @@ -13,6 +13,7 @@ <ul class="SubMenu"> <li><a href="Load_RSS_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">RSS Feed Importer</a></li> <li><a href="IndexImportOAIPMH_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">OAI-PMH Importer</a></li> + <li><a href="IndexImportWarc_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Warc Importer</a></li> </ul> </div> |
