Changeset ec3c746
- Timestamp:
- 09/20/2003 02:02:43 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 616ce29
- Parents:
- d4f610c
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rd4f610c rec3c746 10 10 11 11 <itemizedlist> 12 13 <listitem><para>September 20th, 2003 [larry]: updated to sane-1.0.12 and 14 xsane-0.91.</para></listitem> 12 15 13 16 <listitem><para>September 20th, 2003 [bdubbs] : Updated XFree86 instructions -
pst/scanning/sane/sane-desc.xml
rd4f610c rec3c746 8 8 9 9 <sect3><title>Frontends:</title> 10 <para>< userinput>scanimage</userinput> : Command line interface for10 <para><command>scanimage</command> : Command line interface for 11 11 scanning.</para> 12 <para>< userinput>xscanimage</userinput> : Graphical user interface for12 <para><command>xscanimage</command> : Graphical user interface for 13 13 scanning.</para> 14 <para><userinput>gimp-plugin</userinput> : xscanimage as Gimp-plugin.</para> 14 <para><command>gimp-plugin</command> : xscanimage as 15 <application>Gimp</application>-plugin.</para> 15 16 </sect3> 16 17 -
pst/scanning/sane/sane-exp.xml
rd4f610c rec3c746 2 2 <title>Installation command explanations</title> 3 3 4 <para>< userinput>--prefix=/usr</userinput> : All software is going to4 <para><command>--prefix=/usr</command> : All software is going to 5 5 be installed in directories relative to<filename>/usr</filename>.</para> 6 6 -
pst/scanning/sane/sane-inst.xml
rd4f610c rec3c746 1 1 <sect2> 2 <title>Installation of sane</title>2 <title>Installation of <application>sane</application></title> 3 3 4 4 <sect3><title>Preparing your system for scanner access</title> 5 5 <para>To access your scanner, you will probably need the related kernel 6 drivers. A SCSI scanner will need SCSI drivers, a parallel port scanner 7 needs parallel port support (you should use enhanced EPP modes, too) and 8 an USB scanner will need the USB scanner module and a SCSI system for 9 emulation. Be sure that you have got the necessary devices to access the 10 drivers.</para> 6 drivers. A <acronym>SCSI</acronym> scanner will need <acronym>SCSI</acronym> 7 drivers, a parallel port scanner needs parallel port support (you should use 8 enhanced <acronym>EPP</acronym> modes) and an <acronym>USB</acronym> scanner 9 will need the <acronym>USB</acronym> scanner module and a <acronym>SCSI 10 </acronym> system for emulation. Be sure that you have got the necessary 11 devices to access the drivers.</para> 11 12 </sect3> 12 13 13 <sect3><title>Installation of sane-backends</title>14 <sect3><title>Installation of <application>sane</application> backends</title> 14 15 15 <para>Install sane-backends by running the following commands:</para> 16 <para>Install <application>sane</application> backends by running the following 17 commands:</para> 16 18 17 < para><screen><userinput>./configure --prefix=/usr &&19 <screen><userinput><command>./configure --prefix=/usr && 18 20 make && 19 make install</ userinput></screen></para>21 make install</command></userinput></screen> 20 22 21 23 </sect3> 22 24 23 <sect3><title>Installation of sane-frontends</title>25 <sect3><title>Installation of <application>sane</application> frontends</title> 24 26 25 <para>To install sane-frontends, use the following commands:</para> 27 <para>To install <application>sane</application> frontends, use the following 28 commands:</para> 26 29 27 < para><screen><userinput>./configure --prefix=/usr &&30 <screen><userinput><command>./configure --prefix=/usr && 28 31 make && 29 make install</ userinput></screen></para>32 make install</command></userinput></screen> 30 33 31 34 </sect3> -
pst/scanning/sane/sane-intro.xml
rd4f610c rec3c746 1 1 <sect2> 2 <title>Introduction to sane</title>2 <title>Introduction to <application>sane</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&sane-download-http;"/> 5 Download location (FTP): <ulink url="&sane-be-download-ftp;"/> 6 Download location (FTP): <ulink url="&sane-fe-download-ftp;"/> 7 Version used: &sane-version; 8 Package size: &sane-be-size; (Backends), &sane-fe-size; (Frontends) 9 Estimated Disk space required: &sane-be-buildsize; (Backends), &sane-fe-buildsize; (Frontends)</screen> 4 <para><acronym>SANE</acronym> is short an acronym Scanner Access Now Easy. 5 Scanner access, however, is far from easy, since every vendor has own 6 protocols. The only known protocol that should bring some unity into this 7 chaos is the <acronym>TWAIN</acronym> interface, but this is too imprecise to 8 allow a stable scanning framework. Therefore, <acronym>SANE</acronym> comes 9 with its own protocol, so the vendor drivers can't be used.</para> 10 11 <para><acronym>SANE</acronym> is split into backends and frontends. The 12 backends are drivers for the supported scanners. The frontends are user 13 interfaces to access the backends.</para> 10 14 11 <para>SANE is short for Scanner Access Now Easy. Alas, scanner access is 12 not really easy, since every vendor has own protocols. The only known 13 protocol that should bring some unity into this chaos is the TWAIN interface, 14 but this is too imprecise to allow a stable scanning framework. Therefore, 15 SANE comes with its own protocol, so the vendor drivers can't be used.</para> 15 <sect3><title>Package information</title> 16 <itemizedlist spacing='compact'> 17 <listitem><para>Download (HTTP): <ulink 18 url="&sane-download-http;"/></para></listitem> 19 <listitem><para>Download (FTP): <ulink 20 url="&sane-be-download-ftp;"/></para></listitem> 21 <listitem><para>Download (FTP): <ulink 22 url="&sane-fe-download-ftp;"/></para></listitem> 23 <listitem><para>Download size: &sane-be-size; (Backends), &sane-fe-size; 24 (Frontends)</para></listitem> 25 <listitem><para>Estimated Disk space required: 26 &sane-be-buildsize; (Backends), &sane-fe-buildsize; (Frontends)</para></listitem> 27 <listitem><para>Estimated build time: 28 &sane-time;</para></listitem></itemizedlist> 29 </sect3> 30 31 <sect3><title><application>sane</application> dependencies</title> 32 <sect4><title>Optional</title> 33 <para><xref linkend="xfree86"/>, <xref linkend="GTK"/> and <xref 34 linkend="gimp"/></para></sect4> 35 </sect3> 16 36 17 <para>SANE is split into backends and frontends. The backends are drivers18 for the supported scanners. The frontends are user interfaces to access the19 backends.</para>20 21 <screen>SANE will utilize:22 <xref linkend="xfree86"/>, <xref linkend="GTK"/> and <xref linkend="gimp"/></screen>23 37 24 38 </sect2> -
pst/scanning/sane/sane.ent
rd4f610c rec3c746 6 6 <!ENTITY sane-be-buildsize "31 MB"> 7 7 <!ENTITY sane-fe-buildsize "3.1 MB"> 8 <!ENTITY sane-version "1.0. 9">8 <!ENTITY sane-version "1.0.12"> 9 9 <!ENTITY sane-download-http "http://www.mostang.com/sane"> 10 <!ENTITY sane-be-download-ftp "ftp://ftp.mostang.com/pub/sane/sane-backends-1.0.9.tar.gz"> 11 <!ENTITY sane-fe-download-ftp "ftp://ftp.mostang.com/pub/sane/sane-frontends-1.0.9.tar.gz"> 10 <!ENTITY sane-be-download-ftp 11 "ftp://ftp.mostang.com/pub/sane/sane-backends-1.0.12.tar.gz"> 12 <!ENTITY sane-fe-download-ftp 13 "ftp://ftp.mostang.com/pub/sane/sane-frontends-1.0.12.tar.gz"> 12 14 <!ENTITY sane-be-size "2.2 MB"> 13 15 <!ENTITY sane-fe-size "174 kb"> 16 <!ENTITY sane-time ""> -
pst/scanning/xsane/xsane-desc.xml
rd4f610c rec3c746 2 2 <title>Contents</title> 3 3 4 <para>xsane comes with a graphical user interface, and (if gimp 1.2 is 5 available) a gimp plugin with advanced features. Please refer to the 6 documentation for further support.</para> 4 <para><application>xsane</application> comes with a graphical user interface, 5 and (if <xref linkend="gimp"/> is available) a <application>gimp</application> 6 plugin with advanced features. Please refer to the documentation for further 7 support.</para> 7 8 8 9 </sect2> -
pst/scanning/xsane/xsane-exp.xml
rd4f610c rec3c746 2 2 <title>Installation command explanations</title> 3 3 4 <para>< userinput>--prefix=/usr</userinput> : All software is going to4 <para><command>--prefix=/usr</command> : All software is going to 5 5 be installed in directories relative to<filename>/usr</filename>.</para> 6 6 -
pst/scanning/xsane/xsane-inst.xml
rd4f610c rec3c746 1 1 <sect2> 2 <title>Installation of xsane</title>2 <title>Installation of <application>xsane</application></title> 3 3 4 <para>Install xsane by running the following commands:</para> 4 <para>Install <application>xsane</application> by running the following 5 commands:</para> 5 6 6 < para><screen><userinput>./configure --prefix=/usr &&7 <screen><userinput><command>./configure --prefix=/usr && 7 8 make && 8 make install</ userinput></screen></para>9 make install</command></userinput></screen> 9 10 10 11 </sect2> -
pst/scanning/xsane/xsane-intro.xml
rd4f610c rec3c746 1 1 <sect2> 2 <title>Introduction to xsane</title>2 <title>Introduction to <application>xsane</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&xsane-download-http;"/> 5 Download location (FTP): <ulink url="&xsane-download-ftp;"/> 6 Version used: &xsane-version; 7 Package size: &xsane-size; 8 Estimated Disk space required: &xsane-buildsize;</screen> 4 <para><application>xsane</application> is another frontend for 5 <xref linkend="sane"/>. It has additional features to improve the image 6 quality compared to xscanimage.</para> 9 7 10 <para>xsane is another frontend for <xref linkend="sane"/>. It has 11 additional features to improve the image quality compared to 12 xscanimage.</para> 8 <sect3><title>Package information</title> 9 <itemizedlist spacing='compact'> 10 <listitem><para>Download (HTTP): <ulink 11 url="&xsane-download-http;"/></para></listitem> 12 <listitem><para>Download (FTP): <ulink 13 url="&xsane-download-ftp;"/></para></listitem> 14 <listitem><para>Download size: &xsane-size;</para></listitem> 15 <listitem><para>Estimated Disk space required: 16 &xsane-buildsize;</para></listitem> 17 <listitem><para>Estimated build time: 18 &xsane-time;</para></listitem></itemizedlist> 19 </sect3> 20 21 <sect3><title><application>xsane</application> dependencies</title> 22 <sect4><title>Required</title> 23 <para><xref linkend="sane"/>, <xref linkend="xfree86"/>, <xref 24 linkend="libpng"/>, 25 <xref linkend="GTK"/> and <xref linkend="gimp"/></para></sect4> 26 </sect3> 13 27 14 <screen>xsane depends on:15 <xref linkend="sane"/>, <xref linkend="xfree86"/>, <xref linkend="libpng"/>,16 <xref linkend="GTK"/> and <xref linkend="gimp"/></screen>17 28 18 29 </sect2> -
pst/scanning/xsane/xsane.ent
rd4f610c rec3c746 5 5 <!ENTITY xsane-exp SYSTEM "xsane-exp.xml"> 6 6 <!ENTITY xsane-buildsize "16 MB"> 7 <!ENTITY xsane-version "0.9 0">7 <!ENTITY xsane-version "0.91"> 8 8 <!ENTITY xsane-download-http "http://www.xsane.org"> 9 <!ENTITY xsane-download-ftp "ftp://ftp.mostang.com/pub/sane/xsane/xsane-0.9 0.tar.gz">9 <!ENTITY xsane-download-ftp "ftp://ftp.mostang.com/pub/sane/xsane/xsane-0.91.tar.gz"> 10 10 <!ENTITY xsane-size "2.5 MB"> 11 <!ENTITY xsane-time "">
Note:
See TracChangeset
for help on using the changeset viewer.