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,
8 Simpleburner - made to simplyfi CD/DVD burning under CLI.
11 <http://sirmacik.net/simpleburner/>
15 * perl - <http://www.perl.org>
16 * cdrkit - <http://www.cdrkit.org/> or cdrtools - <http://cdrecord.berlios.de/>
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
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
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.
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/>