home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / foomatic-db-hpijs / README < prev    next >
Encoding:
Text File  |  2003-05-21  |  3.1 KB  |  120 lines

  1.  
  2. Foomatic Data for the HPIJS Printer Drivers
  3. ===========================================
  4.  
  5. foomatic-db-hpijs
  6. -----------------
  7.  
  8. Release 1.4-1, for HPIJS 1.4
  9.  
  10. Foomatic data for the HP's HPIJS (http://hpinkjet.sourceforge.net)
  11. printer drivers, to be added to the Foomatic database (package
  12. foomatic-db). Supports also the patched versions from
  13. http://www.linuxprinting.org/download/printing/hpijs/.
  14.  
  15.  
  16. Till Kamppeter <till.kamppeter@gmx.net>
  17.  
  18. http://www.linuxprinting.org/
  19.  
  20. This README contains mainly info for developers. See the file USAGE if
  21. you want to know how to use this package.
  22.  
  23.  
  24. Copying
  25. -------
  26.  
  27. This package and also the other Foomatic packages are under the
  28. GPL. See http://www.gnu.org/.
  29.  
  30. If you spot a data error or any other bug, send mail describing the bug to
  31. foomatic-devel@linuxprinting.org
  32.  
  33. General discussion happens in the foomatic-devel forum/list thing at
  34. www.linuxprinting.org.
  35.  
  36.  
  37. Intro
  38. -----
  39.  
  40. This is the stable version of Foomatic. See
  41.  
  42. http://www.linuxprinting.org/contribute.html#programming
  43. http://www.linuxprinting.org/pipermail/foomatic-devel/2002q3/thread.html
  44. http://www.linuxprinting.org/pipermail/foomatic-devel/2002q4/thread.html
  45. http://www.linuxprinting.org/kpfeifle/LinuxKongress2002/Tutorial/IV.Foomatic-Developer/IV.tutorial-handout-foomatic-development.html
  46.  
  47. to know more about its development.
  48.  
  49. Your suggestions, bug reports, patches, ... are welcome on
  50.  
  51. http://www.linuxprinting.org/newsportal/thread.php3?name=linuxprinting.foomatic.devel
  52.  
  53. The Foomatic data generated by this package is also used in our web interface:
  54.  
  55. http://www.linuxprinting.org/
  56.  
  57.  
  58. Programs and important files from this package
  59. ----------------------------------------------
  60.  
  61. configure.in
  62.  
  63.   The source from which GNU autoconf generates the "configure" script
  64.  
  65. acinclude.m4
  66.  
  67.   Additional macros for the "configure" script
  68.  
  69. make_configure
  70.  
  71.   Calls aclocal and autoconf to generate "configure" from "configure.ac" 
  72.   and "acinclude.m4"
  73.  
  74. Makefile.in
  75.  
  76.   The template from which "configure" generates the Makefile
  77.  
  78. install-sh
  79.  
  80.   Helper script for "configure"
  81.  
  82. data-generators/hpijs/hpijs-printermap
  83.  
  84.   List of all printers supported by HPIJS with Foomatic printer ID,
  85.   manufacturer/model ID for HPIJS, compatibility class, and maximum paper
  86.   size
  87.  
  88. data-generators/hpijs/hpijs-generator
  89.  
  90.   Script which makes Foomatic XML files (1 driver, 5 options) with the
  91.   help of data-generators/hpijs/hpijs-printermap. Give the database
  92.   directory as command line argument.
  93.  
  94. data-generators/hpijs/hpijs-remover
  95.  
  96.   Script which removes the  Foomatic XML files for HPIJS. Give the database
  97.   directory as command line argument.
  98.  
  99. data-generators/hpijs-rss/hpijs-rss-generator
  100.  
  101.   As data-generators/hpijs/hpijs-generator, but for the patched HPIJS.
  102.   uses also data-generators/hpijs/hpijs-printermap.
  103.  
  104. data-generators/hpijs-rss/hpijs-rss-remover
  105.  
  106.   As data-generators/hpijs/hpijs-remover, but for the Foomatic data of
  107.   the patched HPIJS.
  108.  
  109.  
  110. Dependencies
  111. ------------
  112.  
  113. This package requires a Perl interpreter and the Foomatic database,
  114. foomatic-db.
  115.  
  116. foomatic-db-engine 3.0.0 or newer is required to handle the data in
  117. this package.
  118.  
  119. See the USAGE file for installation details.
  120.