From f1739b43231f3f61b070f45cbd5af2f75c11ff71 Mon Sep 17 00:00:00 2001 From: Vreixo Formoso Date: Sun, 27 Jan 2008 18:08:14 +0100 Subject: [PATCH] Add Tutorial and Wiki files to revision control. Initial version. --- doc/Tutorial | 35 +++++++++++++++++++++++++++++++++++ doc/Wiki | 14 ++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 doc/Tutorial create mode 100755 doc/Wiki diff --git a/doc/Tutorial b/doc/Tutorial new file mode 100644 index 0000000..b54d168 --- /dev/null +++ b/doc/Tutorial @@ -0,0 +1,35 @@ +=============================================================================== + LIBISOFS DEVELOPMENT TUTORIAL +=============================================================================== + +Creation date: 2008-Jan-27 +Author: Vreixo Formoso +_______________________________________________________________________________ + +This is a little tutorial of how to use libisofs library for application +development. + +Contents: +--------- + +1. Introduction + 1.1 Library initialization + 1.2 Error reporting +2. Creating an image + 2.1 Image context + 2.2 Image tree manipulation + 2.3 Obtaining a burn_source +3. Image growing and multisession +4. Bootable images +5. Advanced features + + +------------------------------------------------------------------------------- +1. Introduction + + +1.1. Library initialization -------------------------------------------------- + + + + diff --git a/doc/Wiki b/doc/Wiki new file mode 100755 index 0000000..916e44c --- /dev/null +++ b/doc/Wiki @@ -0,0 +1,14 @@ += libisofs = + +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 + +== Next generation of libisofs == + +We have been working last three months in a new version of libisofs. It is in fact a big refactoring of the library, of both its API and design. [TODO] + +Please report any feature you want to have implemented. + +See bug reports in http://libburnia-project.org/report/9 + +== Source Code == +