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

« back to all changes in this revision

Viewing changes to help/eu/supported-formats.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="supported-formats" xml:lang="eu">
3
 
 
4
 
  <info>
5
 
    <link type="guide" xref="index"/>
6
 
    <revision pkgversion="3.4" date="2011-11-21" 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><app>Archive Manager</app> works with a number of different file formats.</desc>
21
 
  </info>
22
 
 
23
 
  <title>Supported file formats</title>
24
 
 
25
 
  <p>File formats that are supported by <app>Archive Manager</app> include:</p>
26
 
 
27
 
  <list type="numbered">
28
 
    <item><p>Archive only</p>
29
 
      <list>
30
 
        <item><p>AIX Small Indexed Archive (<file>.ar</file>)</p></item>
31
 
        <item><p>ISO-9660 CD Disc Image [Read-only mode] (<file>.iso</file>)</p></item>
32
 
        <item><p>Tape Archive File (<file>.tar</file>)</p></item>
33
 
      </list>
34
 
    </item>
35
 
    <item><p>Archive and compression</p>
36
 
      <list>
37
 
        <item><p>Java Archive (<file>.jar</file>)</p></item>
38
 
        <item><p>WinRAR Compressed Archive (<file>.rar</file>)</p></item>
39
 
        <item><p>Tape Archive File compressed with:</p>
40
 
          <list>
41
 
            <item><p>gzip (<file>.tar.gz</file>, <file>.tgz</file>)</p></item>
42
 
            <item><p>bzip (<file>.tar.bz</file>, <file>.tbz</file>)</p></item>
43
 
            <item><p>bzip2 (<file>.tar.bz2</file>, <file>.tbz2</file>)</p></item>
44
 
            <item><p>lzop (<file>.tar.lzo</file>, <file>.tzo</file>)</p></item>
45
 
            <item><p>7zip (<file>.tar.7z</file>)</p></item>
46
 
            <item><p>xz (<file>.tar.xz</file>)</p></item>
47
 
          </list>
48
 
        </item>
49
 
        <item><p>Cabinet File (<file>.cab</file>)</p></item>
50
 
        <item><p>ZIP Archived Comic Book (<file>.cbz</file>)</p></item>
51
 
        <item><p>ZIP Archive (<file>.zip</file>)</p></item>
52
 
        <item><p>ZOO Compressed Archive File (<file>.zoo</file>)</p></item>
53
 
      </list>
54
 
    </item>
55
 
  </list>
56
 
 
57
 
<!-- TODO: how does one install the plugins? -->
58
 
  <note>
59
 
    <p>For some file formats, <app>Archive Manager</app> may require additional
60
 
    plugins.</p>
61
 
  </note>
62
 
 
63
 
</page>