Add Tutorial and Wiki files to revision control. Initial version.
This commit is contained in:
parent
de338a2603
commit
f1739b4323
35
doc/Tutorial
Normal file
35
doc/Tutorial
Normal file
@ -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 --------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
14
doc/Wiki
Executable file
14
doc/Wiki
Executable file
@ -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 ==
|
||||||
|
|
Loading…
Reference in New Issue
Block a user