<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
  <channel>
    <title>OpenPrinting Announcements</title>
    <link>http://forums.linux-foundation.org/list.php?21</link>
    <description><![CDATA[Here we post news about OpenPrinting, like new printers or drivers listed in the database, changes on the web site, new services, ...]]></description>
    <language>EN</language>
    <pubDate>Mon, 16 Aug 2010 04:29:01 -0700</pubDate>
    <lastBuildDate>Mon, 16 Aug 2010 04:29:01 -0700</lastBuildDate>
    <category>OpenPrinting Announcements</category>
    <generator>Phorum 5.1.25</generator>
    <ttl>60</ttl>
    <item>
      <title>Foomatic 4.0.5 Released!</title>
      <link>http://forums.linux-foundation.org/read.php?21,12541,12541#msg-12541</link>
      <author>till</author>
      <description><![CDATA[Foomatic 4.0.5 is released and now available for download.<br />
<br />
This release fixes several bugs which got reported to us in the past 6 months. <br />
<br />
foomatic-rip now errors out on any problem instead of continuing or silently exiting, fixed-size string buffers are enlarged and causes for segmentation faults eliminated, '0' as a placeholder for the custom value in the prototype for a custom option actually works now, custom option settings embedded in PostScript input work now also without the initial comment containing the value, and remainders of the libgs time are removed from the documentation.<br />
<br />
foomatic-db-engine got updated to fit to the newest changes and requirements of the OpenPrinting database on our web server, especially links to signature keys of downloadable packages are now supported, XMLs generated from PPDs do not reference to the removed driver entry &quot;lj5mono&quot; any more, and fixes on the build system and the man pages got done.<br />
<br />
Thanks to everyone who reported bugs to us (or to their distributions) or sent feature requests.<br />
<br />
Have a lot of fun with the new Foomatic release!<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,12541,12541#msg-12541</guid>
      <pubDate>Mon, 16 Aug 2010 04:29:01 -0700</pubDate>
    </item>
    <item>
      <title>Welcome to the new OpenPrinting Web Site!!</title>
      <link>http://forums.linux-foundation.org/read.php?21,11512,11512#msg-11512</link>
      <author>till</author>
      <description><![CDATA[Hi,<br />
<br />
probably the web interface of the pages to browse the OpenPrinting database looked somewhat old-fashioned to you and was perhaps also a little bit slow. This interface got near 10 years old without major changes, During the time we only changed to the corporate identity of the Free Standards Group and later the Linux Foundation. Last year, as we got several server breakdowns due to high traffic we started to work on a new more modern web site, especially backed by a relational database, and to overcome the server break downs I backed the old web interface with the new database last fall.<br />
<br />
But now we got into the second generation with a new shiny interface: Much faster, more beautiful and using latest web UI technologies.<br />
<br />
Besides the new browsing interface which you can use immediately and anonymously, we have improved especially on managing contributions. For contributing a new printer entry (for example your experience with your printer) you have to get a Linux Foundation account and log in. This way we avoid the flooding with spam printers. We are also having soon a moderation facility so that your (constructive) contribution will quickly made an official entry which will be adopted by the Linux distributions through our foomatic-db package.<br />
<br />
We will also allow trusted users/developers/printer manufacturers to contribute printer and driver entries without needing moderator approval.<br />
<br />
We also accept any comments about printers or drivers via the new comment facility on the printer and driver entry pages.<br />
<br />
Please excuse that all old user-contributed printers are not visible any more. We must clean this data from bad entries and import the good ones. This will take some time.<br />
<br />
Note also that we have discontinued the &quot;Execution Details&quot;, the pages which showed the Ghostscript command lines of the drivers. As most users currently use CUPS or at least Foomatic it got uncommon to enter Ghostscript command lines manually. We did not update the script behind this facility anyway and did not see user complaints about it.<br />
<br />
I hope you will enjoy the new site!<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,11512,11512#msg-11512</guid>
      <pubDate>Fri, 19 Feb 2010 13:36:03 -0800</pubDate>
    </item>
    <item>
      <title>Foomatic 4.0.4 Released!</title>
      <link>http://forums.linux-foundation.org/read.php?21,11485,11485#msg-11485</link>
      <author>till</author>
      <description><![CDATA[Foomatic 4.0.4 is released and now available for download.<br />
<br />
This release fixes several bugs and drops the need of libgs (shared library of Ghostscript).<br />
<br />
Most importantly, we have removed the linking of foomatic-rip against the libgs library. It really caused more problems than it had benefits. First, this required users and packagers of Linux distributions to compile Ghostscript with the shared library. This is not very easy and can have negative impact on other software which uses Ghostscript. It also requires the license of foomatic-rip being compatible with the license of libgs which would require us to change the license of foomatic-filters when the license of Ghostscript gets changed. In addition, there were problems with building and packaging foomatic-rip for Mac OS X. These problems should be solved with this release. The libgs has no real advantages in its programming interface (API) as the command line call of Ghostscript has, so we have switched to calling Ghostscript via command line now.<br />
<br />
We also improved the documentation and the comments in the source files to more clearly show that foomatic-filters is published under the GPL v2 and later, to avoid any doubts or  confusions in the future.<br />
<br />
There were also several bugs in foomatic-rip: Insertion of CUPS page logging code for CUPS was not suppressed on the request of the PPD file, the &quot;pdftops&quot; utility of Poppler did not get called correctly when incoming PDF had to be converted to PostScript due to the needs of the driver, settings of numerical options did not get applied correctly, and foomatic-rip could crash when PPDs got treated by the &quot;alignmargins&quot; script.<br />
<br />
Also foomatic-db-engine got several improvements and bug fixes.<br />
<br />
Especially, PPD generation got much faster as we avoid generating a full list of all printer/driver relations whenever a PPD for a given printer/driver pair is generated.<br />
<br />
It is also not required any more that for Foomatic to return a PPD file for a given printer/driver combo that there is an XML file for both the printer and the driver. One XML file (either printer or driver) is enough when this file describes the printer/driver relation.<br />
<br />
The listing of all available PPD files for CUPS (&quot;lpinfo -m&quot;) showed some ready-made PPDs as Foomatic PPDs leading to have duplicate listings. This is fixed now.<br />
<br />
Extra &quot;*cupsFilter&quot; lines in the PPDs for print jobs from Mac OS X are removed again, as they caused problems for some printers.<br />
<br />
If a Foomatic PPD file is for a color printer but with a monochrome-only driver, the device properties in the PPD file are set to monochrome-only, as the PPD file is not only for the printer but for the printer/driver combo.<br />
<br />
The tools to get printer XML files out of PPDs are improved in some points.<br />
<br />
The README file is updated to reflect the most recent changes in the Foomatic XML database format and needs for the OpenPrinting web server.<br />
<br />
Thanks to everyone who reported bugs to us or sent feature requests.<br />
<br />
Have a lot of fun with the new Foomatic release!<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,11485,11485#msg-11485</guid>
      <pubDate>Mon, 15 Feb 2010 07:31:32 -0800</pubDate>
    </item>
    <item>
      <title>Foomatic 4.0.3 Released!</title>
      <link>http://forums.linux-foundation.org/read.php?21,10182,10182#msg-10182</link>
      <author>till</author>
      <description><![CDATA[Foomatic 4.0.3 is released and now available for download.<br />
<br />
This release fixes several bugs and drops the foomatic-db-hpijs package.<br />
<br />
As HPLIP ships CUPS-DDK-generated PPD files for some time and also added a CUPS Raster driver, we have decided to drop the foomatic-db-hpijs package as it is not maintained any more by HP and so the PPDs generated by it got out-of-date. PPDs for non-HP printers used with HPIJS are now generated by foomatic-db, via the driver entries &quot;hpijs-pcl3&quot;, &quot;hpijs-pcl5e&quot;, and &quot;hpijs-pcl5c&quot;. For HP printers the new driver entry &quot;hplip&quot; was introduced to reference to the full HPLIP driver suite. The &quot;hpijs&quot; driver entry got dropped.<br />
<br />
Under the bug fixes are a fix to make foomatic-rip working with LPRng, letting foomatic-rip convert PDF to PostScript with Poppler instead of Ghostscript (if Poppler is installed), fixes on the JCL option handling of foomatic-rip, and fixes in the IEEE-1284 device IDs in the Foomatic-generated PPD files.<br />
<br />
Thanks to everyone who reported the bugs to us.<br />
<br />
Have a lot of fun with the new Foomatic release!<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,10182,10182#msg-10182</guid>
      <pubDate>Tue, 01 Sep 2009 04:00:37 -0700</pubDate>
    </item>
    <item>
      <title>Foomatic 4.0.2 Released!</title>
      <link>http://forums.linux-foundation.org/read.php?21,9708,9708#msg-9708</link>
      <author>till</author>
      <description><![CDATA[Foomatic 4.0.2 is released and now available for download.<br />
<br />
foomatic-filters now supports cups-config to discover which directories CUPS uses for filters and backends. This makes the installation much easier, especially on systems where CUPS is at an unusual location. Fixed also compiler warnings.<br />
<br />
foomatic-db-engine contains various fixes in the PPD file generator. Especially entries for boolean options in the PPD files were generated incorrectly if the setting of the boolean option modifies the renderer command line. Also JCL/PCL option entries were generated incorrectly if the option is under the control of a composite option.<br />
<br />
foomatic-db-engine also listed PPDs for printer/driver combos where there is no driver XML file for the driver. This was leading to entries in printer setup tools for which foomatic-db-engine could not create a PPD file.<br />
<br />
All these problems are solved in the new release. Thanks to everyone who reported the bugs.<br />
<br />
Have a lot of fun with the new Foomatic release!<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,9708,9708#msg-9708</guid>
      <pubDate>Wed, 24 Jun 2009 09:58:15 -0700</pubDate>
    </item>
    <item>
      <title>Foomatic 4.0.1 Released!</title>
      <link>http://forums.linux-foundation.org/read.php?21,9146,9146#msg-9146</link>
      <author>till</author>
      <description><![CDATA[Foomatic 4.0.1 is released and now available for [url=http://www.linuxfoundation.org/en/OpenPrinting/Database/Foomatic]download[/url].<br />
<br />
This is a bug fix release which fixes several bugs leading foomatic-rip to crash. This happened especially with PJL commands and if the incoming job comes from a Windows client.<br />
<br />
In addition, foomatic-rip builds now on Mac OS X and this enables the new Foomatic generation also for this operating system.<br />
<br />
My special thanks go to Lars Uebernickel who made the Mac OS X build working. He also fixed some bugs in the handling of the renderer command line.<br />
<br />
In foomatic-db-engine some small bugs in PPD file generation, especially for CUPS custom options, were fixed and the PPDs enable the integration of foomatic-rip in the PDF printing workflow of Mac OS X.<br />
<br />
Have a lot of fun with the new Foomatic release!<br />
<br />
Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,9146,9146#msg-9146</guid>
      <pubDate>Sun, 19 Apr 2009 11:26:17 -0700</pubDate>
    </item>
    <item>
      <title>Foomatic 4.0.0 Released!</title>
      <link>http://forums.linux-foundation.org/read.php?21,8139,8139#msg-8139</link>
      <author>till</author>
      <description><![CDATA[Foomatic 4.0.0 is released and now available for [url=http://www.linuxfoundation.org/en/OpenPrinting/Database/Foomatic]download[/url]. Most important new feature is that it supports the [url=http://www.linuxfoundation.org/en/OpenPrinting/PDF_as_Standard_Print_Job_Format]PDF printing workflow[/url] (replacing PostScript by PDF as standard print job format).<br />
<br />
It also uses the [url=http://www.cups.org/documentation.php/doc-1.4/spec-ppd.html]CUPS PPD extenstions[/url] for custom options (numerical, string, and password options) so that these options can get fully accessed in graphical user interfaces like the web administration interface of [url=http://www.cups.org/]CUPS[/url] 1.4 or the GTK printing dialog.<br />
<br />
The universal print filter foomatic-rip is now rewritten in C, so that it can directly make use of libraries without needing Perl bindings. This simplifies future development, like adding job ticket support.<br />
<br />
Support for more detailed driver information, to make it easier for users to choose the best driver, either by browsing the OpenPrinting web site or by the local printer setup tool offering drivers from OpenPrinting for automatic download. Also non-free drivers and PPDs are now supported by the database.<br />
<br />
New driver search facility. The OpenPrinting database can be queried with a device ID read from a connected printer and also with incomplete or not absolutely correctly typed manufacturer and model names and it gives the best matches of possible printer models.<br />
<br />
More flexibility in writing XML data files. printer/driver relations can now also be defined in the printer XML files and not only in the driver XMLs.<br />
<br />
See more features in the [url=http://www.openprinting.org/foomatic-db-engine/README]README file of the foomatic-db-engine package[/url].<br />
<br />
My special thanks go to Lars Uebernickel who did most of the work on developing Foomatic 4.0 as an intern at the Linux Foundation, mentored by me.<br />
<br />
Have a lot of fun with the new Foomatic generation!<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,8139,8139#msg-8139</guid>
      <pubDate>Wed, 14 Jan 2009 13:26:44 -0800</pubDate>
    </item>
    <item>
      <title>We have a bug and feature tracking system now!</title>
      <link>http://forums.linux-foundation.org/read.php?21,5702,5702#msg-5702</link>
      <author>till</author>
      <description><![CDATA[Hi,<br />
<br />
OpenPrinting has a Bugzilla-based bug/feature tracking system now. This way we will assure that bug reports and feature requests do not get forgotten under tons of postings on the forum or on mailing lists. In the system all bug reports get registered with priority, state, package they affect, they can get assigned to the developer who is supposed to fix it, ...<br />
<br />
So if you think something is going wrong with Foomatic, the OpenPrinting, database, the web site, or anything else coming from OpenPrinting, please do not post on the forum, nor on any mailing list. Post on our new [url=http://bugs.linux-foundation.org/]bug tracker[/url], under the product &quot;OpenPrinting&quot;. This way your problem will not get forgotten. Please report also feature requests here.<br />
<br />
Please do not report small issues (like typos) on Wiki pages, you can fix them by yourself. Also do not report missing printer models in the database. Please add them via the [url=http://openprinting.org/edit_printer.cgi?newentry=1]printer input form[/url]. We are currently developing a [url=http://code.google.com/soc/2008/linux/appinfo.html?csaid=1897A851CAC216AC]facility to let user-contributed printer entries get more quickly into the Foomatic database[/url].<br />
<br />
See all current open bug reports and feature requests concerning OpenPrinting [url=http://bugs.linux-foundation.org/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=OpenPrinting&amp;component=Common+Printing+Dialog&amp;component=foomatic-db&amp;component=foomatic-db-engine&amp;component=foomatic-filters&amp;component=OpenPrinting+database+maintenance+web+app&amp;component=OpenPrinting+web+site&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailcc2=1&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;remtype=asdefault&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=]here[/url].<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,5702,5702#msg-5702</guid>
      <pubDate>Fri, 16 May 2008 01:42:40 -0700</pubDate>
    </item>
    <item>
      <title>LSB-3.2-based driver packages: Gutenprint 5.0.2 and 5.2.0beta2, SpliX 1.1.1, lm1100, min12xxw, Update or LSB DDK to LSB 3.2, with SANE 1.0.19, CUPS DDK 1.2.3, new macro set, updated HOWTO</title>
      <link>http://forums.linux-foundation.org/read.php?21,5658,5658#msg-5658</link>
      <author>till</author>
      <description><![CDATA[Hi,<br />
<br />
in the beginning of this year the LSB 3.2 got released and the current versions of the major Linux distributions are LSB-3.2 compliant.<br />
<br />
Therefore I have also updated the LSB DDK and the [url=https://www.linux-foundation.org/en/OpenPrinting/WritingAndPackagingPrinterDrivers]documentation/HOWTO[/url]. CUPS, Ghostscript, and foomatic-rip are not part of the LSB DDK anymore as they are now required by the LSB. The LSB DDK consists of an updated macro set, CUPS DDK 1.2.3, and SANE 1.0.19 (final) now.<br />
<br />
Also the currently downloadable driver packages are updated to the LSB 3.2 standard: [url=http://openprinting.org/show_driver.cgi?driver=gutenprint]Gutenprint 5.0.2[/url] and the bleeding edge [url=http://openprinting.org/show_driver.cgi?driver=gutenprint52]5.2.0beta2[/url], [url=http://openprinting.org/show_driver.cgi?driver=splix]SpliX 1.1.1[/url], [url=http://openprinting.org/show_driver.cgi?driver=min12xxw]min12xxw[/url], and [url=http://openprinting.org/show_driver.cgi?driver=lm1100]lm1100[/url].<br />
<br />
Please try it out.<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,5658,5658#msg-5658</guid>
      <pubDate>Fri, 09 May 2008 18:31:19 -0700</pubDate>
    </item>
    <item>
      <title>Google Summer of Code 2008: Improve printing under Linux!</title>
      <link>http://forums.linux-foundation.org/read.php?21,5083,5083#msg-5083</link>
      <author>till</author>
      <description><![CDATA[The Linux Foundation is one of the organizations participating in this year's [url=http://code.google.com/soc/]Google Summer of Code[/url] and OpenPrinting as one of the Linux Foundation's work groups is offering a wide range of interesting student projects:<br />
<br />
* PAPI (Printing Application Programming Interface) integration in CUPS<br />
* JTAPI (Job Ticket Application Programming Interface) implementation<br />
* PDF as the standard print job transfer format: CUPS filters for PDF handling<br />
* Common Printing Dialog: Coding on the dialog designed by OpenUsability, for KDE and/or GNOME<br />
* OpenPrinting database: Web-based (CGI) software for reviewing and triaging user-contributed printer entries and comments<br />
<br />
See descriptions of these projects and also projects offered by other work groups of the Linux Foundation on [url=https://www.linux-foundation.org/en/Google_Summer_of_Code]our project ideas page[/url].<br />
<br />
To apply, please visit the [url=http://code.google.com/soc/]web site of the Google Summer of Code[/url] between March 24 and 31. You get a three-months scolarship of a total of 4500 USD from Google. Note that only students can apply. See more about the conditions and the schedules in the [url=http://code.google.com/opensource/gsoc/2008/faqs.html]Google Summer of Code FAQ[/url].<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,5083,5083#msg-5083</guid>
      <pubDate>Wed, 19 Mar 2008 07:56:18 -0700</pubDate>
    </item>
    <item>
      <title>Our Services are Moving Again!</title>
      <link>http://forums.linux-foundation.org/read.php?21,4846,4846#msg-4846</link>
      <author>till</author>
      <description><![CDATA[Hi,<br />
<br />
the web services of the Linux Foundation are moving to a new data center on Saturday. Note that these leads to some hours of downtime or read-only access to the OpenPrinting facilities during the 24 hours beginning on Saturday March 1, 2008 at 8am Pacific time.<br />
<br />
Sorry for the inconvenience. On Sunday everything should be back to normal again.<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,4846,4846#msg-4846</guid>
      <pubDate>Fri, 29 Feb 2008 13:40:55 -0800</pubDate>
    </item>
    <item>
      <title>New packages in the LSB DDK: CUPS 1.3.0, GPL Ghostscript 8.60, CUPS DDK 1.2.0, SANE 1.0.19, RPM macro set</title>
      <link>http://forums.linux-foundation.org/read.php?21,3090,3090#msg-3090</link>
      <author>till</author>
      <description><![CDATA[In the last days I have updated the components of the [url=http://www.linux-foundation.org/en/OpenPrinting/WritingAndPackagingPrinterDrivers]LSB DDK[/url] to the latest released versions. I hope this fixes possible bugs in the older versions and makes the LSB DDK more reliable.<br />
<br />
I have also updated the [url=http://www.linuxprinting.org/download/printdriver/auxfiles/rpmmacros]LSB DDK RPM macro set[/url] fixing a bug of the path to the CUPS include files not being added to the compiler command lines.<br />
<br />
In addition, I have added SANE to the LSB DDK some weeks ago. This makes it easier to create distribution-independent driver packages of drivers for multi-function devices which include both printer and scanner drivers. Even drivers for stand-alone scanners can now be packaged with the LSB DDK.<br />
<br />
Note that SANE is not part of the LSB, but SANE comes with every distribution and LSB binaries of SANE drivers work with the SANEenvironments of the distributions.<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,3090,3090#msg-3090</guid>
      <pubDate>Mon, 10 Sep 2007 08:40:51 -0700</pubDate>
    </item>
    <item>
      <title>We are Hiring Students/Interns for Implementing the PDF Printing Workflow</title>
      <link>http://forums.linux-foundation.org/read.php?21,2941,2941#msg-2941</link>
      <author>till</author>
      <description><![CDATA[One of the decisions which was made on the OSDL Printing Summit in Atlanta last year and widely accepted by all participants was to switch the standard print job transfer format from PostScript to PDF. This format has many important advantages, especially<br />
<br />
    * PDF is the common platform-independent web format for printable documents<br />
    * Portable<br />
    * Easy post-processing (N-up, booklets, scaling, ...)<br />
    * Easy Color management support<br />
    * Easy High color depth support (&gt; 8bit/channel)<br />
    * Easy Transparency support<br />
    * Smaller files<br />
    * Linux workflow gets closer to Mac OS X <br />
<br />
To turn this into reality work is needed in many components of the printing infrastructure. The japanese team of the OpenPrinting work group has already the needed CUPS filters in [url=http://sourceforge.jp/projects/opfc]their Subversion repositories[/url].<br />
<br />
What is still missing is to make the universal print filter foomatic-rip (most printer drivers are integrated into the printing system with this filter) handling PDF input and to make the built-in printer drivers of Ghostscript also working with other renderers than Ghostscript, like XPDF/Poppler for example.<br />
<br />
These two projects are now open for students or interns. If you like to take one of these challenges, go to the [url=https://www.linux-foundation.org/en/OpenPrinting/Implementation#We_are_hiring_students.2Finterns.21]detailed project description[/url] and/or contact Till Kamppeter (till.kamppeter at gmail.com).<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,2941,2941#msg-2941</guid>
      <pubDate>Wed, 29 Aug 2007 09:08:35 -0700</pubDate>
    </item>
    <item>
      <title>Registration for the forums much easier now!</title>
      <link>http://forums.linux-foundation.org/read.php?21,2596,2596#msg-2596</link>
      <author>till</author>
      <description><![CDATA[After the move to the new server in Oregon we have now central authentication for all our web services. This means that you need only one registration for the Wiki and the forums and you have always only one unique set of login and password.<br />
<br />
If you are not yet registered, you register once for access to all services now and then you will use the same user name and password everywhere. Here is the [url=https://www.linux-foundation.org/users/signup.php]new registration page[/url].<br />
<br />
If you are already registered, you log in as usual, using the same user name and password in forums and Wiki.<br />
<br />
If you want to change the password or your e-mail address, do not use &quot;My Control Center&quot; of the forums or &quot;My preferences&quot; of the Wiki. Use the new &quot;[url=https://www.linux-foundation.org/users/profile.php]Change User Account[/url]&quot; link which you find in the upper right of every Wiki page (after logging in). Note that you need to log in again to access the page, using your usual login and password. For changes specific to forums or Wiki, like screen display options, e-mail notification settings, ..., use &quot;My Control Center&quot; and &quot;My preferences&quot; as before.<br />
<br />
We will soon import the old mailing list postings.<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,2596,2596#msg-2596</guid>
      <pubDate>Tue, 24 Jul 2007 15:25:14 -0700</pubDate>
    </item>
    <item>
      <title>Re: Our Services are Moving to Oregon - Interruptions possible this weekend</title>
      <link>http://forums.linux-foundation.org/read.php?21,2436,2437#msg-2437</link>
      <author>till</author>
      <description><![CDATA[The forums are now reopened for posting again.<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,2436,2437#msg-2437</guid>
      <pubDate>Sun, 08 Jul 2007 10:20:34 -0700</pubDate>
    </item>
    <item>
      <title>Our Services are Moving to Oregon - Interruptions possible this weekend</title>
      <link>http://forums.linux-foundation.org/read.php?21,2436,2436#msg-2436</link>
      <author>till</author>
      <description><![CDATA[Hi,<br />
<br />
this weekend a part of the services of the Linux Foundation are moved to servers at a new collocation in Oregon. This can lead to interruptions in the availability of the forums and the Wiki pages. The OpenPrinting database is not yet moved and should work without interruptions and new printer entries and comments will be accepted all the time.<br />
<br />
Especially the write access to the forums will be interrupted for some time during the weekend.<br />
<br />
Thank you for your comprehension.<br />
<br />
The database will be moved later.<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,2436,2436#msg-2436</guid>
      <pubDate>Fri, 06 Jul 2007 15:10:01 -0700</pubDate>
    </item>
    <item>
      <title>New printers and a new driver: &quot;foo2qpdl&quot; supports Samsung CLP-300, CLP-600, CLX-3160, Xerox Phaser 6110, also KONICA MINOLTA magicolor 2480 MF and Xerox Phaser 6115MFP added.</title>
      <link>http://forums.linux-foundation.org/read.php?21,2347,2347#msg-2347</link>
      <author>till</author>
      <description><![CDATA[Rick Richardson's effort on writing drivers for laser printers (mainly color) with proprietary protocols is continuing. This time he has made the Samsung CLP-300, CLP-600, and CLX-3160 working, printers which are not covered by the SpliX driver. For this he added the new &quot;[url=http://openprinting.org/show_driver.cgi?driver=foo2qpdl]foo2qpdl[/url]&quot; driver to his &quot;foo2...&quot; driver suite. He also added some new models to his &quot;[url=http://openprinting.org/show_driver.cgi?driver=foo2lava]foo2lava[/url]&quot; driver, eliminating some more &quot;Paperweights&quot;.<br />
<br />
Thanks, Rick, for your great work!<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,2347,2347#msg-2347</guid>
      <pubDate>Mon, 25 Jun 2007 16:21:03 -0700</pubDate>
    </item>
    <item>
      <title>CUPS DDK now in the LSB DDK</title>
      <link>http://forums.linux-foundation.org/read.php?21,2287,2287#msg-2287</link>
      <author>till</author>
      <description><![CDATA[I have now added the CUPS DDK to the LSB DDK, as it provides interesting tools for generating and manipulating PPD files. Especially it is capable of generating PPDs from simnple instruction files, generating CUPS multi-language PPDs, merge sets of internationalized PPDs to one multi-language PPD, generate instruction files from PPDs, ...<br />
<br />
But note that the drivers coming with the CUPS DDK are not required by the LSB. So do not make PPDs based on them or ship these drivers (or your customized version) with your package.<br />
<br />
See [url=http://www.linux-foundation.org/en/OpenPrinting/WritingAndPackagingPrinterDrivers]our driver development and packaging HOWTO[/url].<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,2287,2287#msg-2287</guid>
      <pubDate>Mon, 18 Jun 2007 17:55:14 -0700</pubDate>
    </item>
    <item>
      <title>Gutenprint 5.0.1: Distribution-independent packages now available!</title>
      <link>http://forums.linux-foundation.org/read.php?21,2286,2286#msg-2286</link>
      <author>till</author>
      <description><![CDATA[Some days ago [url=http://gutenprint.sourceforge.net]Gutenprint 5.0.1 was released[/url], now I have packaged it as distribution-independent binary package. I have also updated the list of supported printers in the Gutenprint entry of the OpenPrinting database. Now 814 printers are supported by Gutenprint!<br />
<br />
Go to the [url=http://openprinting.org/show_driver.cgi?driver=gutenprint]Gutenprint driver page[/url], check whether your printer is supported via the updated list and download the driver package to get your printer working.<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,2286,2286#msg-2286</guid>
      <pubDate>Mon, 18 Jun 2007 17:38:22 -0700</pubDate>
    </item>
    <item>
      <title>LSB DDK and HOWTO for designing and packaging printer drivers now available!</title>
      <link>http://forums.linux-foundation.org/read.php?21,2115,2115#msg-2115</link>
      <author>till</author>
      <description><![CDATA[Probably you have seen the distribution-independent driver packages which we have provided in the OpenPrinting database for testing. They were creating during the development of the LSB Driver Development Kit (DDK).<br />
<br />
Now the first version of the LSB DDK is completed and available for download, so that everyone interested can easily package his driver (or any other driver, volunteers welcome to get all drivers packaged) to make it available as a distribution-independent binary package.<br />
<br />
This way users can easily install drivers which their distribution does not ship or only in a too old version. No compilers need to be installed and no knowledge about building from source is needed. Also the packages can easily be uninstalled later.<br />
<br />
Also the fully automatic download of these drivers by printer setup tools is supported. As soon as printer setup tools pick up this functionality, printing will &quot;just work&quot; also for printers which are not supported by the distributions.<br />
<br />
Find the instructions on how to create distribution-independent driver packages with all download links for the LSB DDK [url=https://www.linux-foundation.org/en/OpenPrinting/WritingAndPackagingPrinterDrivers]here[/url].<br />
<br />
To printer manufacturers and printer driver developers it is highly recommended to provide their printer drivers in this form to once save packaging and testing effort and support a maximum of distributions and so make it as easy as possible for the user.<br />
<br />
Volunteers welcome! We are grateful for every contributed package.<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,2115,2115#msg-2115</guid>
      <pubDate>Wed, 30 May 2007 08:39:48 -0700</pubDate>
    </item>
    <item>
      <title>53 new models from the Ricoh family and OEMs listed</title>
      <link>http://forums.linux-foundation.org/read.php?21,1634,1634#msg-1634</link>
      <author>Till</author>
      <description><![CDATA[George Liu from Ricoh has added 53 new printer entries to the OpenPrinting database, to have it up-to-date with the newest models from the Ricoh family and OEMs (Gestetner, Infotec, Lanier, NRG, Ricoh, Savin).<br />
<br />
As usual the entries come with PPD files to make use of the full functionality of the PostScript and PCL-XL printers.<br />
<br />
Thanks to George Liu from Ricoh.<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,1634,1634#msg-1634</guid>
      <pubDate>Fri, 20 Apr 2007 15:10:34 -0700</pubDate>
    </item>
    <item>
      <title>Several updates on driver packages: SpliX 1.0.1-1, bug fixes, man pages, installation procedure</title>
      <link>http://forums.linux-foundation.org/read.php?21,1538,1538#msg-1538</link>
      <author>Till</author>
      <description><![CDATA[I did not only build the distribution-independent driver packages for 64-bit PCs, but I also did several other updates.<br />
<br />
At first, [url=http://openprinting.org/show_driver.cgi?driver=splix]SpliX[/url] is now the newest version 1.0.1-1 which adds a workaround for a firmware bug in the Samsung ML-2010.<br />
<br />
In all driver packages I have fixed a bug of an infinite link loop being generated when updating the packages. This made CUPS hanging when looking for available PPD files/drivers (&quot;lpinfo -m&quot;, model selection step in most printer setup tools).<br />
<br />
Some driver packages contain man pages. These were not found by the system because they were installed in a subdirectory of /opt (as all other files of the package). Now the package adds the appropriate directory to the man page search path, so that on the next login the man pages get available.<br />
<br />
The [url=http://www.linux-foundation.org/en/OpenPrinting/Database/DriverPackages]installation procedure[/url] is somewhat simpler now, as we require for all driver packages to link their PPD file directories to /usr/share/ppd, independent where the package installs its files. So less directories and links need to be created for being able to use the driver packages (on Ubuntu they work out-of-the-box).<br />
<br />
Please test and report your success and problems with the new versions of the driver packages on our [url=http://forums.openprinting.org/]forums[/url].<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,1538,1538#msg-1538</guid>
      <pubDate>Thu, 12 Apr 2007 14:57:16 -0700</pubDate>
    </item>
    <item>
      <title>First distribution-independent driver packages for 64-bit PCs available</title>
      <link>http://forums.linux-foundation.org/read.php?21,1537,1537#msg-1537</link>
      <author>Till</author>
      <description><![CDATA[Today I have uploaded the first distribution-independent, binary driver packages for 64-bit Intel and AMD platforms. The drivers are the ones for which I have already supplied 32-bit packages: [url=http://openprinting.org/show_driver.cgi?driver=splix]SpliX[/url], [url=http://openprinting.org/show_driver.cgi?driver=min12xxw]min12xxw[/url], and [url=http://openprinting.org/show_driver.cgi?driver=gutenprint]Gutenprint[/url].<br />
<br />
The driver package you get by following the links above. The [url=http://www.linux-foundation.org/en/OpenPrinting/Database/DriverPackages]installation procedure[/url] is the same as for the 32-bit packages.<br />
<br />
Please test and report your success and problems on our [url=http://forums.openprinting.org/]forums[/url].<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,1537,1537#msg-1537</guid>
      <pubDate>Thu, 12 Apr 2007 14:41:56 -0700</pubDate>
    </item>
    <item>
      <title>Distribution-independent driver package of Gutenprint is now available</title>
      <link>http://forums.linux-foundation.org/read.php?21,1401,1401#msg-1401</link>
      <author>Till</author>
      <description><![CDATA[Do you have a recent Epson or Canon inkjet or dye sublimation printer which is not supported by the Gutenprint packages coming with your distribution? There are no updates available for your distribution?  No problem, we have now a distribution-independent package of the latest release of Gutenprint, release 5.0.0.99.1, release candidate for the upcoming 5.0.1 release.<br />
<br />
This version supports many new printers, has improvements in the Canon support and borderless printing works on most Epson inkjets now. See release notes below.<br />
<br />
Go to the [url=http://openprinting.org/show_driver.cgi?driver=gutenprint]Gutenprint driver page[/url] and click the download link there. Follow [url=http://www.linux-foundation.org/en/OpenPrinting/Database/DriverPackages]these instructions[/url] to install the package. Perhaps you will need to uninstall the Gutenprint packages of your distribution before.<br />
<br />
Note that this package does not contain the GIMP plug-in and the IJS driver.<br />
<br />
   Till<br />
<br />
OpenPrinting Manager<br />
OpenPrinting (linuxprinting.org) Forum and web site administrator<br />
<br />
------------------------------------------------------------------------------<br />
 1) New printers supported in this release:<br />
<br />
     * Dye sublimation printers:<br />
<br />
       Canon CP-10<br />
       Fujifilm FinePix NX-500<br />
       Kodak Easyshare Printer<br />
       Olympus P-S100<br />
       Sony DPP-EX5<br />
       Sony UP-DR100<br />
<br />
     * Canon inkjet printers:<br />
<br />
       The support for these printers is under development, and there<br />
       are known issues with these printers.  Please check with the<br />
       mailing list (gimp-print-devel@lists.sourceforge.net) if you<br />
       have any questions.<br />
<br />
       Canon PIXMA iP2000<br />
       Canon PIXMA iP3000<br />
       Canon PIXMA iP3100<br />
       Canon PIXMA iP4100<br />
       Canon PIXMA iP4200<br />
       Canon PIXMA iP4300<br />
       Canon PIXMA iP5000<br />
       Canon PIXMA iP5200<br />
       Canon PIXMA iP6700<br />
       Canon MULTIPASS MP150<br />
       Canon MULTIPASS MP500<br />
       Canon MULTIPASS MP700<br />
       Canon MULTIPASS MP730<br />
       Canon MULTIPASS MP750<br />
       Canon MULTIPASS MP760<br />
       Canon MULTIPASS MP770<br />
       Canon MULTIPASS MP780<br />
       Canon MULTIPASS MP790<br />
       Canon MULTIPASS MP830<br />
       Canon PIXUS iP3100<br />
       Canon PIXUS iP4100<br />
       Canon i560<br />
       Canon i850<br />
       Canon i860<br />
       Canon i865<br />
<br />
     * Epson inkjet printers:<br />
<br />
       Epson Stylus CX5000<br />
       Epson Stylus CX5000F<br />
       Epson Stylus CX6000<br />
       Epson Stylus CX7000F<br />
<br />
     * Lexmark inkjet and compatible printers:<br />
<br />
       Compaq IJ1200<br />
       Lexmark X73<br />
<br />
     * PCL laser printers (monochrome only):<br />
<br />
       Lexmark Optra E220<br />
       Xerox WorkCentre M118<br />
<br />
  2) CUPS 1.2 is now supported using on-the-fly PPD file generation.<br />
     In addition, the resolution names are all compliant with the PPD<br />
     specification.  cups-genppdupdate correctly updates on-the-fly<br />
     PPD files.<br />
<br />
  3) The native CUPS driver offers a new Shrink Page If Necessary to<br />
     Fit Borders option, enabling the user to choose how to fit the<br />
     output to the imageable area of the page.  This is useful when a<br />
     printer offers a choice of imageable areas, typically normal<br />
     (which has margins) and full bleed (which allows printing to the<br />
     edge of the paper, or even beyond).  The following options are<br />
     available:<br />
<br />
     * Shrink (default): the output is shrunk if necessary to fit the<br />
       imageable area of the page.  If a printer is capable of<br />
       borderless operation but normal margins are selected, the<br />
       output will be shrunk.  This will print the entire page<br />
       (nothing will be lost), but will not preserve the dimensions of<br />
       the printout.  For example, a line intended to be 10 cm long<br />
       may print smaller than that.<br />
<br />
     * Crop: the output is cropped if necessary to fit the imageable<br />
       area of the page.  The dimensions of the page will be preserved<br />
       (a line intended to be 10 cm long will print out exactly 10<br />
       cm), but the edges of the output may be truncated (cropped).<br />
<br />
     * Expand: the output is expanded to fit the maximum possible<br />
       imageable area of the page.  When selected on printers capable<br />
       of full bleed output, in conjunction with any other necessary<br />
       options, the output will be expanded to match the maximum page<br />
       dimension.  The dimensions of the page will be expanded if<br />
       necessary beyond the page size; a line intended to be 10 cm<br />
       long may print longer than that.<br />
<br />
     This option has no effect on printers not capable of full bleed<br />
     or other expanded margins.  It also has no effect when printing<br />
     to CD's or the like.<br />
<br />
  4) Support for the GIMP 1.2 has been removed.<br />
<br />
  5) Epson inkjet printers now correctly support borderless printing.<br />
     In addition, printing at the top and bottom of the page has been<br />
     improved on printers that support borderless printing, although<br />
     this is still not perfect in all cases.<br />
<br />
     Certain printers (in particular the C/D8x and C6x series) do not<br />
     print correctly to the bottom of the page with all colors.  This<br />
     problem is understood, but we do not know when a fix will be<br />
     available.<br />
<br />
  6) The list of resolutions supported on newer Epson printers has<br />
     been changed; resolutions of 5760x1440, 2880x2880, and 5760x2880<br />
     (as appropriate) have been added, replacing various 1440x2880<br />
     enhanced resolutions.<br />
<br />
  7) The output for the Canon PIXMA printers has been improved.<br />
<br />
  8) The Canon driver now supports DuplexNoTumble for the PIXMA<br />
     iP4000.<br />
<br />
  9) Roll printing now works correctly on the Epson Stylus Photo<br />
     R800.]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,1401,1401#msg-1401</guid>
      <pubDate>Fri, 30 Mar 2007 09:13:01 -0700</pubDate>
    </item>
    <item>
      <title>Interface for printer setup tools to query the database and to find driver packages is available now</title>
      <link>http://forums.linux-foundation.org/read.php?21,1134,1134#msg-1134</link>
      <author>Till</author>
      <description><![CDATA[As already announced [url=http://forums.freestandards.org/read.php?21,845]earlier[/url] we start to provide distribution-independent driver packages. As we want to make it even possible for printer setup tools to automatically find, download, and install drivers from OpenPrinting, an interface for the tools to access the database is needed.<br />
<br />
I have now implemented such an interface. See [url=http://www.linux-foundation.org/en/OpenPrinting/Database/Query]these instructions[/url] about how it is used. The interface works by calling special URLs describibg your requests. It provides printer and driver data, including paths to download the packages and package version information. Examples for typical use cases are provided on the instructions page.<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,1134,1134#msg-1134</guid>
      <pubDate>Wed, 07 Mar 2007 13:26:41 -0800</pubDate>
    </item>
    <item>
      <title>New info boxes with more information on the driver pages</title>
      <link>http://forums.linux-foundation.org/read.php?21,1033,1033#msg-1033</link>
      <author>Till</author>
      <description><![CDATA[To make it easier to find the right driver for ones personal printing needs, but also taking into account citeria like license, or whether the driver cones from the printer's manufacturer we have added more data to the driver entries and display them on the driver pages. This data you find in a compact info box at the beginning of the page. There you find now supplier, license, max. resolution, driver type, and ratings which show how well the different printing tasks are supported with this driver.<br />
<br />
If there is a distribution-independent driver package for downloading, you find the appropriate links in the info box, too.<br />
<br />
In addition, all this data is also provided in a machine-readable form, not only in the XML files of the Foomatic database, but also in the generated PPDs (lines starting with &quot;*driver...&quot;) and in the PPD listing which CUPS produces with &quot;lpinfo -l -m&quot; if you have installed the newest snapshots of the Foomatic packages and CUPS 1.2. This way also printer setup tools can make use of this information.<br />
<br />
Unfortunately, the database is not completely populated with this data yet, so there are only a few drivers with this extra info. Try &quot;[url=http://openprinting.org/show_driver.cgi?driver=splix]splix[/url]&quot;, &quot;[url=http://openprinting.org/show_driver.cgi?driver=hpijs]hpijs[/url]&quot;, &quot;[url=http://openprinting.org/show_driver.cgi?driver=ljet4]ljet4[/url]&quot;, and &quot;[url=http://openprinting.org/show_driver.cgi?driver=min12xxw]min12xxw[/url]&quot;.<br />
<br />
Enjoy the new driver pages!<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,1033,1033#msg-1033</guid>
      <pubDate>Fri, 23 Feb 2007 17:53:24 -0800</pubDate>
    </item>
    <item>
      <title>First distribution-independent printer driver packages are available now</title>
      <link>http://forums.linux-foundation.org/read.php?21,845,845#msg-845</link>
      <author>Till</author>
      <description><![CDATA[To make installing printer drivers not provided by the Linux distributions easier for users, and to make providing printer drivers easier for the printer manufacturers, we have introduced a new concept of distribution-independent printer driver packages.<br />
<br />
The packages are based on the LSB 3.1, so they will work on all Linux distributions which are LSB-3.1 compliant (current Red Hat/Fedora, Novell/SuSE, Ubuntu, Mandriva, ...). After doing some simple preparative steps on your system, you can easily install printer drivers from the OpenPrinting site at any time and so you get your printer working with the latest drivers without needing to wait for your distribution to include the driver. Future plans are that the distribution's printer setup tools automatically look for driver packages at OpenPrinting and download and install them if needed.<br />
<br />
To start the new service I have created packages of the [url=http://openprinting.org/show_driver.cgi?driver=splix]SpliX[/url] driver (current Samsung grayscale and color laser printers) and of the [url=http://openprinting.org/show_driver.cgi?driver=min12xxw]min12xxw[/url] driver (Minolta's PagePro &quot;W&quot; series). I have tested them on Ubuntu Feisty and Fedora Core 6, please test and report on the [url=http://forums.openprinting.org/]forums[/url].<br />
<br />
Instructions for how to prepare your system and how to install the driver packages you find [url=http://www.linux-foundation.org/en/OpenPrinting/Database/DriverPackages]here[/url].<br />
<br />
A driver development and packaging HOWTO for developers I will post later.<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,845,845#msg-845</guid>
      <pubDate>Wed, 07 Feb 2007 14:07:25 -0800</pubDate>
    </item>
    <item>
      <title>New printer drivers: &quot;foo2xqx&quot; and &quot;foo2lava&quot;</title>
      <link>http://forums.linux-foundation.org/read.php?21,615,615#msg-615</link>
      <author>Till</author>
      <description><![CDATA[Rick Richardson, author of the &quot;foo2zjs&quot; and &quot;foo2hp&quot; drivers introduced new drivers for two other proprietary printing protocols: &quot;[url=http://openprinting.org/show_driver.cgi?driver=foo2xqx]foo2xqx[/url]&quot; for HP's XQX protocol in the [url=http://openprinting.org/show_printer.cgi?recnum=HP-LaserJet_M1005_MFP]HP LaserJet M1005 MFP[/url] and &quot;[url=http://openprinting.org/show_driver.cgi?driver=foo2lava]foo2lava[/url]&quot; for the Zenographics Lavaflow protocol used in the [url=http://openprinting.org/show_printer.cgi?recnum=KonicaMinolta-magicolor_2490_MF]KONICA MINOLTA magicolor 2490 MF[/url] and in the [url=http://openprinting.org/show_printer.cgi?recnum=KonicaMinolta-magicolor_2530_DL]KONICA MINOLTA magicolor 2530 DL[/url].<br />
<br />
Thanks to Rick Richardson for this great work, eliminating three other paperweights.<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,615,615#msg-615</guid>
      <pubDate>Wed, 17 Jan 2007 11:23:29 -0800</pubDate>
    </item>
    <item>
      <title>Same quality as under Windows with HP Color LaserJet 35xx/36xx printers</title>
      <link>http://forums.linux-foundation.org/read.php?21,515,515#msg-515</link>
      <author>Till</author>
      <description><![CDATA[The HP LaserJet [url=http://openprinting.org/show_printer.cgi?recnum=HP-Color_LaserJet_3500]3500[/url], [url=http://openprinting.org/show_printer.cgi?recnum=HP-Color_LaserJet_3550]3550[/url], and [url=http://openprinting.org/show_printer.cgi?recnum=HP-Color_LaserJet_3600]3600[/url] are suppoted by HP's HPIJS/HPLIP drivers, but only with their lowest print quality. Hin-Tak Leung, author of the drivers for the Epson EPL &quot;L&quot; series has now released his driver [url=http://openprinting.org/show_driver.cgi?driver=pxljr]PXLJR[/url] under the GPL, so that it will now make its way into the Linux distributions. This driver supports all quality modes which are available under Windows, three for color and three for grayscale.<br />
<br />
This driver is now the recommended driver for these printers and the printer's ratings are now raised from &quot;Mostly&quot; to &quot;Perfectly&quot; working.<br />
<br />
   Till]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,515,515#msg-515</guid>
      <pubDate>Sun, 07 Jan 2007 14:50:38 -0800</pubDate>
    </item>
    <item>
      <title>17 new printer entries added for new models from the Ricoh family and OEM</title>
      <link>http://forums.linux-foundation.org/read.php?21,506,506#msg-506</link>
      <author>Till</author>
      <description><![CDATA[The following new printer models from the Ricoh family and OEM are now added to the database:<br />
<br />
[code]<br />
- Gestetner MPC3500 DSc535<br />
- Gestetner MPC4500 DSc545<br />
- Gestetner P7245<br />
- Infotec ISC 3535<br />
- Infotec ISC 4045<br />
- Lanier LP145n SP 8100DN<br />
- Lanier MP C3500 LD435c<br />
- Lanier MP C4500 LD445c<br />
- NRG MP C3500<br />
- NRG MP C4500<br />
- NRG SP 8100DN<br />
- Ricoh Aficio MP C3500<br />
- Ricoh Aficio MP C4500<br />
- Ricoh Aficio SP 8100DN<br />
- Savin C3535<br />
- Savin C4540<br />
- Savin MLP145<br />
[/code]<br />
<br />
Thanks to George Liu from Ricoh for adding these printers.]]></description>
      <category>OpenPrinting Announcements</category>
      <guid isPermaLink="true">http://forums.linux-foundation.org/read.php?21,506,506#msg-506</guid>
      <pubDate>Sat, 06 Jan 2007 10:33:20 -0800</pubDate>
    </item>
  </channel>
</rss>
