~ubuntu-branches/ubuntu/saucy/file-roller/saucy

« back to all changes in this revision

Viewing changes to help/en_GB/archive-view.page

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-08-26 10:16:27 UTC
  • mfrom: (1.7.6) (2.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20130826101627-b8uh1n4pnvpfkhww
Tags: 3.9.90-0ubuntu1
* Sync with Debian. Remaining changes:
  - Depend on zip and unzip instead of p7zip which is in universe
  - Suggest p7zip-full (LP: #918107)
  - Recommend sessioninstaller
* Dropped change:
  - Use the Ubuntu epoch for the Nautilus depends (Ubuntu 11.10
    and newer include Nautilus 3.0 or higher)
* New upstream release
  - Restore directory modification time when extracting (LP: #1076716)
  - Allow viewing the password when creating an encrypted archive
    (LP: #772556)
  - Avoid unnecessary word break when wrapping text to new lines
    (LP: #1193921)
* debian/patches/revert_gtk_3-9.patch:
  - Revert commit that requires GTK 3.9 since GTK 3.9 won't be in Saucy
* debian/control.in, debian/rules:
  - Run dh-autoreconf for above patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="archive-view" xml:lang="en-GB">
3
 
 
4
 
  <info>
5
 
    <link type="guide" xref="index#managing-archives"/>
6
 
    <revision pkgversion="3.4" date="2011-12-12" status="review"/>
7
 
    <revision pkgversion="3.6" date="2012-08-05" status="review"/>
8
 
    <revision pkgversion="3.8" date="2013-03-25" status="candidate"/>
9
 
    <credit type="author">
10
 
      <name>Marta Bogdanowicz</name>
11
 
      <email>majus85@gmail.com</email>
12
 
    </credit>
13
 
    <credit type="editor">
14
 
      <name>Ekaterina Gerasimova</name>
15
 
      <email>kittykat3756@gmail.com</email>
16
 
    </credit>
17
 
    <license>
18
 
      <p>Creative Commons Share Alike 3.0</p>
19
 
    </license>
20
 
    <desc>View an existing archive and its content.</desc>
21
 
  </info>
22
 
 
23
 
  <title>View an archive</title>
24
 
 
25
 
  <p>There are two ways to view an archive:</p>
26
 
 
27
 
  <terms>
28
 
    <item>
29
 
      <title>View all files</title>
30
 
      <p>Click <guiseq><gui style="menu">View</gui><gui style="menuitem">View
31
 
      All Files</gui></guiseq>. <app>Archive Manager</app> will list all files
32
 
      inside the archive. You will see their names, sizes, types, dates of the
33
 
      last modification and locations.</p>
34
 
      <note style="tip">
35
 
        <p>You may use the column headings mentioned above (name, size…) to
36
 
        sort the files in your archive. Do this by clicking on them; you can
37
 
        toggle to sort in reverse order.</p>
38
 
      </note>
39
 
    </item>
40
 
    <item>
41
 
      <title>View as a folder</title>
42
 
      <p>This view displays the classic directory structure. To use this, click
43
 
      <guiseq><gui style="menu">View</gui>
44
 
      <gui style="menuitem">View as a Folder</gui></guiseq>.</p>
45
 
      <note style="tip">
46
 
        <p>While viewing your archive in this way, you can press <key>F9</key>,
47
 
        or click <guiseq><gui style="menu">View</gui>
48
 
        <gui style="menuitem">Folders</gui></guiseq> option, to see a tree
49
 
        view of the folders in the side pane. It allows you to navigate easily
50
 
        between folders.</p>
51
 
      </note>
52
 
    </item>
53
 
  </terms>
54
 
 
55
 
  <section id="file-open">
56
 
    <title>Open files in your archive</title>
57
 
 
58
 
    <p>Open files which are in your archive by double-clicking on the file
59
 
    name, or by right-clicking on the file name and selecting <gui>Open</gui>.
60
 
    <app>Archive Manager</app> will open the file with the default application
61
 
    for that file type.</p>
62
 
 
63
 
    <note>
64
 
      <p>Open the file with a different application by following these steps:</p>
65
 
      <steps>
66
 
        <item>
67
 
          <p>Right click on the file.</p>
68
 
        </item>
69
 
        <item>
70
 
          <p>Click <gui>Open With…</gui>.</p>
71
 
        </item>
72
 
        <item>
73
 
          <p>Select the application that you want to use and click
74
 
          <gui>Select</gui>.</p>
75
 
        </item>
76
 
      </steps>
77
 
    </note>
78
 
  </section>
79
 
 
80
 
</page>