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 54 55 56 57 58 59 60 61 62 63 64 65 66
|
<!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=menuitemactive>
<a href="index_libdar.html">Libdar documentation</a>
</div>
<div class=menuitem>
<a href="index_internal.html">Libdar's internals</a>
</div>
</div>
<div class=mainleft>
<p>
Libdar, the library that powers the <i>dar</i> command-line tool as well as
<a href="presentation.html#external_tools">several other softwares</a>
has its own documentation. All features available from <i>dar</i> are available
thanks to <i>libdar</i>'s API which is fully documented, including samples and tutorial.
</p>
<p>
The API exists today for C++ and Python3 languages.
</p>
<ul>
<li>The <a href="api_tutorial.html">API tutorial</a> for C++ programming</li>
<li>Dar command-line source code for API usage illustration</li>
<li>The libdar's <a href="python/libdar_test.py">python binding tutorial</a>
based on examples of use. It follows steps of the C++
<i>API Tutorial</i> but using the equivalent
Python classes.
</li>
<li>The <a href="man/index.html">API reference documentation</a>
can be referred to by both C++ and Python developpers.
</li>
<li>
The <a href="https://lists.sourceforge.net/lists/listinfo/dar-libdar_api">libdar-api</a> mailing-list
if you want support on the API or Python binding usage.
</li>
</ul>
</div>
</div>
</body>
</html>
|