* Fixed link in applications.html
* Added "setup wizard" and some info on IMAP to prefs-e-mail.html. IMAP is a bit broken, as was recently found out, so I'll leave it all at that for now. * Moved every localization-dependent image into a mirror image folder under its language (ATM there's only "en"). Only neutral images like icons remain directly under /docs/userguide/images. * Changed all image links accordingly. * Removed all height and width attributes to ease exchanging images. Only fixed size images (icons) will retain them for faster loading. * Added a special pre.terminal for printouts to save ink. Thanks Rob Tijssen for that suggestion. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31622 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
<a href="#index"><img src="../images/up.png" align="right" alt="index" border="0" width="16" height="16" /></a>
|
||||
<a id="find-window" name="find-window">The Find window</a></h1>
|
||||
<p>You start a query by invoking the <span class="menu">Find...</span> menu either from the Deskbar menu or any Tracker window or the Desktop (which is actually a fullscreen Tracker window). The shortcut is <span class="key">ALT</span> <span class="key">F</span>. You're presented with the Find window:</p>
|
||||
<img src="../images/queries-images/basic-query.png" alt="basic-query.png" width="460" height="206" />
|
||||
<img src="images/queries-images/basic-query.png" alt="basic-query.png" />
|
||||
<ol>
|
||||
<li><p>Select previous or saved queries or save the current query.</p></li>
|
||||
<li><p>Narrow down your search from "All files and folders" to specific file
|
||||
@@ -81,11 +81,11 @@ types.</p></li>
|
||||
<a href="#index"><img src="../images/up.png" align="right" alt="index" border="0" width="16" height="16" /></a>
|
||||
<a id="adv-query" name="adv-query">Advanced queries - "by Attribute"</a></h1>
|
||||
<p>You can create more advanced queries by searching within the attributes of specific file types. For that to work, these attributes have to be <a href="index.html">indexed</a>.</p>
|
||||
<img src="../images/queries-images/query-window.png" alt="query-window.png" width="441" height="172" />
|
||||
<img src="images/queries-images/query-window.png" alt="query-window.png" />
|
||||
<p>You start by setting the filetype from "<span class="menu">All files and folders</span>" to "<span class="menu">text | E-mail</span>" and change the search method to "<span class="menu">by Attribute</span>".</p>
|
||||
<p>This adds a drop-down menu to the left of the textbox and the buttons "<span class="button">Add</span> and <span class="button">Remove</span> under that. From the menu you choose which attribute to query. With <span class="button">Add</span> and <span class="button">Remove</span> you can query additional attributes or remove them again. These attributes can be logically linked with AND/OR.</p>
|
||||
<p>Let's do an email query as an example:</p>
|
||||
<img src="../images/queries-images/query-window-filled.png" alt="query-window-filled.png" width="441" height="262" />
|
||||
<img src="images/queries-images/query-window-filled.png" alt="query-window-filled.png" />
|
||||
<p>This is your Find window when you're looking for all emails Clara Botters has sent to you in the last two months that had in the subject "vibraphone" or "skepticality".</p>
|
||||
|
||||
<h1>
|
||||
@@ -93,7 +93,7 @@ types.</p></li>
|
||||
<a id="more-adv-query" name="more-adv-query">Even more advanced queries - "by Formula"</a></h1>
|
||||
<p>Typing in a formula query by hand is daunting and really quite unpractical. It still has its uses.</p>
|
||||
<p>Take the above query by attribute of Clara's mails concerning vibraphones etc. If you have all the attributes and their search terms set, try switching to "<span class="menu">by Formula</span>" mode and be overwhelmed by this one line query string:</p>
|
||||
<img src="../images/queries-images/formula-query.png" alt="formula-query.png" width="441" height="173" />
|
||||
<img src="images/queries-images/formula-query.png" alt="formula-query.png" />
|
||||
<p>Once more as text, edited for readability:</p>
|
||||
<pre>(((((MAIL:from=="*[cC][lL][aA][rR][aA] [bB][oO][tT][tT][eE][rR][sS]*")
|
||||
&&(MAIL:when>=%2 months%))
|
||||
@@ -111,7 +111,7 @@ types.</p></li>
|
||||
<a href="#index"><img src="../images/up.png" align="right" alt="index" border="0" width="16" height="16" /></a>
|
||||
<a id="result-window" name="result-window">The result window</a></h1>
|
||||
<p>After you start a search, the Find window will be replaced by a result window. Here is an example that queried for "server":</p>
|
||||
<img src="../images/queries-images/result-window.png" alt="result-window.png" width="704" height="359" />
|
||||
<img src="images/queries-images/result-window.png" alt="result-window.png" />
|
||||
<p>Besides the gray background, result windows work exactly like any other Tracker window. Some things are worth noting:</p>
|
||||
<ul>
|
||||
<li><p>You can open the folder a file resides in by double clicking on its path attribute.</p></li>
|
||||
|
||||
Reference in New Issue
Block a user