From 77ee0765a45c9b3ecd4e0c57c87c0c9e6ecbcb04 Mon Sep 17 00:00:00 2001 From: orbiter Date: Thu, 4 Sep 2008 19:41:57 +0000 Subject: - added domain statistic generation to IndexControlURLs_p.html servlet - added 'delete all' button to all results of such a domain statistic output which causes that all urls to this domain are deleted - extended stack cleaner to clean also the statistics: they are not completely destroyed, only the smallest counting domains are removed git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5117 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/IndexControlURLs_p.html | 65 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 53 insertions(+), 12 deletions(-) (limited to 'htroot/IndexControlURLs_p.html') diff --git a/htroot/IndexControlURLs_p.html b/htroot/IndexControlURLs_p.html index dded77a71..5eb87f8ab 100644 --- a/htroot/IndexControlURLs_p.html +++ b/htroot/IndexControlURLs_p.html @@ -26,19 +26,44 @@ - #(urlhashsimilar)#::Sequential List of URL-Hashes:
- #{rows}# - #{cols}##[urlHash]# #{/cols}#
- #{/rows}# - #(/urlhashsimilar)# - - #(lurlexportfinished)#:: -
Finished export of #[urlcount]# URLs to file #[exportfile]#
:: - #(/lurlexportfinished)# + #(statistics)#:: +
+
Statistics about top-domains in URL Database +
+
+
Show top domains from all URLs. + +
+
+
+
+ #(/statistics)# - #(lurlexporterror)#:: -
Export to file #[exportfile]# failed: #[exportfailmsg]#
:: - #(/lurlexporterror)# + #(statisticslines)#:: +

Statistics about the top-#[domains]# domains in the database: + + + + + + + #{domains}# + + + + + + #{/domains}# +
DomainURLs
+
+
+ + + +
+
+
#[domain]##[count]#

+ #(/statisticslines)# #(lurlexport)#::
@@ -69,6 +94,21 @@
Export to file #[exportfile]# is running .. #[urlcount]# URLs so far
:: #(/lurlexport)# + #(lurlexportfinished)#:: +
Finished export of #[urlcount]# URLs to file #[exportfile]#
:: + #(/lurlexportfinished)# + + #(lurlexporterror)#:: +
Export to file #[exportfile]# failed: #[exportfailmsg]#
:: + #(/lurlexporterror)# + + #(urlhashsimilar)#::

Sequential List of URL-Hashes:
+ #{rows}# + #{cols}##[urlHash]# #{/cols}#
+ #{/rows}# +

+ #(/urlhashsimilar)# + #(genUrlProfile)# ::No entry found for URL-hash #[urlhash]# :: @@ -98,6 +138,7 @@  delete the reference to this url at every other word where the reference exists (very extensive, but prevents unresolved references)
#(/genUrlProfile)# + #[result]# #%env/templates/footer.template%# -- cgit v1.2.3