Reorganized a bit to show all modules.

merge-requests/1/head
Henning Geinitz 2004-08-08 17:29:26 +00:00
rodzic eebe0fabdd
commit 68c2b0ea22
1 zmienionych plików z 25 dodań i 7 usunięć

Wyświetl plik

@ -79,14 +79,32 @@
cvs -z3 -d:ext:developername@cvs.alioth.debian.org:/cvsroot/sane co sane-backends
</pre>
<p>
For getting access to SANE frontends, just replace
<em>sane-backends</em> by <em>sane-frontends</em> in the commands
above. To get access to the html pages, use module <em>html</em>. The
HTML pages are automatically updated when any change is done in module
<em>html</em>. Also, the HTML lists of scanners/backends supported by the
CVS version of SANE is automatically created when changing any .desc
file.
Besides <em>sane-backends</em> the CVS server also provides other
modules. To get access to them, just replace <em>sane-backends</em> by one
of these module names:
</p>
<ul>
<li>
<em>sane-frontends</em>
</li>
<li>
<em>experimental</em>: Experimental code (backends, frontends and tools)
that are not ready for inclusion into the distribution.
</li>
<li>
<em>html</em>: Our web pages. Before changing anything, be sure you know
what you do. Ask sane-devel, if in doubt. The HTML pages are
automatically updated when any change is done in module
<em>html</em>. Also, the HTML lists of scanners/backends supported by
the CVS version of SANE is automatically created when changing any .desc
file.
</li>
<li>
<em>CVSROOT</em>: Contains the scripts that automatically create lists
and update our webpage. You should really know what you are doing. If in
doubt, ask sane-devel.
</li>
</ul>
<p>
Make sure that you <strong>really use ssh</strong> to access the CVS