kopia lustrzana https://gitlab.com/sane-project/website
				
				
				
			
		
			
				
	
	
		
			148 wiersze
		
	
	
		
			4.8 KiB
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			148 wiersze
		
	
	
		
			4.8 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>
 | |
| 	Trouble with SANE and USB scanners when updating from Linux 2.4 to 2.6?
 | |
| 	Read <a href="README.linux">README.linux</a>.
 | |
|       </li>
 | |
|       <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 Documentation</h2>
 | |
| 
 | |
|     <h3>SANE Standard 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><a href="sane2/">SANE Standard Version 2.0 (development)</a></h3>
 | |
|     
 | |
|       
 | |
|     <h3>Miscellaneous Documentation for SANE Programmers</h3>
 | |
|     <p>
 | |
|       The following documentation is for developers who intend to include their backends/frontend in
 | |
|       the SANE distribution or want to use the framework of the SANE distribution.
 | |
|     </p>
 | |
| 
 | |
|     <ul>
 | |
|       <li>
 | |
| 	The <a href="contrib.html">page about contributing to SANE</a> contains some basic
 | |
| 	information on how to start writing a backend.
 | |
|       </li>
 | |
|       <li>
 | |
| 	The sane-backends distribution comes with a file <a
 | |
| 	href="backend-writing.txt">doc/backend-writing.txt</a> which contains a lot of hints on
 | |
| 	how to write a backend.
 | |
|       </li>
 | |
|       <li>
 | |
| 	The <a href="sanei/">sanei functions</a> should be used by backend programmers whenever
 | |
| 	possible. They contain code for hardware and file access and lots of little helper
 | |
| 	functions.
 | |
|       </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>
 |