You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IPP Everywhere standard defines IPP features that should be supported by a printer (print servers like Gutenberg) for driver-less printing. IPP Everywhere also includes self-certification tools which verify the implementation of these required features.
Task description
(optionally) Try running the self-certification test manually.
Create a script and GitHub Actions workflow for running the self-certification script automatically, create a Docker Compose configuration for this purpose.
Provide a list of issues that need to be fixed and features that need to be implemented for IPP Everywhere compatibility.
After IPP Everywhere is fully implemented, describe the IPP Everywhere compatibility in the README, docs and web app home page.
Consider if the testing scripts can be extended for IPP features not included in the self-certification tests (and not required for IPP Everywhere)
Context
The IPP Everywhere standard defines IPP features that should be supported by a printer (print servers like Gutenberg) for driver-less printing. IPP Everywhere also includes self-certification tools which verify the implementation of these required features.
Task description