Wiki changes

This commit is contained in:
Vreixo Formoso 2008-02-04 02:49:23 +01:00
parent ffd5727bee
commit 63052532b5
1 changed files with 15 additions and 2 deletions

View File

@ -2,7 +2,8 @@
libisofs is a library to create an ISO-9660 filesystem, and supports extensions like !RockRidge or Joliet. It is also a full featured ISO-9660 editor, allowing you to modify an ISO image or multisession disc, including file addition/removal, change of file names and attributes, etc libisofs is a library to create an ISO-9660 filesystem, and supports extensions like !RockRidge or Joliet. It is also a full featured ISO-9660 editor, allowing you to modify an ISO image or multisession disc, including file addition/removal, change of file names and attributes, etc
The old libisofs has been declarated deprecated and frozen, it won't be maintained anymore. A full refactoring of the design has been done during this last months, and a next generation of the library will be released in the next days. The old libisofs.so.5 has been declarated deprecated and frozen, it will not be be maintained anymore. A full refactoring of the design has been done during the last months, and the next generation libisofs.so.6
of the library will be released in the next days.
== Source Code == == Source Code ==
@ -17,4 +18,16 @@ To report any bug or suggest enhancementes, [http://libburnia-project.org/regist
== Usage tutorial == == Usage tutorial ==
Coming soon... For now check "doc/Tutorial" in the source tree. Coming soon... For now check [http://codebrowse.launchpad.net/~mario-danic/libisofs/mainline/annotate/metalpain2002%40yahoo.es-20080201154704-xqyzc57vki97iv3y?file_id=tutorial-20080127170757-cwmomu7oz9eh7fcz-1 "doc/Tutorial"] in the source tree.
=== Applications ===
Comming soon:
[http://libburnia-project.org/browser/libisoburn/trunk libisoburn]:
emulates ISO 9660 multi-session on overwriteable media, coordinates libisofs and libburn.
[http://libburnia-project.org/browser/libisoburn/trunk/xorriso/xorriso_eng.html?format=raw xorriso]:
creates, loads, manipulates and writes ISO 9660 filesystem images with Rock Ridge extensions.