diff options
author | David Adam Bordoley <bordoley@msu.edu> | 2003-05-07 12:14:57 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-05-07 12:14:57 +0800 |
commit | 3923aa13eac27d2603436d53f1644d5c58c6abbd (patch) | |
tree | 6a0f0c1024fdb777881aa64624d7d8dadd2968d7 | |
parent | b2b5ad35d010ae8200f8c58c96dd4ca7129e17eb (diff) | |
download | gsoc2013-epiphany-3923aa13eac27d2603436d53f1644d5c58c6abbd.tar gsoc2013-epiphany-3923aa13eac27d2603436d53f1644d5c58c6abbd.tar.gz gsoc2013-epiphany-3923aa13eac27d2603436d53f1644d5c58c6abbd.tar.bz2 gsoc2013-epiphany-3923aa13eac27d2603436d53f1644d5c58c6abbd.tar.lz gsoc2013-epiphany-3923aa13eac27d2603436d53f1644d5c58c6abbd.tar.xz gsoc2013-epiphany-3923aa13eac27d2603436d53f1644d5c58c6abbd.tar.zst gsoc2013-epiphany-3923aa13eac27d2603436d53f1644d5c58c6abbd.zip |
Write the Browser Windows section. Minor touchups to other sections.
2003-05-06 David Adam Bordoley <bordoley@msu.edu>
* help/C/epiphany.xml:
Write the Browser Windows section.
Minor touchups to other sections.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | help/C/epiphany.xml | 94 |
2 files changed, 98 insertions, 3 deletions
@@ -1,6 +1,13 @@ 2003-05-06 David Adam Bordoley <bordoley@msu.edu> * help/C/epiphany.xml: + + Write the Browser Windows section. + Minor touchups to other sections. + +2003-05-06 David Adam Bordoley <bordoley@msu.edu> + + * help/C/epiphany.xml: Remove the editorializing from the introduction section, since the Documentation Style Guide specifically states diff --git a/help/C/epiphany.xml b/help/C/epiphany.xml index aff6ceb39..5aef2a58a 100644 --- a/help/C/epiphany.xml +++ b/help/C/epiphany.xml @@ -96,7 +96,7 @@ <sect1 id="fr-introduction"> <title>Introduction</title> <para>&fr; is a GNOME web browser based on the mozilla rendering - engine. &fr; aims to be a simple to use and standards compliant. + engine. &fr; aims to be simple to use and standards compliant. </para> </sect1> @@ -154,8 +154,96 @@ <!-- ============= Browser Windows ============================ --> <sect1 id="ephy-browser-windows"> <title>Browser Windows</title> - <para> - </para> + <para>Browser windows enable you to browse between web pages. +<xref linkend="ephy-screenshot"/> shows a browser window displaying the +home page.</para> + <figure id="ephy-screenshot"> + <title>Browser window displaying the home page</title> + <screenshot> + <mediaobject> + <imageobject> + <imagedata fileref="figures/ephy-screenshot.png" format="PNG"/> + </imageobject> + <textobject> + <phrase>A page being displayed in a browser window. Callouts: Menubar, toolbar, address entry, bookmarks bar, view pane</phrase> + </textobject> + </mediaobject> + </screenshot> + </figure> + <para><xref linkend="epiphany-TBL-1"/> describes the components of a browser window.</para> + <table frame="topbot" id="epiphany-TBL-1"> + <title>Browser Window Components</title> + <tgroup cols="2" colsep="0" rowsep="0"> + <colspec colname="colspec0" colwidth="29.39*"/> + <colspec colname="colspec1" colwidth="70.61*"/> + <thead> + <row rowsep="1"> + <entry valign="top"> + <para>Component</para> + </entry> + <entry valign="top"> + <para>Description </para> + </entry> + </row> + </thead> + <tbody> + <row> + <entry valign="top"> + <para>Menubar</para> + </entry> + <entry valign="top"> + <para>Contains menus that you use to perform tasks in a browser window.</para> + </entry> + </row> + <row> + <entry valign="top"> + <para>Toolbar</para> + </entry> + <entry valign="top"> + <para>Contains buttons that you use to perform tasks in a browser window.</para> + </entry> + </row> + <row> + <entry colname="colspec0" valign="top"> + <para>Address entry</para> + </entry> + <entry colname="colspec1" valign="top"> + <para>Drop-down combination box that you use to enter web addresses or search terms.</para> + </entry> + </row> + <row> + <entry colname="colspec0" valign="top"> + <para>Bookmarks bar</para> + </entry> + <entry colname="colspec1" valign="top"> + <para>Contains menus, buttons and text fields that you use for highspeed access to bookmarks and web searches.</para> + </entry> + </row> + <row> + <entry valign="top"> + <para>View pane</para> + </entry> + <entry valign="top"> + <para>Displays the contents of the viewed page.</para> + </entry> + </row> + <row> + <entry colname="colspec0" valign="top"> + <para>Statusbar</para> + </entry> + <entry colname="colspec1" valign="top"> + <para>Displays status information.</para> + </entry> + </row> + </tbody> + </tgroup> + </table> + <para>You can also open a popup menu from browser +windows. To open this popup menu right-click in a browser +window. The items in this menu depend on where you right-click. For example, +when you right-click on a link, you can choose items related to +the link. When you right-click on the web page itself, +you can choose items related to the display of the web page.</para> </sect1> <!-- ============= Browsing the Web =========================== --> |