~ubuntu-branches/debian/sid/file-roller/sid

« back to all changes in this revision

Viewing changes to help/zh_TW/supported-formats.page

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-03-09 19:32:38 UTC
  • mfrom: (1.6.86)
  • Revision ID: package-import@ubuntu.com-20120309193238-dzn4p0szzcambb5v
Tags: 3.3.91-1
* New upstream release.
* Refresh 99_ltmain_as-needed.patch with newer copy in dh-autoreconf.
* Update to Standards-Version 3.9.3, no changes needed.

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="zh_TW">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="index"/>
 
6
    <desc><app>File Roller</app> has the ability to use various file formats.</desc>
 
7
    <credit type="author">
 
8
      <name>Marta Bogdanowicz</name>
 
9
      <email>majus85@gmail.com</email>
 
10
    </credit>
 
11
    <license>
 
12
      <p>Creative Commons Share Alike 3.0</p>
 
13
    </license>
 
14
  </info>
 
15
 
 
16
  <title>Supported file formats</title>
 
17
 
 
18
  <p>The formats support by <app>File Roller</app> include:</p>
 
19
 
 
20
  <list type="numbered">
 
21
    <item><p>Archive only</p>
 
22
      <list type="disc">
 
23
        <item><p>AIX Small Indexed Archive (<file>.ar</file>)</p></item>
 
24
        <item><p>ISO-9660 CD Disc Image [Read-only mode] (<file>.iso</file>)</p></item>
 
25
        <item><p>Tape Archive File (<file>.tar</file>)</p></item>
 
26
      </list>
 
27
    </item>
 
28
    <item><p>Archive and compression</p>
 
29
      <list type="disc">
 
30
        <item><p>Java Archive (<file>.jar</file>)</p></item>
 
31
        <item><p>WinRAR Compressed Archive (<file>.rar</file>)</p></item>
 
32
        <item><p>Tape Archive File compressed with:</p>
 
33
          <list type="circle">
 
34
            <item><p>gzip (<file>.tar.gz</file>, <file>.tgz</file>)</p></item>
 
35
            <item><p>bzip (<file>.tar.bz</file>, <file>.tbz</file>)</p></item>
 
36
            <item><p>bzip2 (<file>.tar.bz2</file>, <file>.tbz2</file>)</p></item>
 
37
            <item><p>lzop (<file>.tar.lzo</file>, <file>.tzo</file>)</p></item>
 
38
            <item><p>7zip (<file>.tar.7z</file>)</p></item>
 
39
            <item><p>xz (<file>.tar.xz</file>)</p></item>
 
40
          </list>
 
41
        </item>
 
42
        <item><p>Cabinet File (<file>.cab</file>)</p></item>
 
43
        <item><p>ZIP Archived Comic Book (<file>.cbz</file>)</p></item>
 
44
        <item><p>ZIP Archive (<file>.zip</file>)</p></item>
 
45
        <item><p>ZOO Compressed Archive File (<file>.zoo</file>)</p></item>
 
46
      </list>
 
47
    </item>
 
48
  </list>
 
49
 
 
50
 
 
51
  <note>
 
52
    <p>For some file formats, <app>File Roller</app> may require additional
 
53
    plugins.</p>
 
54
  </note>
 
55
 
 
56
</page>