Updated to current state of development

This commit is contained in:
Thomas Schmitt 2008-02-02 13:29:21 +00:00
parent dbba856f5d
commit 9e1dccb40b
1 changed files with 36 additions and 22 deletions

View File

@ -58,14 +58,14 @@ and to MMC-5 for DVD).
GPL software included:<BR> GPL software included:<BR>
</H2> </H2>
<DL> <DL>
<DT>libburn-0.4.1</DT> <DT>libburn-0.4.3</DT>
<DD>reads and writes data from and to CD and DVD.</DD> <DD>reads and writes data from and to CD and DVD.</DD>
<DD>(founded by Derek Foreman and Ben Jansens, <DD>(founded by Derek Foreman and Ben Jansens,
furthered by team of libburnia-project.org)</DD> furthered by team of libburnia-project.org)</DD>
<DT>libisofs-1.0.0</DT> <DT>libisofs-0.6.1</DT>
<DD>operates ISO 9660 images.</DD> <DD>operates ISO 9660 images.</DD>
<DD>(By Vreixo Formoso from team of libburnia-project.org)</DD> <DD>(By Vreixo Formoso from team of libburnia-project.org)</DD>
<DT>libisoburn-0.0.1</DT> <DT>libisoburn-0.1.0</DT>
<DD>coordinates libburn and libisofs, emulates multi-session where needed.</DD> <DD>coordinates libburn and libisofs, emulates multi-session where needed.</DD>
<DD>(By Vreixo Formoso and Thomas Schmitt <DD>(By Vreixo Formoso and Thomas Schmitt
from team of libburnia-project.org)</DD> from team of libburnia-project.org)</DD>
@ -142,10 +142,10 @@ may accept pathspecs of form target=source as known from program mkisofs.</DT>
<HR> <HR>
<DT>Get info about a particular drive and loaded media:</DT> <DT>Get info about a particular drive and loaded media:</DT>
<DD>$<KBD>&nbsp;xorriso -dev /dev/sr0 -du / -- -toc 2>&amp;1 | less</KBD></DD> <DD>$<KBD>&nbsp;xorriso -indev /dev/sr0 -du / -- -toc 2>&amp;1 | less</KBD></DD>
<DT>Make re-usable media writable again, delete any ISO 9660 image:</DT> <DT>Make re-usable media writable again, delete any ISO 9660 image:</DT>
<DD>$<KBD>&nbsp;xorriso -dev /dev/sr0 -blank fast -eject all</KBD></DD> <DD>$<KBD>&nbsp;xorriso -outdev /dev/sr0 -blank fast -eject all</KBD></DD>
<DT> <DT>
<HR> <HR>
@ -156,7 +156,7 @@ may accept pathspecs of form target=source as known from program mkisofs.</DT>
</KBD></DD> </KBD></DD>
<DT>Check the result:</DT> <DT>Check the result:</DT>
<DD>$<KBD>&nbsp;xorriso -dev /dev/sr0 -du / -- -toc 2>&amp;1 | less</KBD></DD> <DD>$<KBD>&nbsp;xorriso -indev /dev/sr0 -du / -- -toc 2>&amp;1 | less</KBD></DD>
<DT> <DT>
<HR> <HR>
@ -164,7 +164,8 @@ may accept pathspecs of form target=source as known from program mkisofs.</DT>
<DT>Create new ISO-9660 filesystem image, compose content, <DT>Create new ISO-9660 filesystem image, compose content,
adjust permissions to make it publicly read-only, 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.
</DT> </DT>
<DD>$<KBD>&nbsp;xorriso -outdev /dev/sr0 -blank fast -pathspecs on \</KBD></DD> <DD>$<KBD>&nbsp;xorriso -outdev /dev/sr0 -blank fast -pathspecs on \</KBD></DD>
<DD><KBD>&nbsp;&nbsp;-add /sounds=/home/me/sounds \</KBD></DD> <DD><KBD>&nbsp;&nbsp;-add /sounds=/home/me/sounds \</KBD></DD>
@ -175,7 +176,7 @@ write it to media, eject media.
<DD><KBD>&nbsp;&nbsp;-chmod_r a+r,a-w / -- \</KBD></DD> <DD><KBD>&nbsp;&nbsp;-chmod_r a+r,a-w / -- \</KBD></DD>
<DD><KBD>&nbsp;&nbsp;-find / -type d -exec chmod a+x -- \</KBD></DD> <DD><KBD>&nbsp;&nbsp;-find / -type d -exec chmod a+x -- \</KBD></DD>
<DD><KBD>&nbsp;&nbsp;-volid SOUNDS_PICS_2008_01_16 \</KBD></DD> <DD><KBD>&nbsp;&nbsp;-volid SOUNDS_PICS_2008_01_16 \</KBD></DD>
<DD><KBD>&nbsp;&nbsp;-commit -eject all</KBD></DD> <DD><KBD>&nbsp;&nbsp;-commit_eject all</KBD></DD>
<DT> <DT>
<HR> <HR>
@ -194,7 +195,7 @@ Finally write as additional session to media and eject:</DT>
<DD><KBD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /movies=/home/me/prepared_for_dvd/movies -- \</KBD></DD> <DD><KBD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /movies=/home/me/prepared_for_dvd/movies -- \</KBD></DD>
<DD><KBD>&nbsp;&nbsp;-chmod_r go-rwx / -- \</KBD></DD> <DD><KBD>&nbsp;&nbsp;-chmod_r go-rwx / -- \</KBD></DD>
<DD><KBD>&nbsp;&nbsp;-volid SOUNDS_PICS_2008_01_17 \</KBD></DD> <DD><KBD>&nbsp;&nbsp;-volid SOUNDS_PICS_2008_01_17 \</KBD></DD>
<DD><KBD>&nbsp;&nbsp;-commit -eject all</KBD></DD> <DD><KBD>&nbsp;&nbsp;-commit_eject all</KBD></DD>
<DT> <DT>
<HR> <HR>
@ -210,7 +211,7 @@ Important: -indev and -outdev have to be different drives.
<DD>$<KBD>&nbsp;xorriso -indev /dev/dvd \</KBD></DD> <DD>$<KBD>&nbsp;xorriso -indev /dev/dvd \</KBD></DD>
<DD><KBD>&nbsp;&nbsp;-alter_date a +0 / -- \</KBD></DD> <DD><KBD>&nbsp;&nbsp;-alter_date a +0 / -- \</KBD></DD>
<DD><KBD>&nbsp;&nbsp;-outdev /dev/sr0 -blank fast \</KBD></DD> <DD><KBD>&nbsp;&nbsp;-outdev /dev/sr0 -blank fast \</KBD></DD>
<DD><KBD>&nbsp;&nbsp;-commit -eject all</KBD></DD> <DD><KBD>&nbsp;&nbsp;-commit_eject all</KBD></DD>
<DT> <DT>
<HR> <HR>
@ -218,8 +219,8 @@ Important: -indev and -outdev have to be different drives.
<DT>Dialog mode accepts one or more options per line. An option and all its <DT>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 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 run. It will write eventually pending changes to media, if that has not
already been done by -commit.</DT> already been done by a previous -commit.</DT>
<DD>$<KBD>&nbsp;xorriso -dialog on</KBD></DD> <DD>$<KBD>&nbsp;xorriso -dialog on</KBD></DD>
<DD><KBD>enter option and arguments :</KBD></DD> <DD><KBD>enter option and arguments :</KBD></DD>
<DD><KBD><B>-dev /dev/sr0 -pathspecs on</B></KBD></DD> <DD><KBD><B>-dev /dev/sr0 -pathspecs on</B></KBD></DD>
@ -227,12 +228,25 @@ already been done by -commit.</DT>
<DD><KBD><B>-add /sounds=/home/me/prepared_for_dvd/sounds_dummy /movies=/home/me/prepared_for_dvd/movies</B></KBD></DD> <DD><KBD><B>-add /sounds=/home/me/prepared_for_dvd/sounds_dummy /movies=/home/me/prepared_for_dvd/movies</B></KBD></DD>
<DD>Available navigation commands: -cd, -ls, -du, -find</DD> <DD>Available navigation commands: -cd, -ls, -du, -find</DD>
<DD><KBD>enter option and arguments :</KBD></DD> <DD><KBD>enter option and arguments :</KBD></DD>
<DD><KBD><B>-commit -eject all -end</B></KBD></DD> <DD><KBD><B>-commit</B></KBD></DD>
<DD>... perform further commands and finally do:</DD>
<DD><KBD>enter option and arguments :</KBD></DD>
<DD><KBD><B>-end</B></KBD></DD>
<DT> <DT>
<HR> <HR>
</DT> </DT>
<DT>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.</DT>
<DD>$<KBD>&nbsp;xorriso -outdev - ...other.options... | consumer</KBD></DD>
<DT>
<HR>
</DT>
<DT>Get overview of the options:</DT> <DT>Get overview of the options:</DT>
<DD>$<KBD>&nbsp;<A HREF="xorriso_help">xorriso -help</A></KBD></DD> <DD>$<KBD>&nbsp;<A HREF="xorriso_help">xorriso -help</A></KBD></DD>
@ -250,20 +264,20 @@ Testers wanted who are willing to risk some double layer DVD media.
<P> <P>
<DL> <DL>
<DT>Download as source code (see README):</DT> <DT>Download as source code (see README):</DT>
<DD><A HREF="xorriso-0.0.1.tar.gz">xorriso-0.0.1.tar.gz</A> <DD><A HREF="xorriso-0.1.0.tar.gz">xorriso-0.1.0.tar.gz</A>
( KB). ( KB).
</DD> </DD>
<!-- <!--
<DD>&nbsp;</DD> <DD>&nbsp;</DD>
<DT>Download as single x86 binaries (untar and move to /usr/bin/xorriso):</DT> <DT>Download as single x86 binaries (untar and move to /usr/bin/xorriso):</DT>
<DD><A HREF="xorriso_0.0.1.pl00-x86-suse9_0.tar.gz"> <DD><A HREF="xorriso_0.1.0.pl00-x86-suse9_0.tar.gz">
xorriso_0.0.1.pl00-x86-suse9_0.tar.gz</A>, ( KB), xorriso_0.1.0.pl00-x86-suse9_0.tar.gz</A>, ( KB),
<DL> <DL>
<DD>runs on SuSE 9.0 (2.4.21) , SuSE 10.2 (2.6.18.2) and others.</DD> <DD>runs on SuSE 9.0 (2.4.21) , SuSE 10.2 (2.6.18.2) and others.</DD>
</DL> </DL>
<DD><A HREF="xorriso_0.0.1.pl00-x86-suse9_0-static.tar.gz"> <DD><A HREF="xorriso_0.1.0.pl00-x86-suse9_0-static.tar.gz">
xorriso_0.0.1.pl00-x86-suse9_0-static.tar.gz</A>, ( KB), -static compiled, xorriso_0.1.0.pl00-x86-suse9_0-static.tar.gz</A>, ( KB), -static compiled,
<DL> <DL>
<DD>runs on many other systems.</DD> <DD>runs on many other systems.</DD>
--> -->
@ -294,12 +308,12 @@ an <A HREF="http://www.opensource.org/">Open Source</A> approved license</DD>
<HR> <HR>
<P> <P>
Enhancements towards previous stable version xorriso-0.0.1: Enhancements towards previous stable version xorriso-0.1.0:
<UL> <UL>
<LI>none yet</LI> <LI>none yet</LI>
</UL> </UL>
Bug fixes towards xorriso-0.0.1.pl00: Bug fixes towards xorriso-0.1.0.pl00:
<UL> <UL>
<LI>none yet</LI> <LI>none yet</LI>
</UL> </UL>
@ -310,8 +324,8 @@ Bug fixes towards xorriso-0.0.1.pl00:
<P> <P>
<DL> <DL>
<DT><H3>Development snapshot, version 0.0.1 :</H3></DT> <DT><H3>Development snapshot, version 0.1.0 :</H3></DT>
<DD>Enhancements towards stable version 0.0.1.pl00: <DD>Enhancements towards stable version 0.1.0.pl00:
<UL> <UL>
<LI>none yet</LI> <LI>none yet</LI>
</UL> </UL>