Updated findrox.
[rox-archive.git] / Help / README
blob3fcec7c51d28eae5cac6ccfb7414c2b58f36f5be
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 ROX-Lib2 and the pygtk2 package
15 (http://rox.sourceforge.net/rox_lib.php3).
17 ROX-Filer will come in handy, too.
19 To compress:
21 - Drag the file or directory onto the Archive icon in a ROX-Filer window.
22 - Type in a name for the archive.
23 - Drag the icon back into a filer window to create the archive.
25 To extract an archive:
27 - Drag the compressed file to Archive.
28 - Enter a name for the file or directory to create.
29 - Drag the directory icon into a filer window to extract.
31 You can use ROX-Filer's `Set Run Action...' menu entry to make clicking
32 on a compressed file automatically run Archive on it.
34 The latest version of Archive (and ROX-Filer) is at:
36         http://rox.sourceforge.net
38 The savebox contains a menu of possible actions on the file. Normally, the
39 default is what you want.
42 Conditions
43 ~~~~~~~~~~
44 This program is free software; you can redistribute it and/or modify
45 it under the terms of the GNU General Public License as published by
46 the Free Software Foundation; either version 2 of the License, or
47 (at your option) any later version.
49 This program is distributed in the hope that it will be useful,
50 but WITHOUT ANY WARRANTY; without even the implied warranty of
51 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52 GNU General Public License for more details.
54 You should have received a copy of the GNU General Public License
55 along with this program; if not, write to the Free Software
56 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
58 Please report any bugs to me, <tal197@users.sourceforge.net>