move eet to HEAD
[profile/ivi/eet.git] / debian / eet.1
1 .\"                                      Hey, EMACS: -*- nroff -*-
2 .TH EET 1 "oktober  3, 2002"
3 .SH NAME
4 eet \- program for editing eet files
5 .SH SYNOPSIS
6 .B eet
7 -l in_file
8 .br
9 .B eet
10 -d in_file
11 .br
12 .B eet
13 -c out_file [-nz glob [-nz glob ...]] dir_file1 [dir_file2 ...]
14 .SH DESCRIPTION
15 This manual page documents briefly the
16 .B eet
17 command.
18 This manual page was written for the Debian distribution
19 because the original program does not have a manual page.
20 .PP
21 .B eet
22 is a program for viewing, unpacking and adding files to eet files, which are
23 containers for optionally compressed data, allowing for fast random-access
24 reading. These files are mostly used by the enlightenment project. See
25 .B www.enlightenment.org
26 for more details about this project.
27 .SH OPTIONS
28 .TP
29 .B \-l in_file
30 List the contents of an eet file
31 .TP
32 .B \-d in_file
33 Unpack an eet file
34 .TP
35 .B \-c out_file
36 Create an eet file
37 .TP
38 .B \-nz match
39 Store files matching match glob uncompressed
40 .SH SEE ALSO
41 .BR eet-config (1).
42 .PP
43 For more information, have a look at the sources of libeet. To get them, have
44 a look at the website
45 .B www.enlightenment.org
46 or execute the following commands:
47 .TP
48 .B export CVSROOT=:pserver:anonymous@cvs.enlightenment.sourceforge.net:/cvsroot/enlightenment
49 If this is command is broken among multiple lines because your terminal is not
50 as wide as the command, please don't include the minus sign into the command.
51 .TP
52 .B cvs login
53 Just hit enter if it asks about a password for anonymous.
54 .TP
55 .B cvs co -r SPLIT e17/libs/eet
56 This command should create the directory e17/libs/eet, containing the latest
57 sources of eet.
58 .SH AUTHOR
59 This manual page was written by Sytse Wielinga
60 <s.b.wielinga@student.utwente.nl> for the Debian GNU/Linux system (but may be
61 used by others).