diff --git a/libisoburn/trunk/xorriso/xorriso_eng.html b/libisoburn/trunk/xorriso/xorriso_eng.html
index 38cc0197..30df1a67 100644
--- a/libisoburn/trunk/xorriso/xorriso_eng.html
+++ b/libisoburn/trunk/xorriso/xorriso_eng.html
@@ -58,14 +58,14 @@ and to MMC-5 for DVD).
GPL software included:
-- libburn-0.4.1
+- libburn-0.4.3
- reads and writes data from and to CD and DVD.
- (founded by Derek Foreman and Ben Jansens,
furthered by team of libburnia-project.org)
-- libisofs-1.0.0
+- libisofs-0.6.1
- operates ISO 9660 images.
- (By Vreixo Formoso from team of libburnia-project.org)
-- libisoburn-0.0.1
+- libisoburn-0.1.0
- coordinates libburn and libisofs, emulates multi-session where needed.
- (By Vreixo Formoso and Thomas Schmitt
from team of libburnia-project.org)
@@ -142,10 +142,10 @@ may accept pathspecs of form target=source as known from program mkisofs.
- Get info about a particular drive and loaded media:
-- $ xorriso -dev /dev/sr0 -du / -- -toc 2>&1 | less
+- $ xorriso -indev /dev/sr0 -du / -- -toc 2>&1 | less
- Make re-usable media writable again, delete any ISO 9660 image:
-- $ xorriso -dev /dev/sr0 -blank fast -eject all
+- $ xorriso -outdev /dev/sr0 -blank fast -eject all
-
@@ -156,7 +156,7 @@ may accept pathspecs of form target=source as known from program mkisofs.
- Check the result:
-- $ xorriso -dev /dev/sr0 -du / -- -toc 2>&1 | less
+- $ xorriso -indev /dev/sr0 -du / -- -toc 2>&1 | less
-
@@ -164,7 +164,8 @@ may accept pathspecs of form target=source as known from program mkisofs.
- Create new ISO-9660 filesystem image, compose content,
adjust permissions to make it publicly read-only,
-write it to media, eject media.
+write it to media and immediately eject media without
+previously reloading the written image.
- $ xorriso -outdev /dev/sr0 -blank fast -pathspecs on \
- -add /sounds=/home/me/sounds \
@@ -175,7 +176,7 @@ write it to media, eject media.
- -chmod_r a+r,a-w / -- \
- -find / -type d -exec chmod a+x -- \
- -volid SOUNDS_PICS_2008_01_16 \
-- -commit -eject all
+- -commit_eject all
-
@@ -194,7 +195,7 @@ Finally write as additional session to media and eject:
- /movies=/home/me/prepared_for_dvd/movies -- \
- -chmod_r go-rwx / -- \
- -volid SOUNDS_PICS_2008_01_17 \
-- -commit -eject all
+- -commit_eject all
-
@@ -210,7 +211,7 @@ Important: -indev and -outdev have to be different drives.
- $ xorriso -indev /dev/dvd \
- -alter_date a +0 / -- \
- -outdev /dev/sr0 -blank fast \
-- -commit -eject all
+- -commit_eject all
-
@@ -218,8 +219,8 @@ Important: -indev and -outdev have to be different drives.
- Dialog mode accepts one or more options per line. An option and all its
arguments have to be given in one single line. Command -end stops the program
-run. It would write eventually pending changes to media, if that had not
-already been done by -commit.
+run. It will write eventually pending changes to media, if that has not
+already been done by a previous -commit.
- $ xorriso -dialog on
- enter option and arguments :
- -dev /dev/sr0 -pathspecs on
@@ -227,12 +228,25 @@ already been done by -commit.
- -add /sounds=/home/me/prepared_for_dvd/sounds_dummy /movies=/home/me/prepared_for_dvd/movies
- Available navigation commands: -cd, -ls, -du, -find
- enter option and arguments :
-- -commit -eject all -end
+- -commit
+- ... perform further commands and finally do:
+- enter option and arguments :
+- -end
-
+- In batch mode it is possible to operate xorriso in a pipeline
+with an external consumer of the generated ISO image. Any message
+output will be redirected to stderr in this case.
+- $ xorriso -outdev - ...other.options... | consumer
+
+-
+
+
+
+
- Get overview of the options:
- $ xorriso -help
@@ -250,20 +264,20 @@ Testers wanted who are willing to risk some double layer DVD media.
- Download as source code (see README):
-- xorriso-0.0.1.tar.gz
+
- xorriso-0.1.0.tar.gz
( KB).
@@ -294,12 +308,12 @@ an Open Source approved license
-Enhancements towards previous stable version xorriso-0.0.1:
+Enhancements towards previous stable version xorriso-0.1.0:
-Bug fixes towards xorriso-0.0.1.pl00:
+Bug fixes towards xorriso-0.1.0.pl00:
@@ -310,8 +324,8 @@ Bug fixes towards xorriso-0.0.1.pl00:
-Development snapshot, version 0.0.1 :
-- Enhancements towards stable version 0.0.1.pl00:
+
Development snapshot, version 0.1.0 :
+- Enhancements towards stable version 0.1.0.pl00: