web/doc
This commit is contained in:
parent
e352292e1d
commit
a908943be8
@ -42,8 +42,8 @@
|
||||
contact me</a> if you have something to suggest.</p>
|
||||
|
||||
<p><span class="application">Recoll</span> borrows
|
||||
heavily from the following projects. I tried to include the
|
||||
relevant copyright attributions with the code. Any omission is
|
||||
from the following projects. I tried to include the relevant
|
||||
copyright attributions with the code. Any omission is
|
||||
unintentional and will be fixed as soon as notified. </p>
|
||||
|
||||
<ul>
|
||||
@ -52,8 +52,8 @@
|
||||
borrowed from Omega, the web-based search application (ie:
|
||||
the html parser, plus miscellaneous bits and ideas). </li>
|
||||
<li><a href="http://estraier.sourceforge.net/">Estraier</a>:
|
||||
Miscellaneous pieces of code and ideas, especially for
|
||||
charset handling, and code from external filters.</li>
|
||||
Some of the input handlers still have bits of Estraier code
|
||||
in them.</li>
|
||||
<li><a href="http://www.senga.org/">Unac</a>: for accent
|
||||
removal. This package is unmaintained and the (quite modified)
|
||||
code is carried with the <span class="application">Recoll</span>
|
||||
|
||||
@ -101,10 +101,21 @@
|
||||
Faqs and Howtos section</a>, and some contributed
|
||||
<a href="custom.html">result list formats</a>.</p>
|
||||
|
||||
<h2>Thanks</h2>
|
||||
<p>Recoll borrows a lot of code
|
||||
from other packages, and welcomes code and ideas from
|
||||
contributors, see some of the
|
||||
<a class="important" href="credits.html">Credits</a>.</p>
|
||||
|
||||
<h2>News</h2>
|
||||
<div class="news">
|
||||
|
||||
<dl>
|
||||
<dt>2017-07-02</dt><dd>The source code repository and issue
|
||||
tracker are moving to a
|
||||
<a href="https://opensourceprojects.eu/p/recoll1/">
|
||||
new place</a>.<br clear="all"></dd>
|
||||
|
||||
<dt>2017-05-23</dt><dd>Release 1.23.2 has gotten much
|
||||
better at <a href="recoll_XMP">processing PDF XMP
|
||||
data</a>.</dd>
|
||||
@ -366,12 +377,6 @@
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
<h2>Thanks</h2>
|
||||
<p>Recoll borrows a lot of code
|
||||
from other packages, and welcomes code and ideas from
|
||||
contributors, see some of the
|
||||
<a class="important" href="credits.html">Credits</a>.</p>
|
||||
|
||||
<h2>On the side</h2>
|
||||
|
||||
<div class="news">
|
||||
|
||||
@ -3,7 +3,7 @@ Jean-Francois Dockes <jf at dockes.org>
|
||||
:date:
|
||||
|
||||
:recollversion: 1.23.0-2017-01-07-78b8ad
|
||||
:windir: downwin-f2f10
|
||||
:windir: downwin-f9b49
|
||||
|
||||
image:recoll-windows10-thumb.png[link="recoll-windows10.png"]
|
||||
|
||||
|
||||
BIN
website/pics/mario-thumb.png
Normal file
BIN
website/pics/mario-thumb.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
13
website/pics/mario.html
Normal file
13
website/pics/mario.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Photo</title>
|
||||
</head>
|
||||
<body>
|
||||
<p><a href="recoll-HTML_search_results.html">Prev</a> <a href="../index.html">Up</a>
|
||||
<a href="smile.html">Next</a>
|
||||
<a href="mario.png">Image</a></p>
|
||||
<p></p>
|
||||
<p><img height="90%" src="mario.png"></p>
|
||||
</body>
|
||||
</html>
|
||||
1
website/pics/result-table.txt
Normal file
1
website/pics/result-table.txt
Normal file
@ -0,0 +1 @@
|
||||
Search results presented as a table
|
||||
BIN
website/pics/smile-thumb.png
Normal file
BIN
website/pics/smile-thumb.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
13
website/pics/smile.html
Normal file
13
website/pics/smile.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Photo</title>
|
||||
</head>
|
||||
<body>
|
||||
<p><a href="mario.html">Prev</a> <a href="../index.html">Up</a>
|
||||
<a href="recoll0.html">Next</a>
|
||||
<a href="smile.png">Image</a></p>
|
||||
<p></p>
|
||||
<p><img height="90%" src="smile.png"></p>
|
||||
</body>
|
||||
</html>
|
||||
BIN
website/pics/snippets-window-thumb.png
Normal file
BIN
website/pics/snippets-window-thumb.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
17
website/pics/snippets-window.html
Normal file
17
website/pics/snippets-window.html
Normal file
@ -0,0 +1,17 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Photo</title>
|
||||
</head>
|
||||
<body>
|
||||
<p><a href="result-table.html">Prev</a> <a href=".">Up</a>
|
||||
<a href="recoll1.html">Next</a>
|
||||
<a href="snippets-window.png">Image</a></p>
|
||||
<p>Result list with Snippets window open. With some document types (here PDF),
|
||||
we can retrieve the page numbers where the matches occur. The snippets
|
||||
window lists all the matches and pages. Clicking on a page link would open
|
||||
the PDF viewer at the right page.
|
||||
</p>
|
||||
<p><img height="90%" src="snippets-window.png"></p>
|
||||
</body>
|
||||
</html>
|
||||
BIN
website/pics/snippets-window.png
Normal file
BIN
website/pics/snippets-window.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 194 KiB |
5
website/pics/snippets-window.txt
Normal file
5
website/pics/snippets-window.txt
Normal file
@ -0,0 +1,5 @@
|
||||
Result list with Snippets window open. With some document types (here PDF),
|
||||
we can retrieve the page numbers where the matches occur. The snippets
|
||||
window lists all the matches and pages. Clicking on a page link would open
|
||||
the PDF viewer at the right page.
|
||||
|
||||
BIN
website/pics/windows-recoll-thumb.png
Normal file
BIN
website/pics/windows-recoll-thumb.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
0
website/pics/windows-recoll.html
Normal file
0
website/pics/windows-recoll.html
Normal file
BIN
website/pics/windows-recoll.png
Normal file
BIN
website/pics/windows-recoll.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 369 KiB |
1
website/pics/windows-recoll.txt
Normal file
1
website/pics/windows-recoll.txt
Normal file
@ -0,0 +1 @@
|
||||
Recoll on Microsoft Windows 7 ...
|
||||
@ -86,6 +86,13 @@ div.news {
|
||||
font-size: 90%;
|
||||
margin-right: 5em;
|
||||
}
|
||||
|
||||
.news dt, dd { display: block; float: left; margin-top: 2px; }
|
||||
.news dt {margin-right: 0;}
|
||||
.news dd {margin-left: 1em;}
|
||||
.news dt { clear: both; }
|
||||
.news dl { overflow: hidden; }
|
||||
|
||||
.application {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@ -41,9 +41,12 @@
|
||||
improvement, <em>please</em> provide feedback. There are three
|
||||
possible channels, depending on your preferences:
|
||||
<ul>
|
||||
<li>The
|
||||
<a href="https://opensourceprojects.eu/p/recoll1/tickets/new/">
|
||||
Recoll issues tracking system</a>.</li>
|
||||
<li><a href="https://opensourceprojects.eu/p/recoll1/tickets/new/">
|
||||
Problem reports</a>. Please report any problem there, even
|
||||
if you suspect that it may be a user issue (which may
|
||||
lead to a documentation improvement). <em>Note that this
|
||||
was recently moved from its precedent location, which
|
||||
explains the current absence of issues. Be the first :) </em></li>
|
||||
<li>The <a href="http://www.freelists.org/list/recoll-user">
|
||||
recoll-user</a> mailing list.</li>
|
||||
<li>Direct <a href="mailto:jfd@recoll.org">email</a>.</li>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user