diff --git a/website/index.html.en b/website/index.html.en index d86b79e2..4346d038 100644 --- a/website/index.html.en +++ b/website/index.html.en @@ -105,6 +105,10 @@
+
2017-05-23
Releaase 1.23.2 has gotten much + better at processing PDF XMP + data.
+
2017-05-15
Release 1.23.2. This fixes a couple of quite serious bugs. See the Release notes
diff --git a/website/pages/recoll-windows.txt b/website/pages/recoll-windows.txt index 140ac6cd..9795d3f0 100644 --- a/website/pages/recoll-windows.txt +++ b/website/pages/recoll-windows.txt @@ -3,7 +3,7 @@ Jean-Francois Dockes :date: :recollversion: 1.23.0-2017-01-07-78b8ad -:windir: downwin-7ae11 +:windir: downwin-b4615 image:recoll-windows10-thumb.png[link="recoll-windows10.png"] diff --git a/website/recoll_XMP/index.html b/website/recoll_XMP/index.html index 9a68bffc..7ee097ac 100644 --- a/website/recoll_XMP/index.html +++ b/website/recoll_XMP/index.html @@ -926,6 +926,46 @@ result list, and how they are formatted.

</table> +

And the result list header (Preferences > GUI configuration > +Result List > Result Page HTML header insert):

+
+
+
<!-- Custom Header -->
+
+<script type="text/javascript">
+  function altRows() {
+      var rows = document.getElementsByClassName("rclresult");
+      for (i = 0; i < rows.length; i++) {
+          if (i % 2 == 0) {
+              rows[i].style.backgroundColor = "#f0f0f0";
+          }
+      }
+  }
+  window.onload = function() {
+      altRows();
+  }
+</script>
+
+<style type="text/css">
+a:link {
+    color: #004070;
+    text-decoration: none;
+}
+a:visited {
+    color: #004070;
+    text-decoration: none;
+}
+a:hover {
+    color: #0050a0;
+    text-decoration: none;
+}
+a:active {
+    color: #005080;
+    text-decoration: none;
+}
+</style>
+<!-- End of Custom Header -->
+

There are various methods for creating the thumbnails; the ones here were made by opening @@ -1157,7 +1197,7 @@ author = xesam:author

diff --git a/website/recoll_XMP/index.txt b/website/recoll_XMP/index.txt index 14a92399..0546a113 100644 --- a/website/recoll_XMP/index.txt +++ b/website/recoll_XMP/index.txt @@ -185,6 +185,49 @@ Edit this using the Recoll GUI: Preferences > GUI configuration > ---- + +And the result list header (Preferences > GUI configuration > +Result List > Result Page HTML header insert): + + +---- + + + + + + +---- + There are link:https://bitbucket.org/medoc/recoll/wiki/ResultsThumbnails[various methods for creating the thumbnails]; the ones here were made by opening