simpleburner development restarted! I need to refresh python so python is also back
[simpleburner.git] / README
blob56558497bb111d6051704b023bff36ed430798e7
1 COPYING:
2 Copying and distribution of this file, with or without modification,
3 are permitted in any medium without royalty provided the copyright
4 notice and this notice are preserved.  This file is offered as-is,
5 without any warranty.
7 DESCRIPTION:
8 Simpleburner - made to simplyfi CD/DVD burning under CLI.
10 HOMEPAGE:
11 <http://sirmacik.net/simpleburner/>
13 DEPENDENCES:
15     * perl   - <http://www.perl.org>
16     * cdrkit - <http://www.cdrkit.org/> or cdrtools - <http://cdrecord.berlios.de/>
18 INSTALLATION:
19 To get the source of simpleburnerer run:
20     $ git clone git://repo.or.cz/simpleburner.git
21 And then install with command:
22     # install -Dm simpleburner/simpleburner.pl /usr/bin/simpleburner
24 OPTIONS:
25     -h, --help        Displays help message
26     -t, --test        Run in test mode 
27     -b, --burn-only   Run without making iso image
28     -m, --makeiso     Make only iso image
29         --data        Directory with data to burn
30         --name        Path and/or name of iso image (by default ~/cd.iso)
31         --device      Device to use (default /dev/sr0)
32         --speed       Burning speed (by default it will be autodetected)
33         --mode        Burning mode, available options are: TAO (default), DAO, SAO, RAW
35 BUGS:
36 If You've found any bugs or You've any idea how to improve simpleburner, 
37 please report it by sending mail to simpleburner-bugs@googlegroups.com.
39 LINKS:
40 Mailing list: <http://groups.google.com/group/simpleburner-bugs>
41 Project site at freshmeat <http://freshmeat.net/projects/simpleburner>
42 Project site at sourceforge <http://sourceforge.net/projects/simpleburner/>