summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Schulman <rebecka@eazel.com>2001-04-06 01:11:54 +0000
committerRebecca Schulman <rebecka@src.gnome.org>2001-04-06 01:11:54 +0000
commit43caf5b4a1b74fc4a157c38dada47ed576aaf016 (patch)
tree8f60c9b00ce533a2711b8d367b1411631d545778
parente8f3c3ca1641b74d0425a1f8b0896536bcb02ae0 (diff)
downloadnautilus-43caf5b4a1b74fc4a157c38dada47ed576aaf016.tar.gz
reviewed by: Don Melton <don@eazel.com>
2001-04-05 Rebecca Schulman <rebecka@eazel.com> reviewed by: Don Melton <don@eazel.com> * help/nautilus-user-manual/C/TRACKED_CHANGES: * help/nautilus-user-manual/C/nautilus-user-manual.sgml: Remove documentation about search from the manual for now. Unfortunately, we were not able to get in touch with Dan Mueth regarding this change. The translated copies of the edited manual will be changed tomorrow morning.
-rw-r--r--ChangeLog13
-rw-r--r--help/nautilus-user-manual/C/TRACKED_CHANGES342
-rw-r--r--help/nautilus-user-manual/C/nautilus-user-manual.sgml335
-rw-r--r--help/nautilus-user-manual/C/nautilus-user-manual.xml335
4 files changed, 359 insertions, 666 deletions
diff --git a/ChangeLog b/ChangeLog
index cefedd633..0c78061f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2001-04-05 Rebecca Schulman <rebecka@eazel.com>
+
+ reviewed by: Don Melton <don@eazel.com>
+
+ * help/nautilus-user-manual/C/TRACKED_CHANGES:
+ * help/nautilus-user-manual/C/nautilus-user-manual.sgml:
+
+ Remove documentation about search from the manual for now.
+ Unfortunately, we were not able to get in touch with Dan Mueth
+ regarding this change. The translated copies of the edited manual
+ will be changed tomorrow morning.
+
+
2001-04-05 Pavel Cisler <pavel@eazel.com>
reviewed by: John Harper <jsh@eazel.com>
diff --git a/help/nautilus-user-manual/C/TRACKED_CHANGES b/help/nautilus-user-manual/C/TRACKED_CHANGES
index 8ed2c4fc0..b8db39388 100644
--- a/help/nautilus-user-manual/C/TRACKED_CHANGES
+++ b/help/nautilus-user-manual/C/TRACKED_CHANGES
@@ -1200,3 +1200,345 @@ GNOME" section.
</sect1>
+-----------
+
+Removed section on fast searching temporarily for 1.0.2
+
+This was the following:
+ <title>Searching Your Computer and the Internet</title>
+
+ <para>
+ Nautilus provides a Find feature for locating files and directories
+ on your computer and a Web Search feature for finding Web pages.
+ </para>
+
+ <sect1 id="toc3">
+ <title>Contents of this section:</title>
+
+ <simplelist>
+ <member><link linkend="find">Finding Items on Your Computer</link></member>
+ <member><link linkend="simple">Simple Searches</link></member>
+ <member><link linkend="medusa">Complex Searches</link></member>
+ <member><link linkend="search">Searching the Internet</link></member>
+ </simplelist>
+
+ </sect1>
+
+ <!-- Searching Your Computer and the Internet: Finding Items on Your
+ Computer -->
+ <sect1 id="find">
+ <title>Finding Items on Your Computer</title>
+
+ <para>
+ When you search for items on your computer, you can use one
+ of these Nautilus search utilities:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ Simple searches: If your user level is set to Beginner, Nautilus
+ performs a quick and easy search by file name.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Complex searches: If your user level is set to Intermediate or
+ Advanced, Nautilus searches the files on your hard disk by file
+ name, creator, file type, and other attributes, as well as by
+ the actual content of files.
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ <para>
+ <guimenu>Fast Versus Slow Searches</guimenu>
+ </para>
+
+ <para>
+ Nautilus uses Medusa, a daemon, which is a piece of software that
+ runs in the background. Medusa creates an index of all the items
+ on your hard disk and mounted volumes, including their names,
+ size, creation date, and other attributes. In addition, Medusa
+ indexes the actual <emphasis>content</emphasis> of each file - so
+ you can find any word or phrase in any file on your computer when
+ you search by content.
+ </para>
+
+ <para>
+ Medusa runs when your computer is idle, so it doesn't disrupt your
+ activities.
+ </para>
+
+ <para>
+ If Medusa has not finished indexing your system or is not running
+ on your computer, when you do a search you may see a message
+ letting you know that Nautilus can't perform a fast search.
+ </para>
+
+ <para>
+ If you suspect that Medusa is not turned on, do this:
+ </para>
+
+ <orderedlist>
+
+ <listitem>
+ <para>
+ Open the preferences menu and choose Preferences.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ From the left column of the Preferences dialog box, choose
+ Search.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ In the Fast Search section, turn on "Enable fast search."
+ </para>
+ </listitem>
+
+ </orderedlist>
+
+ <para>Note: For Medusa to perform its indexing task, the crond
+ program must also be running. If you have turned off crond, Medusa
+ won't work.
+ </para>
+
+ </sect1>
+
+ <!-- Searching Your Computer and the Internet: Simple Searches -->
+ <sect1 id="simple">
+ <title>Simple Searches</title>
+
+ <para>
+ To find an item on your hard disk (Beginner user level):
+ </para>
+
+ <orderedlist>
+
+ <listitem>
+ <para>
+ Click the Find button in the toolbar. The location bar is
+ replaced by the find bar.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Enter the name of the item you want to find in the Find field.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Click Find Them.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ When you're done searching, click the Find button again to put
+ away the Find bar.
+ </para>
+ </listitem>
+
+ </orderedlist>
+
+ </sect1>
+
+ <!-- Searching Your Computer and the Internet: Fast Searches -->
+ <sect1 id="medusa">
+ <title>Complex Searches</title>
+
+ <para>
+ To find an item on your hard disk (Intermediate or Advanced user
+ level):
+ </para>
+
+ <orderedlist>
+
+ <listitem>
+ <para>
+ Click the Find button in the toolbar.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ From the two pop-up menus, choose criteria to define your
+ search. The options are explained below.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ (Optional) To further narrow your search, click More Options and
+ choose additional criteria.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Enter the item you want to find - a particular file name,
+ modification date, and so forth - in the Find field.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Click Find Them.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ When you're done searching, click the Find button again to put
+ away the Find bar.
+ </para>
+ </listitem>
+
+ </orderedlist>
+
+ <informaltable frame="all">
+ <tgroup cols="3">
+ <tbody>
+
+ <row>
+ <entry><guimenu>Search Category</guimenu></entry>
+ <entry><guimenu>Modifier</guimenu></entry>
+ <entry><guimenu>Search Field or List</guimenu></entry>
+ </row>
+
+ <row>
+ <entry>
+ Name: Nautilus searches the names of files on your hard
+ disk.
+ </entry>
+
+ <entry>
+ Specify if the files should have names that contain, begin
+ with, or end with the characters you type. You can also
+ choose "matches glob" or "matches regexp" to do Linux
+ wildcard searches.
+ </entry>
+
+ <entry>
+ Enter part or all of the file name you want to find.
+ </entry>
+
+ </row>
+
+ <row>
+
+ <entry>
+ Content: Nautilus searches the content of files on your hard
+ disk.
+ </entry>
+
+ <entry>
+ Specify if the files should have content that includes
+ all, any, some, or none of the word or phrase you type.
+ </entry>
+
+ <entry>
+ Enter a word or phrase you want to search for in the content of
+ the files on your hard disk.
+ </entry>
+
+ </row>
+
+ <row>
+
+ <entry>
+ Type: Nautilus searches for the file types you specify.
+ </entry>
+
+ <entry>
+ Choose "is" or "is not" to include or exclude file types from
+ the search.
+ </entry>
+
+ <entry>
+ Choose a file type from the pop-up menu.
+ </entry>
+
+ </row>
+
+ <row>
+
+ <entry>Size</entry>
+
+ <entry>
+ Specify if the files should be larger or smaller than
+ the number you type.
+ </entry>
+
+ <entry>Type a size, in kilobytes.</entry>
+
+ </row>
+
+ <row>
+
+
+ <entry>With Emblem</entry>
+
+ <entry>
+ Specify if the files should be marked with, or not marked
+ with, a particular emblem.
+ </entry>
+
+ <entry>Choose an emblem.</entry>
+
+ </row>
+
+ <row>
+
+ <entry>Last Modified</entry>
+
+ <entry>
+ Choose an option to narrow down the last modification date of
+ the files.
+ </entry>
+
+ <entry>
+ Enter a date. The current date is filled in by default, but
+ you can delete it and type any date you want.
+ </entry>
+
+ </row>
+
+ <row>
+
+ <entry>Owner</entry>
+
+ <entry>
+ Choose "is" or "is not" to include or exclude files owned by a
+ particular user.
+ </entry>
+
+ <entry>
+ Enter the name of a user who owns files on your
+ system.
+ </entry>
+
+ </row>
+
+ </tbody>
+ </tgroup>
+ </informaltable>
+
+ </sect1>
+
+
+Also changed removed section identifier for Searching the Internet.
+Text of this was:
+
+
+ <title>Searching the Internet</title>
diff --git a/help/nautilus-user-manual/C/nautilus-user-manual.sgml b/help/nautilus-user-manual/C/nautilus-user-manual.sgml
index 0c080a152..5e4c94828 100644
--- a/help/nautilus-user-manual/C/nautilus-user-manual.sgml
+++ b/help/nautilus-user-manual/C/nautilus-user-manual.sgml
@@ -1329,342 +1329,11 @@
</chapter>
- <!-- CHAPTER 3: SEARCHING YOUR COMPUTER AND THE INTERNET -->
+ <!-- CHAPTER 3: SEARCHING THE INTERNET -->
<chapter id="chapter3">
- <title>Searching Your Computer and the Internet</title>
+ <title>Searching the Internet</title>
- <para>
- Nautilus provides a Find feature for locating files and directories
- on your computer and a Web Search feature for finding Web pages.
- </para>
-
- <sect1 id="toc3">
- <title>Contents of this section:</title>
-
- <simplelist>
- <member><link linkend="find">Finding Items on Your Computer</link></member>
- <member><link linkend="simple">Simple Searches</link></member>
- <member><link linkend="medusa">Complex Searches</link></member>
- <member><link linkend="search">Searching the Internet</link></member>
- </simplelist>
-
- </sect1>
-
- <!-- Searching Your Computer and the Internet: Finding Items on Your
- Computer -->
- <sect1 id="find">
- <title>Finding Items on Your Computer</title>
-
- <para>
- When you search for items on your computer, you can use one
- of these Nautilus search utilities:
- </para>
-
- <itemizedlist>
-
- <listitem>
- <para>
- Simple searches: If your user level is set to Beginner, Nautilus
- performs a quick and easy search by file name.
- </para>
- </listitem>
-
- <listitem>
- <para>
- Complex searches: If your user level is set to Intermediate or
- Advanced, Nautilus searches the files on your hard disk by file
- name, creator, file type, and other attributes, as well as by
- the actual content of files.
- </para>
- </listitem>
-
- </itemizedlist>
-
- <para>
- <guimenu>Fast Versus Slow Searches</guimenu>
- </para>
-
- <para>
- Nautilus uses Medusa, a daemon, which is a piece of software that
- runs in the background. Medusa creates an index of all the items
- on your hard disk and mounted volumes, including their names,
- size, creation date, and other attributes. In addition, Medusa
- indexes the actual <emphasis>content</emphasis> of each file - so
- you can find any word or phrase in any file on your computer when
- you search by content.
- </para>
-
- <para>
- Medusa runs when your computer is idle, so it doesn't disrupt your
- activities.
- </para>
-
- <para>
- If Medusa has not finished indexing your system or is not running
- on your computer, when you do a search you may see a message
- letting you know that Nautilus can't perform a fast search.
- </para>
-
- <para>
- If you suspect that Medusa is not turned on, do this:
- </para>
-
- <orderedlist>
-
- <listitem>
- <para>
- Open the preferences menu and choose Preferences.
- </para>
- </listitem>
-
- <listitem>
- <para>
- From the left column of the Preferences dialog box, choose
- Search.
- </para>
- </listitem>
-
- <listitem>
- <para>
- In the Fast Search section, turn on "Enable fast search."
- </para>
- </listitem>
-
- </orderedlist>
-
- <para>Note: For Medusa to perform its indexing task, the crond
- program must also be running. If you have turned off crond, Medusa
- won't work.
- </para>
-
- </sect1>
-
- <!-- Searching Your Computer and the Internet: Simple Searches -->
- <sect1 id="simple">
- <title>Simple Searches</title>
-
- <para>
- To find an item on your hard disk (Beginner user level):
- </para>
-
- <orderedlist>
-
- <listitem>
- <para>
- Click the Find button in the toolbar. The location bar is
- replaced by the find bar.
- </para>
- </listitem>
-
- <listitem>
- <para>
- Enter the name of the item you want to find in the Find field.
- </para>
- </listitem>
-
- <listitem>
- <para>
- Click Find Them.
- </para>
- </listitem>
-
- <listitem>
- <para>
- When you're done searching, click the Find button again to put
- away the Find bar.
- </para>
- </listitem>
-
- </orderedlist>
-
- </sect1>
-
- <!-- Searching Your Computer and the Internet: Fast Searches -->
- <sect1 id="medusa">
- <title>Complex Searches</title>
-
- <para>
- To find an item on your hard disk (Intermediate or Advanced user
- level):
- </para>
-
- <orderedlist>
-
- <listitem>
- <para>
- Click the Find button in the toolbar.
- </para>
- </listitem>
-
- <listitem>
- <para>
- From the two pop-up menus, choose criteria to define your
- search. The options are explained below.
- </para>
- </listitem>
-
- <listitem>
- <para>
- (Optional) To further narrow your search, click More Options and
- choose additional criteria.
- </para>
- </listitem>
-
- <listitem>
- <para>
- Enter the item you want to find - a particular file name,
- modification date, and so forth - in the Find field.
- </para>
- </listitem>
-
- <listitem>
- <para>
- Click Find Them.
- </para>
- </listitem>
-
- <listitem>
- <para>
- When you're done searching, click the Find button again to put
- away the Find bar.
- </para>
- </listitem>
-
- </orderedlist>
-
- <informaltable frame="all">
- <tgroup cols="3">
- <tbody>
-
- <row>
- <entry><guimenu>Search Category</guimenu></entry>
- <entry><guimenu>Modifier</guimenu></entry>
- <entry><guimenu>Search Field or List</guimenu></entry>
- </row>
-
- <row>
- <entry>
- Name: Nautilus searches the names of files on your hard
- disk.
- </entry>
-
- <entry>
- Specify if the files should have names that contain, begin
- with, or end with the characters you type. You can also
- choose "matches glob" or "matches regexp" to do Linux
- wildcard searches.
- </entry>
-
- <entry>
- Enter part or all of the file name you want to find.
- </entry>
-
- </row>
-
- <row>
-
- <entry>
- Content: Nautilus searches the content of files on your hard
- disk.
- </entry>
-
- <entry>
- Specify if the files should have content that includes
- all, any, some, or none of the word or phrase you type.
- </entry>
-
- <entry>
- Enter a word or phrase you want to search for in the content of
- the files on your hard disk.
- </entry>
-
- </row>
-
- <row>
-
- <entry>
- Type: Nautilus searches for the file types you specify.
- </entry>
-
- <entry>
- Choose "is" or "is not" to include or exclude file types from
- the search.
- </entry>
-
- <entry>
- Choose a file type from the pop-up menu.
- </entry>
-
- </row>
-
- <row>
-
- <entry>Size</entry>
-
- <entry>
- Specify if the files should be larger or smaller than
- the number you type.
- </entry>
-
- <entry>Type a size, in kilobytes.</entry>
-
- </row>
-
- <row>
-
- <entry>With Emblem</entry>
-
- <entry>
- Specify if the files should be marked with, or not marked
- with, a particular emblem.
- </entry>
-
- <entry>Choose an emblem.</entry>
-
- </row>
-
- <row>
-
- <entry>Last Modified</entry>
-
- <entry>
- Choose an option to narrow down the last modification date of
- the files.
- </entry>
-
- <entry>
- Enter a date. The current date is filled in by default, but
- you can delete it and type any date you want.
- </entry>
-
- </row>
-
- <row>
-
- <entry>Owner</entry>
-
- <entry>
- Choose "is" or "is not" to include or exclude files owned by a
- particular user.
- </entry>
-
- <entry>
- Enter the name of a user who owns files on your
- system.
- </entry>
-
- </row>
-
- </tbody>
- </tgroup>
- </informaltable>
-
- </sect1>
-
- <!-- Searching Your Computer and the Internet: Searching the Internet -->
<sect1 id="search">
- <title>Searching the Internet</title>
-
<para>
To search for pages on the Web, click the Web Search button in the
toolbar. Eazel's Search page appears. Type the word or phrase for
diff --git a/help/nautilus-user-manual/C/nautilus-user-manual.xml b/help/nautilus-user-manual/C/nautilus-user-manual.xml
index 0c080a152..5e4c94828 100644
--- a/help/nautilus-user-manual/C/nautilus-user-manual.xml
+++ b/help/nautilus-user-manual/C/nautilus-user-manual.xml
@@ -1329,342 +1329,11 @@
</chapter>
- <!-- CHAPTER 3: SEARCHING YOUR COMPUTER AND THE INTERNET -->
+ <!-- CHAPTER 3: SEARCHING THE INTERNET -->
<chapter id="chapter3">
- <title>Searching Your Computer and the Internet</title>
+ <title>Searching the Internet</title>
- <para>
- Nautilus provides a Find feature for locating files and directories
- on your computer and a Web Search feature for finding Web pages.
- </para>
-
- <sect1 id="toc3">
- <title>Contents of this section:</title>
-
- <simplelist>
- <member><link linkend="find">Finding Items on Your Computer</link></member>
- <member><link linkend="simple">Simple Searches</link></member>
- <member><link linkend="medusa">Complex Searches</link></member>
- <member><link linkend="search">Searching the Internet</link></member>
- </simplelist>
-
- </sect1>
-
- <!-- Searching Your Computer and the Internet: Finding Items on Your
- Computer -->
- <sect1 id="find">
- <title>Finding Items on Your Computer</title>
-
- <para>
- When you search for items on your computer, you can use one
- of these Nautilus search utilities:
- </para>
-
- <itemizedlist>
-
- <listitem>
- <para>
- Simple searches: If your user level is set to Beginner, Nautilus
- performs a quick and easy search by file name.
- </para>
- </listitem>
-
- <listitem>
- <para>
- Complex searches: If your user level is set to Intermediate or
- Advanced, Nautilus searches the files on your hard disk by file
- name, creator, file type, and other attributes, as well as by
- the actual content of files.
- </para>
- </listitem>
-
- </itemizedlist>
-
- <para>
- <guimenu>Fast Versus Slow Searches</guimenu>
- </para>
-
- <para>
- Nautilus uses Medusa, a daemon, which is a piece of software that
- runs in the background. Medusa creates an index of all the items
- on your hard disk and mounted volumes, including their names,
- size, creation date, and other attributes. In addition, Medusa
- indexes the actual <emphasis>content</emphasis> of each file - so
- you can find any word or phrase in any file on your computer when
- you search by content.
- </para>
-
- <para>
- Medusa runs when your computer is idle, so it doesn't disrupt your
- activities.
- </para>
-
- <para>
- If Medusa has not finished indexing your system or is not running
- on your computer, when you do a search you may see a message
- letting you know that Nautilus can't perform a fast search.
- </para>
-
- <para>
- If you suspect that Medusa is not turned on, do this:
- </para>
-
- <orderedlist>
-
- <listitem>
- <para>
- Open the preferences menu and choose Preferences.
- </para>
- </listitem>
-
- <listitem>
- <para>
- From the left column of the Preferences dialog box, choose
- Search.
- </para>
- </listitem>
-
- <listitem>
- <para>
- In the Fast Search section, turn on "Enable fast search."
- </para>
- </listitem>
-
- </orderedlist>
-
- <para>Note: For Medusa to perform its indexing task, the crond
- program must also be running. If you have turned off crond, Medusa
- won't work.
- </para>
-
- </sect1>
-
- <!-- Searching Your Computer and the Internet: Simple Searches -->
- <sect1 id="simple">
- <title>Simple Searches</title>
-
- <para>
- To find an item on your hard disk (Beginner user level):
- </para>
-
- <orderedlist>
-
- <listitem>
- <para>
- Click the Find button in the toolbar. The location bar is
- replaced by the find bar.
- </para>
- </listitem>
-
- <listitem>
- <para>
- Enter the name of the item you want to find in the Find field.
- </para>
- </listitem>
-
- <listitem>
- <para>
- Click Find Them.
- </para>
- </listitem>
-
- <listitem>
- <para>
- When you're done searching, click the Find button again to put
- away the Find bar.
- </para>
- </listitem>
-
- </orderedlist>
-
- </sect1>
-
- <!-- Searching Your Computer and the Internet: Fast Searches -->
- <sect1 id="medusa">
- <title>Complex Searches</title>
-
- <para>
- To find an item on your hard disk (Intermediate or Advanced user
- level):
- </para>
-
- <orderedlist>
-
- <listitem>
- <para>
- Click the Find button in the toolbar.
- </para>
- </listitem>
-
- <listitem>
- <para>
- From the two pop-up menus, choose criteria to define your
- search. The options are explained below.
- </para>
- </listitem>
-
- <listitem>
- <para>
- (Optional) To further narrow your search, click More Options and
- choose additional criteria.
- </para>
- </listitem>
-
- <listitem>
- <para>
- Enter the item you want to find - a particular file name,
- modification date, and so forth - in the Find field.
- </para>
- </listitem>
-
- <listitem>
- <para>
- Click Find Them.
- </para>
- </listitem>
-
- <listitem>
- <para>
- When you're done searching, click the Find button again to put
- away the Find bar.
- </para>
- </listitem>
-
- </orderedlist>
-
- <informaltable frame="all">
- <tgroup cols="3">
- <tbody>
-
- <row>
- <entry><guimenu>Search Category</guimenu></entry>
- <entry><guimenu>Modifier</guimenu></entry>
- <entry><guimenu>Search Field or List</guimenu></entry>
- </row>
-
- <row>
- <entry>
- Name: Nautilus searches the names of files on your hard
- disk.
- </entry>
-
- <entry>
- Specify if the files should have names that contain, begin
- with, or end with the characters you type. You can also
- choose "matches glob" or "matches regexp" to do Linux
- wildcard searches.
- </entry>
-
- <entry>
- Enter part or all of the file name you want to find.
- </entry>
-
- </row>
-
- <row>
-
- <entry>
- Content: Nautilus searches the content of files on your hard
- disk.
- </entry>
-
- <entry>
- Specify if the files should have content that includes
- all, any, some, or none of the word or phrase you type.
- </entry>
-
- <entry>
- Enter a word or phrase you want to search for in the content of
- the files on your hard disk.
- </entry>
-
- </row>
-
- <row>
-
- <entry>
- Type: Nautilus searches for the file types you specify.
- </entry>
-
- <entry>
- Choose "is" or "is not" to include or exclude file types from
- the search.
- </entry>
-
- <entry>
- Choose a file type from the pop-up menu.
- </entry>
-
- </row>
-
- <row>
-
- <entry>Size</entry>
-
- <entry>
- Specify if the files should be larger or smaller than
- the number you type.
- </entry>
-
- <entry>Type a size, in kilobytes.</entry>
-
- </row>
-
- <row>
-
- <entry>With Emblem</entry>
-
- <entry>
- Specify if the files should be marked with, or not marked
- with, a particular emblem.
- </entry>
-
- <entry>Choose an emblem.</entry>
-
- </row>
-
- <row>
-
- <entry>Last Modified</entry>
-
- <entry>
- Choose an option to narrow down the last modification date of
- the files.
- </entry>
-
- <entry>
- Enter a date. The current date is filled in by default, but
- you can delete it and type any date you want.
- </entry>
-
- </row>
-
- <row>
-
- <entry>Owner</entry>
-
- <entry>
- Choose "is" or "is not" to include or exclude files owned by a
- particular user.
- </entry>
-
- <entry>
- Enter the name of a user who owns files on your
- system.
- </entry>
-
- </row>
-
- </tbody>
- </tgroup>
- </informaltable>
-
- </sect1>
-
- <!-- Searching Your Computer and the Internet: Searching the Internet -->
<sect1 id="search">
- <title>Searching the Internet</title>
-
<para>
To search for pages on the Web, click the Web Search button in the
toolbar. Eazel's Search page appears. Type the word or phrase for