From 35a1d85f8b7f34e3bcc45d30333a93383cb13493 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Sun, 5 Jul 2026 12:04:42 +0200 Subject: removed the snapshot feature and all dependencies from non-java code --- htroot/ConfigSearchPage_p.html | 2 -- htroot/CrawlStartExpert.html | 36 ------------------------------------ htroot/env/base.css | 8 -------- htroot/yacysearchitem.html | 1 - 4 files changed, 47 deletions(-) (limited to 'htroot') diff --git a/htroot/ConfigSearchPage_p.html b/htroot/ConfigSearchPage_p.html index a8e69849c..dc994c1eb 100644 --- a/htroot/ConfigSearchPage_p.html +++ b/htroot/ConfigSearchPage_p.html @@ -295,7 +295,6 @@ var solr= $.getJSON("solr/collection1/select?q=*:*&start=0&rows=0&wt=json&facet=  | Cache  | View via Proxy  | Browse index -  | JPG Snapshot #(search.result.show.ranking)#:: | Ranking: 1.12195955E9#(/search.result.show.ranking)# @@ -315,7 +314,6 @@ var solr= $.getJSON("solr/collection1/select?q=*:*&start=0&rows=0&wt=json&facet= - #(search.result.show.ranking)#:: info Ranking score value, mainly for debug/analysis purpose, configured in Debug/Analysis Settings
diff --git a/htroot/CrawlStartExpert.html b/htroot/CrawlStartExpert.html index 6f45127a5..279cb7440 100644 --- a/htroot/CrawlStartExpert.html +++ b/htroot/CrawlStartExpert.html @@ -706,42 +706,6 @@ #(/vocabularySelect)# -
- Snapshot Creation -
-
-
- info - Snapshots are xml metadata and pictures of web pages that can be created during crawling time. - The xml data is stored in the same way as a Solr search result with one hit and the pictures will be stored as pdf into subdirectories - of HTCACHE/snapshots/. From the pdfs the jpg thumbnails are computed. Snapshot generation can be controlled using a depth parameter; that - means a snapshot is only be generated if the crawl depth of a document is smaller or equal to the given number here. If the number is set to -1, - no snapshots are generated. - - -
-
-
- replace old snapshots with new one    - add new versions for each crawl -
-
-
- #(snapshotEnableImages)# - -
-
-
Only XML snapshots can be generated. as the wkhtmltopdf util is not found by YaCy on your system. - It is required to generate PDF snapshots from crawled pages that can then be converted to images.
-
:: -
-
- -
- #(/snapshotEnableImages)# -
-
-
diff --git a/htroot/env/base.css b/htroot/env/base.css index 025980f6b..fcc73311a 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -957,14 +957,6 @@ div.BlogCommentPrevNext { text-align: center; } -/* SnapshotImagesReponseWriter.java */ -body#SnapshotImagesReponseWriter img { - word-break: break-all; /* prevent snapshot image alternate text (original URL) to overflow over image width */ - overflow: hidden; /* prevent snapshot image alternate text (original URL) to overflow over image height */ - display: inline-block; /* constant width and heigth even for snapshot image in error */ - background-color: #eeeeee; /* light background colour to distinguish snapshots images in error */ -} - /* other ------------------------------------*/ ul#menu { padding:0; diff --git a/htroot/yacysearchitem.html b/htroot/yacysearchitem.html index 9692fc1f0..ded6617e0 100644 --- a/htroot/yacysearchitem.html +++ b/htroot/yacysearchitem.html @@ -52,7 +52,6 @@ #(showProxy)#:: | View via proxy#(/showProxy)# #(showIndexBrowser)#:: | Browse index#(/showIndexBrowser)# #(showVocabulary)#::
#{vocabulary}##[name]#:#[terms]# #{/vocabulary}##(/showVocabulary)# - #(showSnapshots)#:: | #[extension]# Snapshot#(/showSnapshots)# #(showRanking)#:: | Ranking: #[ranking]##(/showRanking)#

-- cgit v1.2.3