1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link href="style.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>Dar's Documentation</title>
</head>
<body>
<div class=top>
<img alt="DAR's Documentation" src="dar_s_doc.jpg" style="float:left;">
<h1>Main page for <a href="http://dar.linux.free.fr/">dar</a>'s documentation</h1>
</div>
<div class=page>
<div class=menuleft>
<div class=menuitem>
<a href="index.html">Presentation</a>
</div>
<div class=menuitem>
<a href="from_sources.html">Building dar/libdar</a>
</div>
<div class=menuitem>
<a href="index_dar.html">Dar documentation</a>
</div>
<div class=menuitem>
<a href="index_libdar.html">Libdar documentation</a>
</div>
<div class=menuitemactive>
<a href="index_internal.html">Libdar's internals</a>
</div>
</div>
<div class=mainleft>
<p>
This documentation gives information about libdar internals.
If you want to know more about the way dar is implemented you should find
here all what you need:
</p>
<ul>
<li><a href="Notes.html">dar/libdar internals notes</a></li>
</ul>
<p>
If you have questions that could not find their answers in this document or have suggestions, you are
welcome to drop your questions on the <a href="https://sourceforge.net/projects/dar/lists/dar-support">dar-support</a>
mailing-list.
</p>
</div>
</div>
</body>
</html>
|