sane-project-website/docs.html

157 wiersze
5.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>SANE - Documentation</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="author" content="Henning Meier-Geinitz">
<meta name="keywords" content="sane, scanner, documentation, faq, howto,
tutorial, manual page, manpage">
<meta name="description" content="Documentation about SANE">
<link href="mailto:hmg-guest@users.alioth.debian.org" rev="made">
<link href="favicon.ico" type="image/x-icon" rel="icon">
<link href="favicon.ico" type="image/x-icon" rel="shortcut icon">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<center>
<a href="http://www.sane-project.org" target="_top"><img
src="images/sane.png" alt="SANE" height="117" width="346" border="0"></a>
</center>
<center>
<h1>SANE - Documentation</h1>
</center>
<h2>Manual Pages</h2>
<ul>
<li>
<a href="man/sane.7.html">The SANE manual page</a>: An introduction
into SANE and its components
</li>
<li>
<a href="man/sane-find-scanner.1.html">sane-find-scanner</a>: How to
find the device where the scanner is connected
</li>
<li>
The <a href="sane-backends.html">supported scanners page</a> provides
links to the manual pages for the backends (drivers)
</li>
<li>
The <a href="sane-frontends.html">applications (frontends) page</a>
provides links to the manual pages for the frontends
</li>
</ul>
<h2>FAQ, HOWTO, Tutorial, Saned</h2>
<ul>
<li>
<a href="http://www.xs4all.nl/~ljm/SANE-faq.html" target="_top">Frequently Asked Questions
(FAQ)</a>: The SANE FAQ was originally created by Nicolas de Peslouan and is now maintained
by <a href="mailto:ljm@xs4all.nl">ljm Dullaart</a>.
</li>
<li>
<a href="http://tldp.org/HOWTO/Scanner-HOWTO/index.html" target="_top">Scanner HOWTO</a>:
The Scanner HOWTO was written by Howard Shane to document the steps necessary for access and
use of a photographic scanner device on a system running Linux. Despite it's a Linux HOWTO,
most of the contents is useful for other platforms, too.
</li>
<li>
<a href="lj98/">Tutorial: The SANE Scanner Interface</a>: A tutorial on the ideas behind
SANE appeared in Linux Journal Issue 47, March 1998. This is an HTML "reprint" of that
article. Keep in mind that the article is quite old. The basic ideas are still true,
however.
</li>
<li>
<a href="http://www.penguin-breeder.org/sane/saned/" target="_top">Saned, the SANE Network
Scanning Daemon</a>: How to set up the SANE Network Daemon is explained here.
</li>
</ul>
<h2>Programmer's Manual (SANE Standard)</h2>
<h3>Version 1.0 (stable)</h3>
<p>
The document for the SANE API and the network protocol is
available in a number of formats:
</p>
<ul>
<li>
<a href="html/">HTML</a>
</li>
<li>
<a href="sane.ps">PostScript</a>
</li>
</ul>
<h3>Version 2.0 (development)</h3>
<p>
The SANE standard version 2 is currently in development. It shouldn't be
used yet for production software because some important parts are still
missing. Most of the work to update the standard has been done by
Andreas Beck and Oliver Rauch. The discussion takes place on the <a
href="mailing-lists.html">sane-devel mailing list</a>. The standard is
in CVS, see <a href="cvs.html">CVS page</a>. The SANE2 standard is in
branch DEVEL_2_0_BRANCH-1. Use the following command to get this branch:
</p>
<pre>
export CVS_RSH=ssh
cvs -z3 -d:ext:developername@cvs.alioth.debian.org:/cvsroot/sane co -d sane2 -r DEVEL_2_0_BRANCH-1 sane-backends
</pre>
<p>
There is a <a href="sane2/sane2-api-todo.txt">TODO list</a> and some
snapshots of the standard are available in several formats:
</p>
<ul>
<li>
<a href="sane2/0.08/">SANE2 standard draft 0.08 as HTML</a> (or <a href="sane2/0.08/sane2-0.08.tex">tex</a>,
<a href="sane2/0.08/sane2-0.08.dvi">dvi</a>, <a href="sane2/0.08/sane2-0.08.ps">ps</a>)
</li>
<li>
<a href="sane2/0.07/">SANE2 standard draft 0.07 as HTML</a> (or <a href="sane2/0.07/sane2-0.07.tex">tex</a>,
<a href="sane2/0.07/sane2-0.07.dvi">dvi</a>, <a href="sane2/0.07/sane2-0.07.ps">ps</a>)
</li>
<li>
SANE2 standard draft 0.06 as <a href="sane2/0.06/sane2-0.06.tex.gz">tex</a>,
<a href="sane2/0.06/sane2-0.06.dvi.gz">dvi</a>, <a href="sane2/0.06/sane2-0.06.ps.gz">ps</a>
</li>
<li>
SANE2 standard draft 0.05 as <a href="sane2/0.05/sane2-0.05.tex.gz">tex</a>,
<a href="sane2/0.05/sane2-0.05.dvi.gz">dvi</a>, <a href="sane2/0.05/sane2-0.05.ps.gz">ps</a>
</li>
</ul>
<h2>Related Documentation</h2>
<ul>
<li>
<a href="http://www.gtk.org/" target="_top">GTK+</a>: The GTK+ toolkit is used by
the graphical frontends that come with SANE.
</li>
<li>
<a href="http://www.danbbs.dk/~dino/SCSI/SCSI2.html"
target="_top">SCSI-2 draft</a>: This manual is useful to learn about
SCSI in general and also has a section on scanner-related commands. A
<a href="ftp://ftp.t10.org/t10/drafts/s2/s2-r10l.pdf"
target="_top">PDF</a> version is also available.
</li>
<li>
<a href="http://www.umax.de/scan_SDK.htm">UMAX</a> scanner
documentation for developers
</li>
</ul>
<hr>
<p>
<a href="/">SANE homepage</a>
</p>
<p>
<font size="-1">$Date$ $Author$</font>
</p>
</body>
</html>