Can now handle rar files (Denis Manente).
[rox-archive.git] / Help / README
blob6c05d172d60217dc57831756ed77f6b5edf19a5d
1                         Archive
2                         A simple archiver
3                         by Thomas Leonard
5 Brief
6 ~~~~~
7 You can use this program to compress a directory or file into a
8 single, smaller file (which can be stored, emailed, etc).
10 You can also use it to extract a compressed archive back into a
11 file or directory structure.
13 It's written in python, so you don't need to compile it, but you do
14 need python and pygtk (or gnome-python). ROX-Filer will come in
15 handy, too.
17 To compress:
19 - Drag the file or directory onto the Archive icon in a ROX-Filer window.
20 - Type in a name for the archive.
21 - Drag the icon back into a filer window to create the archive.
23 To extract an archive:
25 - Drag the compressed file to Archive.
26 - Enter a name for the file or directory to create.
27 - Drag the directory icon into a filer window to extract.
29 You can use ROX-Filer's `Set Run Action...' menu entry to make clicking
30 on a compressed file automatically run Archive on it.
32 The latest version of Archive (and ROX-Filer) is at:
34         <http://rox.sourceforge.net>
36 The following extensions are recognised:
38         .bz  or .bz2
39         .zip
40         .deb (extract only)
41         .tar
42         .rar
43         .tgz or .tar.gz
44         .tbz, .tbz2, .tar.bz or .tar.bz2
47 Conditions
48 ~~~~~~~~~~
49 This program is free software; you can redistribute it and/or modify
50 it under the terms of the GNU General Public License as published by
51 the Free Software Foundation; either version 2 of the License, or
52 (at your option) any later version.
54 This program is distributed in the hope that it will be useful,
55 but WITHOUT ANY WARRANTY; without even the implied warranty of
56 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57 GNU General Public License for more details.
59 You should have received a copy of the GNU General Public License
60 along with this program; if not, write to the Free Software
61 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
63 Please report any bugs to me, <tal197@users.sourceforge.net>