Updated README
[simpleburner.git] / README
blobd75fc0e3ef4e0c7a5c214c11b973b6a857b86994
1 DESCRIPTION:
2 Simpleburner - running under the CLI environment to make Your burning CD/DVD's easier.
4 HOMEPAGE:
5 <http://sirmacik.net/simpleburner/>
7 DEPENDENCES:
9     * python>=2.3 - <http://www.python.org>
10     * cdrkit - <http://www.cdrkit.org/> or cdrtools - <http://cdrecord.berlios.de/>
12 INSTALLATION:
13 To get the source of simpleburnerer run:
14     $ git clone git://github.com/sirmacik/simpleburner.git
15 And then install with command:
16     # install -Dm simpleburnerer/simpleburner.py /usr/bin/simpleburner
17 You could also install it with PKGBUILD <http://aur.archlinux.org/packages.php?ID=25672> from AUR
19 OPTIONS:
20     * h, help        - print help message
21     * t, test        - run in test burn mode
22     * b, burn-only   - run without making iso image (‘—name=/full/path/to/image.iso’iso option must be defined)
23     * m, makeiso     - make only iso image (without burn), by default Your iso file will be stored in /tmp
24     * data=s         - set directory willth data to burn (default /tmp/burner)
25     * name=s         - set name of iso file (defaultault cd.iso)
26     * device=s       - set device to use (default /dev/sr0)
27     * speed=s        - set burning speed
29 LINKS:
30 Project site at freshmeat <http://freshmeat.net/projects/simpleburner>