kopia lustrzana https://gitlab.com/sane-project/website
80 wiersze
2.7 KiB
HTML
80 wiersze
2.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<html>
|
|
<head>
|
|
<title>SANE - Standard Version 2</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, standard, 2, sane2, documentation">
|
|
<meta name="description" content="Development of the SANE2 standard">
|
|
<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 - Standard Version 2</h1>
|
|
</center>
|
|
|
|
<p>
|
|
The SANE standard version 2 is currently under 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-standard 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-todo.html">TODO list</a> and some snapshots of
|
|
the standard are available in several formats:
|
|
</p>
|
|
|
|
<ul>
|
|
<li>
|
|
<a href="0.08/">SANE2 standard draft 0.08 as HTML</a> (or <a
|
|
href="0.08/sane2-0.08.tex">tex</a>, <a
|
|
href="0.08/sane2-0.08.dvi">dvi</a>, <a href="0.08/sane2-0.08.ps">ps</a>)
|
|
</li>
|
|
<li>
|
|
<a href="0.07/">SANE2 standard draft 0.07 as HTML</a> (or <a
|
|
href="0.07/sane2-0.07.tex">tex</a>, <a
|
|
href="0.07/sane2-0.07.dvi">dvi</a>, <a href="0.07/sane2-0.07.ps">ps</a>)
|
|
</li>
|
|
<li>
|
|
SANE2 standard draft 0.06 as <a href="0.06/sane2-0.06.tex.gz">tex</a>,
|
|
<a href="0.06/sane2-0.06.dvi.gz">dvi</a>, <a
|
|
href="0.06/sane2-0.06.ps.gz">ps</a>
|
|
</li>
|
|
<li>
|
|
SANE2 standard draft 0.05 as <a href="0.05/sane2-0.05.tex.gz">tex</a>,
|
|
<a href="0.05/sane2-0.05.dvi.gz">dvi</a>, <a
|
|
href="0.05/sane2-0.05.ps.gz">ps</a>
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
<hr>
|
|
|
|
<p>
|
|
<a href="/docs.html">Documentation page</a><br>
|
|
<a href="/">SANE homepage</a>
|
|
</p>
|
|
<p>
|
|
<font size="-1">$Date$ $Author$</font>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|