Added documentation page from mostang.com. Added links to the new SANE standard

drafts and the scanner howto. Formatting updates.
merge-requests/1/head
Henning Geinitz 2003-09-23 16:54:43 +00:00
rodzic 1fa4d8cfd4
commit 7142b92007
2 zmienionych plików z 167 dodań i 1 usunięć

166
docs.html 100644
Wyświetl plik

@ -0,0 +1,166 @@
<!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>
<h3><a href="http://www.xs4all.nl/~ljm/SANE-faq.html"
target="_top">Frequently Asked Questions (FAQ)</a></h3>
<p>
The <a href="http://www.xs4all.nl/~ljm/SANE-faq.html" target="_top">SANE
FAQ</a> was originally created by Nicolas de Peslouan and is now
maintained by <a href="mailto:ljm@xs4all.nl">ljm Dullaart</a>.
</p>
<h3><a href="http://tldp.org/HOWTO/Scanner-HOWTO/index.html"
target="_top">Scanner HOWTO</a></h3>
<p>
The <a href="http://tldp.org/HOWTO/Scanner-HOWTO/index.html"
target="_top">Scanner HOWTO</a> 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 usful for other platforms, too.
</p>
<h3><a href="lj98/">Tutorial: The SANE Scanner Interface</a></h3>
<p>
A <a href="lj98/">tutorial on the ideas behind SANE</a> appeared in
Linux Journal Issue 47, March 1998. This is an HTML "reprint" of that article.
</p>
<h3><a href="http://www.penguin-breeder.org/sane/saned/"
target="_top">Saned, the SANE Network Scanning Daemon</a></h3>
<p>
How to set up the <a href="http://www.penguin-breeder.org/sane/saned/"
target="_top">SANE Network Daemon</a> is explained here.
</p>
<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="mialing-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">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>

Wyświetl plik

@ -93,7 +93,7 @@
<h2> <a href="intro.html">Introduction</a></h2>
<h2> <a href="sane-supported-devices.html">Supported devices</a></h2>
<h2> <a href="sane-frontends.html">Applications (frontends)</a></h2>
<!-- <h2> <a href="docs.html">Documentation</a></h2>-->
<h2> <a href="docs.html">Documentation</a></h2>
<h2> <a href="mailing-lists.html">Mailing Lists and IRC Channel</a></h2>
<h2> <a href="bugs.html">Reporting Bugs</a></h2>
<h2> <a href="source.html">Download</a></h2>