website adjustments
This commit is contained in:
parent
1931595637
commit
fb9df2adba
@ -49,6 +49,31 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Easy installation, few dependancies. No database daemon,
|
||||||
|
web server, desktop environment or exotic language necessary.</li>
|
||||||
|
<li>Will run on most Unix-based <a href="features.html#systems">
|
||||||
|
systems</a></li>
|
||||||
|
<li>Qt 4 GUI, plus command line, KIO and krunner interfaces.</li>
|
||||||
|
|
||||||
|
<li>Searches most common
|
||||||
|
<a href="features.html#doctypes">document types</a>, emails and
|
||||||
|
their attachments. Transparently handles decompression
|
||||||
|
(gzip, bzip2).</li>
|
||||||
|
|
||||||
|
<li>Powerful query facilities, with boolean searches,
|
||||||
|
phrases, proximity, wildcards, filter on file types and directory
|
||||||
|
tree.</li>
|
||||||
|
|
||||||
|
<li>Multi-language and multi-character set with Unicode based
|
||||||
|
internals.</li>
|
||||||
|
|
||||||
|
<li>Extensive documentation, with a
|
||||||
|
complete <a href="usermanual/usermanual.html">user
|
||||||
|
manual</a> and manual pages for each command.</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h2><a name="systems">Supported systems</a></h2>
|
<h2><a name="systems">Supported systems</a></h2>
|
||||||
|
|
||||||
<p><span class="application">Recoll</span> has been compiled
|
<p><span class="application">Recoll</span> has been compiled
|
||||||
|
|||||||
@ -50,40 +50,19 @@
|
|||||||
<a class="important" href="download.html">1.16.2</a>
|
<a class="important" href="download.html">1.16.2</a>
|
||||||
(<a href="release-1.16.html">Release notes</a>).</p>
|
(<a href="release-1.16.html">Release notes</a>).</p>
|
||||||
|
|
||||||
<h2>Features: </h2>
|
<p class="remark">Recoll will index an <b>MS-Word</b> document stored as
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Easy installation, few dependancies. No database daemon,
|
|
||||||
web server, desktop environment or exotic language necessary.</li>
|
|
||||||
<li>Will run on most Unix-based <a
|
|
||||||
href="features.html#systems">systems</a></li>
|
|
||||||
<li>Qt 4 GUI, plus command line, KIO and krunner interfaces.</li>
|
|
||||||
|
|
||||||
<li>Searches most common
|
|
||||||
<a href="features.html#doctypes">document types</a>, emails and
|
|
||||||
their attachments. Transparently handles decompression
|
|
||||||
(gzip, bzip2).</li>
|
|
||||||
|
|
||||||
<li>Powerful query facilities, with boolean searches,
|
|
||||||
phrases, proximity, wildcards, filter on file types and directory
|
|
||||||
tree. </li>
|
|
||||||
|
|
||||||
<li>Multi-language and multi-character set with Unicode based
|
|
||||||
internals.</li>
|
|
||||||
|
|
||||||
<li>Extensive documentation, with a
|
|
||||||
complete <a href="usermanual/usermanual.html">user
|
|
||||||
manual</a> and manual pages for each command.</li>
|
|
||||||
|
|
||||||
<li><a class="weak" href="features.html">(more detail)</a></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p><i>Recoll can index an <b>MS-Word</b> document stored as
|
|
||||||
an <b>attachment</b> to an <b>e-mail message</b> inside
|
an <b>attachment</b> to an <b>e-mail message</b> inside
|
||||||
a <b>Thunderbird folder</b> archived in a <b>Zip file</b>
|
a <b>Thunderbird folder</b> archived in a <b>Zip file</b>
|
||||||
(and more...). It will also let you open a copy of the file
|
(and more...). It will also let you open a copy of the file
|
||||||
without any fuss. There is little that will remain hidden on
|
without any fuss. There is little that will remain hidden on
|
||||||
your disk :)</i></p>
|
your disk.
|
||||||
|
<a class="important" href="features.html">More details …</a></p>
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
|
||||||
|
<p>If you have problems with
|
||||||
|
Recoll, <a href="doc.html">documentation</a>
|
||||||
|
and <a href="support.html">support</a> are available.</p>
|
||||||
|
|
||||||
<p><b><i>Recoll user ?</i></b> Maybe there are still a few useful
|
<p><b><i>Recoll user ?</i></b> Maybe there are still a few useful
|
||||||
tricks that you don't know about. A quick look at
|
tricks that you don't know about. A quick look at
|
||||||
@ -94,7 +73,20 @@
|
|||||||
|
|
||||||
|
|
||||||
<h2>News: </h2>
|
<h2>News: </h2>
|
||||||
|
<div class="news">
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>2011-11-26: the result list glitch: ennoying and easily
|
||||||
|
worked-around: it will sometimes happen (for a yet
|
||||||
|
undetermined reason) that the result list paragraph format
|
||||||
|
stored in the Qt preferences file will get garbled,
|
||||||
|
causing result lists with no displayed paragraphs (the
|
||||||
|
counts and pages are ok, the results can be seen in table
|
||||||
|
mode, but not in list mode). The workaround is to go to
|
||||||
|
<blockquote>
|
||||||
|
Preferences->Query configuration->User interface
|
||||||
|
</blockquote>
|
||||||
|
and erase the result paragraph format string (^A DEL in the text area),
|
||||||
|
this will reset the string to the default value.</li>
|
||||||
|
|
||||||
<li>2011-11-07: release <a href="download.html#source">1.16.2</a>
|
<li>2011-11-07: release <a href="download.html#source">1.16.2</a>
|
||||||
is out. It fixes a number of <a href="BUGS.html#b_1_16_1">
|
is out. It fixes a number of <a href="BUGS.html#b_1_16_1">
|
||||||
@ -144,40 +136,12 @@
|
|||||||
increase the feedback rate...</li>
|
increase the feedback rate...</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
<h2><a name="support">Support</a></h3>
|
|
||||||
|
|
||||||
<p>If you have any problem with Recoll, or a suggestion for
|
|
||||||
improvement, <em>please</em> provide feedback. There are three
|
|
||||||
possible channels, depending on your preferences:
|
|
||||||
<ul>
|
|
||||||
<li>The <a href="http://bitbucket.org/medoc/recoll/issues">
|
|
||||||
issues tracking system</a> on Bitbucket.</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>
|
|
||||||
</ul>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>Mailing list information:
|
|
||||||
<ul>
|
|
||||||
<li><a href="http://www.freelists.org/list/recoll-user">
|
|
||||||
Subscription management</a></li>
|
|
||||||
<li><a href="http://www.freelists.org/archives/recoll-user">
|
|
||||||
Archives </a></li>
|
|
||||||
</ul>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>You can also have a look at
|
|
||||||
the <a href="devel.html">development</a> page for things you
|
|
||||||
could do.</p>
|
|
||||||
|
|
||||||
<p>The list of known bugs is <a href="BUGS.html">here</a></p>
|
|
||||||
|
|
||||||
<h2>Thanks</h2>
|
<h2>Thanks</h2>
|
||||||
<p>We borrow a lot of code
|
<p>Recoll borrows a lot of code
|
||||||
from other packages, and welcome code and ideas from
|
from other packages, and welcomes code and ideas from
|
||||||
contributors, see the
|
contributors, see some of the
|
||||||
<a class="important" href="credits.html">Credits</a>.</p>
|
<a class="important" href="credits.html">Credits</a>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -65,7 +65,6 @@ h3 {
|
|||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.indexthumb {
|
p.indexthumb {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
@ -75,6 +74,17 @@ p.indexthumb {
|
|||||||
background-color: #F0F0F0;
|
background-color: #F0F0F0;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p.remark {
|
||||||
|
color: #888888;
|
||||||
|
font-size: 80%;
|
||||||
|
font-style: italic;
|
||||||
|
margin-left: 4em;
|
||||||
|
margin-right: 4em;
|
||||||
|
}
|
||||||
|
div.news {
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
.application {
|
.application {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|||||||
65
website/support.html.en
Normal file
65
website/support.html.en
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>RECOLL: a personal text search system for
|
||||||
|
Unix/Linux</title>
|
||||||
|
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
||||||
|
<meta name="Author" content="Jean-Francois Dockes">
|
||||||
|
<meta name="Description" content="recoll support channels">
|
||||||
|
<meta name="Keywords" content=
|
||||||
|
"full text search,fulltext,desktop search,unix,linux,solaris,open source,free">
|
||||||
|
<meta http-equiv="Content-language" content="en">
|
||||||
|
<meta http-equiv="content-type" content=
|
||||||
|
"text/html; charset=iso-8859-1">
|
||||||
|
<meta name="robots" content="All,Index,Follow">
|
||||||
|
<link type="text/css" rel="stylesheet" href="styles/style.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div class="rightlinks">
|
||||||
|
<ul>
|
||||||
|
<li><a href="http://www.recoll.org">Home</a></li>
|
||||||
|
<li><a href="pics/index.html">Screenshots</a></li>
|
||||||
|
<li><a href="download.html">Downloads</a></li>
|
||||||
|
<li><a href="doc.html">Documentation</a></li>
|
||||||
|
<li><a href="devel.html">Helping out</a></li>
|
||||||
|
</ul>
|
||||||
|
<p class="indexthumb">
|
||||||
|
<a href="pics/index.html">
|
||||||
|
<img width="100" alt="Thumbnail of recoll main screen" src=
|
||||||
|
"pics/recoll0-thumb.png"></a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<h2><a name="support">Support</a></h2>
|
||||||
|
|
||||||
|
<p>If you have any problem with Recoll, or a suggestion for
|
||||||
|
improvement, <em>please</em> provide feedback. There are three
|
||||||
|
possible channels, depending on your preferences:
|
||||||
|
<ul>
|
||||||
|
<li>The <a href="http://bitbucket.org/medoc/recoll/issues">
|
||||||
|
issues tracking system</a> on Bitbucket.</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>
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>Mailing list information:
|
||||||
|
<ul>
|
||||||
|
<li><a href="http://www.freelists.org/list/recoll-user">
|
||||||
|
Subscription management</a></li>
|
||||||
|
<li><a href="http://www.freelists.org/archives/recoll-user">
|
||||||
|
Archives </a></li>
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>The list of known bugs is <a href="BUGS.html">here</a></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
x
Reference in New Issue
Block a user