diff --git a/htroot/ConfigLiveSearch.html b/htroot/ConfigLiveSearch.html index a87b72766..90d7707e9 100644 --- a/htroot/ConfigLiveSearch.html +++ b/htroot/ConfigLiveSearch.html @@ -6,7 +6,7 @@
#%env/templates/header.template%# - #%env/templates/submenuIntegration.template%# + #%env/templates/submenuPortalIntegration.template%#A 'Live-Search' input field that reacts as search-as-you-type in a pop-up window can easily be integrated in any web page. diff --git a/htroot/ConfigPHPBB3Search.html b/htroot/ConfigPHPBB3Search.html index d49bd5c13..39013786c 100644 --- a/htroot/ConfigPHPBB3Search.html +++ b/htroot/ConfigPHPBB3Search.html @@ -6,7 +6,7 @@
#%env/templates/header.template%# - #%env/templates/submenuIntegration.template%# + #%env/templates/submenuPortalIntegration.template%#It is possible to insert forum pages into the YaCy index using a databse import of forum postings. diff --git a/htroot/ConfigPortal.html b/htroot/ConfigPortal.html index 26c17f439..ace22336b 100644 --- a/htroot/ConfigPortal.html +++ b/htroot/ConfigPortal.html @@ -6,7 +6,7 @@
#%env/templates/header.template%# - #%env/templates/submenuIntegration.template%# + #%env/templates/submenuPortalIntegration.template%#If you like to integrate YaCy as portal for your web pages, you may want to change icons and messages on the search page. diff --git a/htroot/ConfigSearchBox.html b/htroot/ConfigSearchBox.html index 197a26cf8..f3f7f0892 100644 --- a/htroot/ConfigSearchBox.html +++ b/htroot/ConfigSearchBox.html @@ -6,7 +6,7 @@
#%env/templates/header.template%# - #%env/templates/submenuIntegration.template%# + #%env/templates/submenuPortalIntegration.template%#We give information how to integrate a search box on any web page that diff --git a/htroot/ConfigWikiSearch.html b/htroot/ConfigWikiSearch.html index e7ff3c408..d156e9e0e 100644 --- a/htroot/ConfigWikiSearch.html +++ b/htroot/ConfigWikiSearch.html @@ -6,7 +6,7 @@
#%env/templates/header.template%# - #%env/templates/submenuIntegration.template%# + #%env/templates/submenuPortalIntegration.template%#It is possible to insert wiki pages into the YaCy index using a web crawl on that pages. diff --git a/htroot/ContentIntegrationPHPBB3_p.html b/htroot/ContentIntegrationPHPBB3_p.html index d4b137fe8..24bd0ba5f 100644 --- a/htroot/ContentIntegrationPHPBB3_p.html +++ b/htroot/ContentIntegrationPHPBB3_p.html @@ -6,7 +6,7 @@
#%env/templates/header.template%# - #%env/templates/submenuIndexCreate.template%# + #%env/templates/submenuContentIntegration.template%#It is possible to extract texts directly from mySQL and postgreSQL databases. diff --git a/htroot/IndexCreateParserErrors_p.java b/htroot/IndexCreateParserErrors_p.java index 8e270f066..6f1146f08 100644 --- a/htroot/IndexCreateParserErrors_p.java +++ b/htroot/IndexCreateParserErrors_p.java @@ -69,11 +69,9 @@ public class IndexCreateParserErrors_p { dark = true; DigestURI url; String initiatorHash, executorHash; - ZURL.Entry entry; yacySeed initiatorSeed, executorSeed; int j=0; - for (int i = sb.crawlQueues.errorURL.stackSize() - 1; i >= (sb.crawlQueues.errorURL.stackSize() - showRejectedCount); i--) { - entry = sb.crawlQueues.errorURL.top(i); + for (ZURL.Entry entry: sb.crawlQueues.errorURL) { if (entry == null) continue; url = entry.url(); if (url == null) continue; diff --git a/htroot/IndexImportOAIPMH_p.html b/htroot/IndexImportOAIPMH_p.html index 0bcf4624c..127e95c9b 100644 --- a/htroot/IndexImportOAIPMH_p.html +++ b/htroot/IndexImportOAIPMH_p.html @@ -7,7 +7,7 @@
#%env/templates/header.template%# - #%env/templates/submenuIntegration.template%# + #%env/templates/submenuContentIntegration.template%#