Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2005-04-07 15:28:06 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-04-07 15:28:06 (GMT)
commitc3e1500a4815225f08e1b20dd066559e8c92c280 (patch)
tree7474fe16fce807cda4845df116fec07c60b161e6 /help
parent52f67b9ce7a9f2282b2c85139d1d10f8c4df5786 (diff)
Recent files support.
2005-04-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * cut-n-paste/recent-files/Makefile.am: * data/evince-ui.xml, shell/Makefile.am: * shell/ev-application.c, shell/ev-application.h: * shell/ev-window.c: Recent files support. * configure.ac: Added "ru" to ALL_LINGUAS. * dvju: new backend to support DJVU files. * dvi: new backend to support DVI. * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c: * ev-application.c: Support for new backends. * help, ev-window.c, main.c shell/Makefile.am:
Diffstat (limited to 'help')
-rw-r--r--help/.cvsignore2
-rw-r--r--help/C/.cvsignore4
-rw-r--r--help/C/Makefile.am9
-rw-r--r--help/C/evince-C.omf30
-rw-r--r--help/C/evince.xml637
-rw-r--r--help/C/figures/evince_start_window.pngbin0 -> 15695 bytes
-rw-r--r--help/C/legal.xml76
-rw-r--r--help/Makefile.am1
-rw-r--r--help/omf.make53
-rw-r--r--help/xmldocs.make96
10 files changed, 908 insertions, 0 deletions
diff --git a/help/.cvsignore b/help/.cvsignore
new file mode 100644
index 0000000..282522d
--- /dev/null
+++ b/help/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/help/C/.cvsignore b/help/C/.cvsignore
new file mode 100644
index 0000000..9382ad0
--- /dev/null
+++ b/help/C/.cvsignore
@@ -0,0 +1,4 @@
+Makefile
+Makefile.in
+evince-C.omf.out
+omf_timestamp
diff --git a/help/C/Makefile.am b/help/C/Makefile.am
new file mode 100644
index 0000000..95d493a
--- /dev/null
+++ b/help/C/Makefile.am
@@ -0,0 +1,9 @@
+figdir = figures
+docname = evince
+lang = C
+omffile = evince-C.omf
+entities = legal.xml
+include $(top_srcdir)/help/xmldocs.make
+dist-hook: app-dist-hook
+
+DISTCLEANFILES = evince-C.omf.out
diff --git a/help/C/evince-C.omf b/help/C/evince-C.omf
new file mode 100644
index 0000000..5c05e93
--- /dev/null
+++ b/help/C/evince-C.omf
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<omf>
+ <resource>
+ <creator>
+ docs@gnome.org (GDP)
+ </creator>
+ <maintainer>
+ docs@gnome.org (GDP)
+ </maintainer>
+ <title>
+ Evince Document Viewer Manual V1.0
+ </title>
+ <date>
+ 2005-04-06
+ </date>
+ <version identifier="1.0" date="2005-04-06" description="User documentation for version 0.2"/>
+ <subject category="GNOME|Applications|Graphics"/>
+ <description>
+ User manual for the Evince Document Viewer.
+ </description>
+ <type>
+ user's guide
+ </type>
+ <format mime="text/xml" dtd="-//OASIS//DTD DocBook XML V4.1.2//EN"/>
+ <identifier url="evince.xml"/>
+ <language code="C"/>
+ <relation seriesid="62118a88-a670-11d9-9d16-8c554140c753"/>
+ <rights type="GNU FDL" license.version="1.1" holder="Nickolay V. Shmyrev"/>
+ </resource>
+</omf>
diff --git a/help/C/evince.xml b/help/C/evince.xml
new file mode 100644
index 0000000..c626a5c
--- /dev/null
+++ b/help/C/evince.xml
@@ -0,0 +1,637 @@
+<?xml version="1.0"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+ <!ENTITY legal SYSTEM "legal.xml">
+ <!ENTITY appversion "0.2">
+ <!ENTITY manrevision "1.0">
+ <!ENTITY date "April 2005">
+ <!ENTITY app "<application>Evince Document Viewer</application>">
+ <!ENTITY appname "Evince Document Viewer">
+]>
+
+<!--
+ (Do not remove this comment block.)
+ Maintained by the GNOME Documentation Project
+ http://developer.gnome.org/projects/gdp
+ Template version: 2.0 beta
+ Template last modified Apr 11, 2002
+-->
+
+<!-- =============Document Header ============================= -->
+<article id="index" lang="en">
+<!-- please do not change the id; for translations, change lang to -->
+<!-- appropriate code -->
+ <articleinfo>
+ <title>&appname; Manual V&manrevision;</title>
+ <copyright>
+ <year>2005</year>
+ <holder>Nickolay V. Shmyrev</holder>
+ </copyright>
+ <copyright>
+ <year>2004</year>
+ <holder>Sun Microsystems</holder>
+ </copyright>
+
+<!-- translators: uncomment this:
+ <copyright>
+ <year>2002</year>
+ <holder>ME-THE-TRANSLATOR (Latin translation)</holder>
+ </copyright>
+-->
+
+ <publisher>
+ <publishername> GNOME Documentation Project </publishername>
+ </publisher>
+
+ &legal;
+ <!-- This file contains link to license for the documentation (GNU FDL), and
+ other legal stuff such as "NO WARRANTY" statement. Please do not change
+ any of this. -->
+
+ <authorgroup>
+ <author>
+ <firstname>Sun</firstname>
+ <surname>GNOME Documentation Team</surname>
+ <affiliation><orgname>Sun Microsystems</orgname></affiliation>
+ </author>
+ <author>
+ <firstname>Nickolay V. </firstname>
+ <surname>Shmyrev</surname>
+ <affiliation>
+ <orgname>GNOME Documentation Project</orgname>
+ <address> <email>nshmyrev@yandex.ru</email> </address>
+ </affiliation>
+ </author>
+
+<!-- This is appropriate place for other contributors: translators,
+ maintainers, etc. Commented out by default.
+ <othercredit role="translator">
+ <firstname>Latin</firstname>
+ <surname>Translator 1</surname>
+ <affiliation>
+ <orgname>Latin Translation Team</orgname>
+ <address> <email>translator@gnome.org</email> </address>
+ </affiliation>
+ <contrib>Latin translation</contrib>
+ </othercredit>
+-->
+ </authorgroup>
+
+ <revhistory>
+ <revision>
+ <revnumber>&appname; Manual V1.0</revnumber>
+ <date>&date;</date>
+ <revdescription>
+ <para role="author">Nickolay V. Shmyrev</para>
+ <para role="publisher">GNOME Documentation Project</para>
+ </revdescription>
+ </revision>
+ </revhistory>
+
+ <releaseinfo>This manual describes version &appversion; of &appname;
+ </releaseinfo>
+ <legalnotice>
+ <title>Feedback</title>
+ <para>To report a bug or make a suggestion regarding the &appname; application or this manual, follow the directions in the <ulink url="ghelp:gnome-feedback" type="help">GNOME Feedback Page</ulink>.
+ </para>
+<!-- Translators may also add here feedback address for translations -->
+ </legalnotice>
+ </articleinfo>
+
+ <indexterm zone="index">
+ <primary>&appname;</primary>
+ </indexterm>
+ <indexterm zone="index">
+ <primary>evince</primary>
+ </indexterm>
+
+<!-- ============= Document Body ============================= -->
+<!-- ============= Introduction ============================== -->
+<!-- Use the Introduction section to give a brief overview of what
+ the application is and what it does. -->
+ <sect1 id="evince-introduction">
+ <title>Introduction</title>
+ <para>The &app; application enables you to view documents of various formats like Portable Document Format (PDF) files and PostScript files. &app; follows Freedesktop.org and GNOME standards to provide integration with Desktop Environment.
+ </para>
+ </sect1>
+
+<!-- =========== Getting Started ============================== -->
+
+ <sect1 id="evince-getting-started">
+ <title>Getting Started</title>
+
+ <sect2 id="evince-start">
+ <title>To Start &appname;</title>
+ <para>You can start &app; in the following ways:
+ </para>
+ <variablelist>
+ <varlistentry>
+ <term><guimenu>Applications</guimenu> menu</term>
+ <listitem>
+ <para>Choose <menuchoice> <guisubmenu>Graphics</guisubmenu> <guimenuitem>Evince Document Viewer</guimenuitem> </menuchoice>.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Command line</term>
+ <listitem>
+ <para>Execute the following command: <command>evince</command>
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+
+ <sect2 id="evince-when-start">
+ <title>When You Start &appname;</title>
+ <para>When you start &app;, the following window is displayed.</para>
+
+ <!-- ==== Figure ==== -->
+ <figure id="mainwindow-fig">
+ <title>&appname; Window</title>
+ <screenshot>
+ <mediaobject>
+ <imageobject><imagedata
+ fileref="figures/evince_start_window.png" format="PNG"/>
+ </imageobject>
+ <textobject>
+ <phrase>Shows &appname; main window. Contains titlebar, menubar, toolbar and display area. Menubar contains File, Edit, View, Go and Help menus. </phrase>
+ </textobject>
+ </mediaobject>
+ </screenshot>
+ </figure>
+
+ <para>The &app; window contains the following elements:
+ </para>
+ <variablelist>
+ <varlistentry>
+ <term>Menubar</term>
+ <listitem>
+ <para>The menus on the menubar contain all of the commands that you need to work with documents in &app;.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Toolbar</term>
+ <listitem>
+ <para>The toolbar contains a subset of the commands that you can access from the menubar.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Display area</term>
+ <listitem>
+ <para>The display area displays the document.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+
+ <para>
+ In &app;, you can perform the same action in several ways. For example, you can open a document in the following ways:
+ <informaltable frame="all">
+ <tgroup cols="2" colsep="1" rowsep="1">
+ <colspec colname="COLSPEC0" colwidth="50*"/>
+ <colspec colname="COLSPEC1" colwidth="50*"/>
+ <thead>
+ <row valign="top">
+ <entry colname="COLSPEC0">
+ <para>UI Component</para></entry>
+ <entry colname="COLSPEC1" align="left">
+ <para>Action</para></entry>
+ </row>
+ </thead>
+ <tbody>
+ <row valign="top">
+ <entry><para>Window</para></entry>
+ <entry>
+ <itemizedlist>
+ <listitem>
+ <para>Drag a file into the &app; window from another application such as a file manager.</para>
+ </listitem>
+ <listitem>
+ <para>Double-click on the file name in the file manager</para>
+ </listitem>
+ </itemizedlist>
+ </entry>
+ </row>
+ <row valign="top">
+ <entry><para>Menubar</para></entry>
+ <entry><para>Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open</guimenuitem></menuchoice>.</para>
+</entry>
+ </row>
+ <row valign="top">
+ <entry><para>Shortcut keys</para></entry>
+ <entry><para>Press <keycombo><keycap>Ctrl</keycap><keycap>O</keycap></keycombo>.</para></entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </para>
+ <para>
+ This manual documents functionality from the menubar.
+ </para>
+ </sect2>
+ </sect1>
+
+<!-- ================ Usage ================================ -->
+ <sect1 id="evince-usage">
+ <title>Usage</title>
+
+ <!-- ================ Usage Subsection ================================ -->
+ <sect2 id="evince-open-file">
+ <title>To Open a File</title>
+ <para>To open a File, perform the following steps:</para>
+ <orderedlist>
+ <listitem>
+ <para>
+ Choose <menuchoice> <guimenu>File</guimenu><guimenuitem>Open</guimenuitem> </menuchoice>. </para>
+ </listitem>
+ <listitem>
+ <para>
+ In the <guilabel>Load file</guilabel> dialog, select the file you want to open.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Click <guibutton>Open</guibutton>. &app; displays the name of the document in the titlebar of the window.
+ </para>
+ </listitem>
+ </orderedlist>
+ <para>
+ To open another document, choose <menuchoice> <guimenu>File</guimenu><guimenuitem>Open</guimenuitem> </menuchoice> again. &app; opens each file in a new window.
+ </para>
+ <para>
+ If you try to open a document with format that &app; does not recognize, the application displays an error message.
+ </para>
+ </sect2>
+
+ <sect2 id="evince-navigate-file">
+ <title>To Navigate Through a Document</title>
+ <para>You can navigate through a file as follows:</para>
+ <itemizedlist>
+ <listitem>
+ <para>To view the next page, choose <menuchoice> <guimenu>Go</guimenu> <guimenuitem>Next Page</guimenuitem> </menuchoice>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>To view the previous page, choose <menuchoice> <guimenu>Go</guimenu> <guimenuitem>Previous Page</guimenuitem> </menuchoice>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>To view the first page in the document, choose <menuchoice> <guimenu>Go</guimenu> <guimenuitem>First Page</guimenuitem> </menuchoice>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>To view the last page in the document, choose <menuchoice> <guimenu>Go</guimenu> <guimenuitem>Last Page</guimenuitem> </menuchoice>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>To view a particular page, enter the page number or page label in the text box on the toolbar, then press <keycap>Return</keycap>.</para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+
+ <!-- ================ Usage Subsection ================================ -->
+ <sect2 id="evince-scroll-page">
+ <title>To Scroll a Page</title>
+ <para>To display the page contents that are not currently displayed in the display area, use the following methods:</para>
+ <itemizedlist>
+ <listitem>
+ <para>Use the arrow keys or space key on the keyboard.</para>
+ </listitem>
+ <listitem>
+ <para>Drag the display area in the opposite direction to the direction in which you want to scroll. For example, to scroll down the page, drag the display area upwards in the window.</para>
+ </listitem>
+ <listitem>
+ <para>Use the scrollbars on the window.</para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+
+ <!-- ================ Usage Subsection ================================ -->
+ <sect2 id="evince-manipulate-zoom-factor">
+ <title>To Change the Page Size</title>
+ <para>
+ You can use the following methods to resize a page in the &app; display area:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ To increase the page size, choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Zoom In</guimenuitem> </menuchoice>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ To decrease the page size, choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Zoom Out</guimenuitem> </menuchoice>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ To resize a page to have the same width as the &app; display area, choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Fit page width</guimenuitem> </menuchoice>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ To resize a page to fit within the &app; display area, choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Best Fit</guimenuitem> </menuchoice>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ To resize the &app; window to have the same width and height as the screen, choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Full Screen</guimenuitem> </menuchoice>. To resize the &app; window to the original size, click on the <guibutton>Exit Full Screen</guibutton> button.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+
+ <sect2 id="evince-view-pages">
+ <title>To View Pages or Document Structore</title>
+ <para>To view bookmarks or pages, perform the following steps:
+ </para>
+ <orderedlist>
+ <listitem>
+ <para>
+ Choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Sidebar</guimenuitem> </menuchoice> or press <keycap>F9</keycap>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Use the drop-down list in the side-pane header to select whether to display document structure or pages in the side pane.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Use the side-pane scrollbars to display the required item or page in the side pane.
+ </para>
+ </listitem>
+ <listitem>
+ <para>Click on an entry to navigate to that location in the document. Click on a page to navigate to that page in the document.</para>
+ </listitem>
+ </orderedlist>
+ </sect2>
+
+ <sect2 id="evince-view-properties">
+ <title>To View the Properties of a Document</title>
+ <para>To view the properties of a document, choose
+ <menuchoice>
+ <guimenu>File</guimenu>
+ <guimenuitem>Properties</guimenuitem>
+ </menuchoice>.
+ </para>
+ <para>
+ The <guilabel>Properties</guilabel> dialog displays all information available
+ </para>
+ </sect2>
+
+ <sect2 id="evince-print-file">
+ <title>To Print a Document</title>
+ <para>
+ To print a Document, choose <menuchoice> <guimenu>File</guimenu> <guimenuitem>Print</guimenuitem> </menuchoice>.
+ </para>
+ <note>
+ <para>
+ If you cannot choose the <guimenuitem>Print</guimenuitem> menu item, the author of the document has disabled the print option for this document. To enable the print option, you must enter the master password when you open the document. See <xref linkend="evince-password"/> for more information about password-protected files.
+ </para>
+ </note>
+ <para>
+ The <guilabel>Print</guilabel> dialog has the following tabbed sections:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ <link linkend="print-dialog-job">Job</link>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <link linkend="print-dialog-printer">Printer</link>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <link linkend="print-dialog-paper">Paper</link>
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <sect3 id="print-dialog-job">
+ <title>Job</title>
+ <variablelist>
+ <varlistentry> <term><guilabel>Print range</guilabel> </term>
+ <listitem>
+ <para>Select one of the following options to determine how many pages to print:</para>
+ <itemizedlist>
+ <listitem>
+ <para><guilabel>All</guilabel></para>
+ <para>Select this option to print all of the pages in the document.</para>
+ </listitem>
+ <listitem>
+ <para><guilabel>Pages From</guilabel></para>
+ <para>Select this option to print the selected range of pages in the document. Use the spin boxes to specify the first page and last page of the range.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect3>
+
+ <sect3 id="print-dialog-printer">
+ <title>Printer</title>
+ <variablelist>
+ <varlistentry> <term><guilabel>Printer</guilabel> </term>
+ <listitem>
+ <para>Use this drop-down list to select the printer to which you want to print the document.</para>
+ <note>
+ <para>
+ The <guilabel>Create a PDF document</guilabel> option is not supported in this version of &app;.
+ </para>
+ </note>
+ </listitem>
+ </varlistentry>
+ <varlistentry> <term><guilabel>Settings</guilabel> </term>
+ <listitem>
+ <para>Use this drop-down list to select the printer settings.
+ </para>
+ <para>To configure the printer, click <guibutton>Configure</guibutton>. For example, you can enable or disable duplex printing, or schedule delayed printing, if this functionality is supported by the printer.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry> <term><guilabel>Location</guilabel> </term>
+ <listitem>
+ <para>
+ Use this drop-down list to select one of the following print destinations:
+ </para>
+ <variablelist>
+ <varlistentry>
+ <term><guilabel>CUPS</guilabel></term>
+ <listitem>
+ <para>
+ Print the document to a CUPS printer.
+ </para>
+ <note>
+ <para>
+ If the selected printer is a CUPS printer, <guilabel>CUPS</guilabel> is the only entry in this drop-down list.
+ </para>
+ </note>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><guilabel>lpr</guilabel></term>
+ <listitem>
+ <para>
+ Print the document to a printer.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><guilabel>File</guilabel></term>
+ <listitem>
+ <para>
+ Print the document to a PostScript file.
+ </para>
+ <para>
+ Click <guibutton>Save As</guibutton> to display a dialog where you specify the name and location of the PostScript file.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><guilabel>Custom</guilabel></term>
+ <listitem>
+ <para>
+ Use the specified command to print the document.
+ </para>
+ <para>
+ Type the name of the command in the text box. Include all command-line arguments.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </listitem>
+ </varlistentry>
+ <varlistentry> <term><guilabel>State</guilabel> </term>
+ <listitem>
+ <para>This functionality is not supported in this version of &app;.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry> <term><guilabel>Type</guilabel> </term>
+ <listitem>
+ <para>This functionality is not supported in this version of &app;.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry> <term><guilabel>Comment</guilabel> </term>
+ <listitem>
+ <para>This functionality is not supported in this version of &app;.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect3>
+
+ <sect3 id="print-dialog-paper">
+ <title>Paper</title>
+ <variablelist>
+ <varlistentry> <term><guilabel>Paper size</guilabel> </term>
+ <listitem>
+ <para>Use this drop-down list to select the size of the paper to which you want to print the document.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry> <term><guilabel>Width</guilabel> </term>
+ <listitem>
+ <para>Use this spin box to specify the width of the paper. Use the adjacent drop-down list to change the measurement unit.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry> <term><guilabel>Height</guilabel> </term>
+ <listitem>
+ <para>Use this spin box to specify the height of the paper.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry> <term><guilabel>Feed orientation</guilabel> </term>
+ <listitem>
+ <para>Use this drop-down list to select the orientation of the paper in the printer.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry> <term><guilabel>Page orientation</guilabel> </term>
+ <listitem>
+ <para>Use this drop-down list to select the page orientation.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry> <term><guilabel>Layout</guilabel> </term>
+ <listitem>
+ <para>Use this drop-down list to select the page layout. A preview of each layout that you select is displayed in the <guilabel>Preview</guilabel> area.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry> <term><guilabel>Paper Tray</guilabel> </term>
+ <listitem>
+ <para>Use this drop-down list to select the paper tray.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect3>
+ </sect2>
+
+ <!-- ================ Usage Subsection ================================ -->
+ <sect2 id="evince-copy-file">
+ <title>To Copy a Document</title>
+ <para>To copy a file, perform the following steps:
+ </para>
+ <orderedlist>
+ <listitem>
+ <para>
+ Choose <menuchoice> <guimenu>File</guimenu> <guimenuitem>Save a Copy</guimenuitem> </menuchoice>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Type the new filename in the <guilabel>Filename</guilabel> text box in the <guilabel>Save a Copy</guilabel> dialog.
+ </para>
+ <para>
+ If necessary, specify the location of the copied document. By default, copies are saved in your home directory.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Click <guibutton>Save</guibutton>.
+ </para>
+ </listitem>
+ </orderedlist>
+ </sect2>
+
+ <!-- this id must be kept in sync with evince-persist-file.cc/evince-persist-stream.cc -->
+ <sect2 id="evince-password">
+ <title>To Work With Password-Protected Documents</title>
+ <para>
+ An author can use the following password levels to protect a document:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>User password that allows others only to read the document.
+ </para>
+ </listitem>
+ <listitem>
+ <para>Master password that allows others to perform additional actions, such as print the document.
+ </para>
+ </listitem>
+ </itemizedlist>
+ <para>
+ When you try to open a password-protected document, &app; displays a security dialog. Type either the user password or the master password in the <guilabel>Enter document password</guilabel> text box, then click <guibutton>Open Document</guibutton>.
+ </para>
+ </sect2>
+
+ <!-- ================ Usage Subsection ================================ -->
+ <sect2 id="evince-close-file">
+ <title>To Close a Document</title>
+ <para>To close a document, choose <menuchoice> <guimenu>File</guimenu> <guimenuitem>Close</guimenuitem> </menuchoice>.
+ </para>
+ <para>
+ If the window is the last &app; window open, the application exits.
+ </para>
+ <para>To quit &app; at any time, no matter how many windows are open, choose <menuchoice> <guimenu>File</guimenu> <guimenuitem>Quit</guimenuitem> </menuchoice>. </para>
+ <note>
+ <para>When you quit, &app; closes all documents opened in the current session.</para>
+ </note>
+ </sect2>
+
+ </sect1>
+
+</article>
diff --git a/help/C/figures/evince_start_window.png b/help/C/figures/evince_start_window.png
new file mode 100644
index 0000000..8cc15dc
--- /dev/null
+++ b/help/C/figures/evince_start_window.png
Binary files differ
diff --git a/help/C/legal.xml b/help/C/legal.xml
new file mode 100644
index 0000000..ac97e1d
--- /dev/null
+++ b/help/C/legal.xml
@@ -0,0 +1,76 @@
+ <legalnotice id="legalnotice">
+ <para>
+ Permission is granted to copy, distribute and/or modify this
+ document under the terms of the GNU Free Documentation
+ License (GFDL), Version 1.1 or any later version published
+ by the Free Software Foundation with no Invariant Sections,
+ no Front-Cover Texts, and no Back-Cover Texts. You can find
+ a copy of the GFDL at this <ulink type="help"
+ url="ghelp:fdl">link</ulink> or in the file COPYING-DOCS
+ distributed with this manual.
+ </para>
+ <para> This manual is part of a collection of GNOME manuals
+ distributed under the GFDL. If you want to distribute this
+ manual separately from the collection, you can do so by
+ adding a copy of the license to the manual, as described in
+ section 6 of the license.
+ </para>
+
+ <para>
+ Many of the names used by companies to distinguish their
+ products and services are claimed as trademarks. Where those
+ names appear in any GNOME documentation, and the members of
+ the GNOME Documentation Project are made aware of those
+ trademarks, then the names are in capital letters or initial
+ capital letters.
+ </para>
+
+ <para>
+ DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED
+ UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE
+ WITH THE FURTHER UNDERSTANDING THAT:
+
+ <orderedlist>
+ <listitem>
+ <para>DOCUMENT IS PROVIDED ON AN "AS IS" BASIS,
+ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
+ IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES
+ THAT THE DOCUMENT OR MODIFIED VERSION OF THE
+ DOCUMENT IS FREE OF DEFECTS MERCHANTABLE, FIT FOR
+ A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE
+ RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE
+ OF THE DOCUMENT OR MODIFIED VERSION OF THE
+ DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR
+ MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT,
+ YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY
+ CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
+ SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
+ OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
+ LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED
+ VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER
+ EXCEPT UNDER THIS DISCLAIMER; AND
+ </para>
+ </listitem>
+ <listitem>
+ <para>UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL
+ THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE),
+ CONTRACT, OR OTHERWISE, SHALL THE AUTHOR,
+ INITIAL WRITER, ANY CONTRIBUTOR, OR ANY
+ DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION
+ OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH
+ PARTIES, BE LIABLE TO ANY PERSON FOR ANY
+ DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR
+ CONSEQUENTIAL DAMAGES OF ANY CHARACTER
+ INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS
+ OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
+ MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR
+ LOSSES ARISING OUT OF OR RELATING TO USE OF THE
+ DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT,
+ EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF
+ THE POSSIBILITY OF SUCH DAMAGES.
+ </para>
+ </listitem>
+ </orderedlist>
+ </para>
+ </legalnotice>
+
diff --git a/help/Makefile.am b/help/Makefile.am
new file mode 100644
index 0000000..42ffacc
--- /dev/null
+++ b/help/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = C
diff --git a/help/omf.make b/help/omf.make
new file mode 100644
index 0000000..3261e00
--- /dev/null
+++ b/help/omf.make
@@ -0,0 +1,53 @@
+#
+# No modifications of this Makefile should be necessary.
+#
+# This file contains the build instructions for installing OMF files. It is
+# generally called from the makefiles for particular formats of documentation.
+#
+# Note that you must configure your package with --localstatedir=/var/lib
+# so that the scrollkeeper-update command below will update the database
+# in the standard scrollkeeper directory.
+#
+# If it is impossible to configure with --localstatedir=/var/lib, then
+# modify the definition of scrollkeeper_localstate_dir so that
+# it points to the correct location. Note that you must still use
+# $(localstatedir) in this or when people build RPMs it will update
+# the real database on their system instead of the one under RPM_BUILD_ROOT.
+#
+# Note: This make file is not incorporated into xmldocs.make because, in
+# general, there will be other documents install besides XML documents
+# and the makefiles for these formats should also include this file.
+#
+# About this file:
+# This file was taken from scrollkeeper_example2, a package illustrating
+# how to install documentation and OMF files for use with ScrollKeeper
+# 0.3.x and 0.4.x. For more information, see:
+# http://scrollkeeper.sourceforge.net/
+# Version: 0.1.2 (last updated: March 20, 2002)
+#
+
+omf_dest_dir=$(datadir)/omf/@PACKAGE@
+scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
+
+omf: omf_timestamp
+
+omf_timestamp: $(omffile)
+ -for file in $(omffile); do \
+ scrollkeeper-preinstall $(docdir)/$(docname).xml $(srcdir)/$$file $$file.out; \
+ done
+ touch omf_timestamp
+
+install-data-hook-omf:
+ $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
+ for file in $(omffile); do \
+ $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
+ done
+ -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
+
+uninstall-local-omf:
+ -for file in $(srcdir)/*.omf; do \
+ basefile=`basename $$file`; \
+ rm -f $(omf_dest_dir)/$$basefile; \
+ done
+ -rmdir $(omf_dest_dir)
+ -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
diff --git a/help/xmldocs.make b/help/xmldocs.make
new file mode 100644
index 0000000..ad65ccf
--- /dev/null
+++ b/help/xmldocs.make
@@ -0,0 +1,96 @@
+#
+# No modifications of this Makefile should be necessary.
+#
+# To use this template:
+# 1) Define: figdir, docname, lang, omffile, and entities in
+# your Makefile.am file for each document directory,
+# although figdir, omffile, and entities may be empty
+# 2) Make sure the Makefile in (1) also includes
+# "include $(top_srcdir)/xmldocs.make" and
+# "dist-hook: app-dist-hook".
+# 3) Optionally define 'entities' to hold xml entities which
+# you would also like installed
+# 4) Figures must go under $(figdir)/ and be in PNG format
+# 5) You should only have one document per directory
+# 6) Note that the figure directory, $(figdir)/, should not have its
+# own Makefile since this Makefile installs those figures.
+#
+# example Makefile.am:
+# figdir = figures
+# docname = scrollkeeper-manual
+# lang = C
+# omffile=scrollkeeper-manual-C.omf
+# entities = fdl.xml
+# include $(top_srcdir)/xmldocs.make
+# dist-hook: app-dist-hook
+#
+# About this file:
+# This file was taken from scrollkeeper_example2, a package illustrating
+# how to install documentation and OMF files for use with ScrollKeeper
+# 0.3.x and 0.4.x. For more information, see:
+# http://scrollkeeper.sourceforge.net/
+# Version: 0.1.2 (last updated: March 20, 2002)
+#
+
+
+# ************* Begin of section some packagers may need to modify **************
+# This variable (docdir) specifies where the documents should be installed.
+# This default value should work for most packages.
+# docdir = $(datadir)/@PACKAGE@/doc/$(docname)/$(lang)
+docdir = $(datadir)/gnome/help/$(docname)/$(lang)
+
+# ************** You should not have to edit below this line *******************
+xml_files = $(entities) $(docname).xml
+
+EXTRA_DIST = $(xml_files) $(omffile)
+CLEANFILES = omf_timestamp
+
+# If the following file is in a subdir (like help/) you need to add that to the path
+include $(top_srcdir)/help/omf.make
+
+all: omf
+
+$(docname).xml: $(entities)
+ -ourdir=`pwd`; \
+ cd $(srcdir); \
+ cp $(entities) $$ourdir
+
+app-dist-hook:
+ if test "$(figdir)"; then \
+ $(mkinstalldirs) $(distdir)/$(figdir); \
+ for file in $(srcdir)/$(figdir)/*.png; do \
+ basefile=`echo $$file | sed -e 's,^.*/,,'`; \
+ $(INSTALL_DATA) $$file $(distdir)/$(figdir)/$$basefile; \
+ done \
+ fi
+
+install-data-local: omf
+ $(mkinstalldirs) $(DESTDIR)$(docdir)
+ for file in $(xml_files); do \
+ cp $(srcdir)/$$file $(DESTDIR)$(docdir); \
+ done
+ if test "$(figdir)"; then \
+ $(mkinstalldirs) $(DESTDIR)$(docdir)/$(figdir); \
+ for file in $(srcdir)/$(figdir)/*.png; do \
+ basefile=`echo $$file | sed -e 's,^.*/,,'`; \
+ $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
+ done \
+ fi
+
+install-data-hook: install-data-hook-omf
+
+uninstall-local: uninstall-local-doc uninstall-local-omf
+
+uninstall-local-doc:
+ -if test "$(figdir)"; then \
+ for file in $(srcdir)/$(figdir)/*.png; do \
+ basefile=`echo $$file | sed -e 's,^.*/,,'`; \
+ rm -f $(docdir)/$(figdir)/$$basefile; \
+ done; \
+ rmdir $(DESTDIR)$(docdir)/$(figdir); \
+ fi
+ -for file in $(xml_files); do \
+ rm -f $(DESTDIR)$(docdir)/$$file; \
+ done
+ -rmdir $(DESTDIR)$(docdir)
+