{"id":20055088,"url":"https://github.com/pretix/cups-fgl-printers","last_synced_at":"2026-04-04T13:02:55.742Z","repository":{"id":37785611,"uuid":"118254244","full_name":"pretix/cups-fgl-printers","owner":"pretix","description":"CUPS driver for FGL-based ticket printers","archived":false,"fork":false,"pushed_at":"2020-03-05T14:59:00.000Z","size":27,"stargazers_count":21,"open_issues_count":2,"forks_count":9,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-05T13:42:55.694Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pretix.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-20T15:18:58.000Z","updated_at":"2024-10-04T13:22:25.000Z","dependencies_parsed_at":"2022-07-16T23:30:33.261Z","dependency_job_id":null,"html_url":"https://github.com/pretix/cups-fgl-printers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pretix/cups-fgl-printers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pretix%2Fcups-fgl-printers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pretix%2Fcups-fgl-printers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pretix%2Fcups-fgl-printers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pretix%2Fcups-fgl-printers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pretix","download_url":"https://codeload.github.com/pretix/cups-fgl-printers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pretix%2Fcups-fgl-printers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31400460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T12:46:19.706Z","updated_at":"2026-04-04T13:02:55.719Z","avatar_url":"https://github.com/pretix.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"CUPS drivers for FGL-based printers\n===================================\n\nThis project provides CUPS drivers for ticket printers that work with the \"Friendly Ghost Language\" FGL.\nTheoretically, this should be basically all ticket printers from BOCA, Practical Automation, and others, although we\nobviously did not test all of them. We also only include PPD specification files for two series from Practical\nAutomation, but it is straightforward to add more. We are looking forward to your contributions!\n\nSupported models\n----------------\n\n* Practical Automation ITL-2002 series\n* Practical Automation ITL-2003 series\n\nTested models\n^^^^^^^^^^^^^\n\n* Practical Automation uITL+2003CF\n\nKnown bugs\n----------\n\n* Printing from GUI applications might not work and we don't know, why. Printing the same file with ``lpr`` almost\n  always works.\n\nInstallation\n------------\n\nDebian\n^^^^^^\n\nYou can install our package like this::\n\n    # apt-get install apt-transport-https\n    # curl https://download.pretix.eu/apt/repo.key | apt-key add -\n    # echo \"deb https://download.pretix.eu/cups-fgl-printers ./\" \u003e /etc/apt/sources.list.d/pretix.list\n    # apt-get update\n    # apt-get install cups-fgl-printers\n\nArch Linux\n^^^^^^^^^^\n\nOur package is available from the Arch User Repository::\n\n    # yay -S cups-fgl-printers-git\n\nDevelopment\n-----------\n\nYou can compile the ``.drv`` files to ``.ppd`` files by executing::\n\n    make ppds\n\nin the project's main directory.\n\nUbuntu/Debian package\n^^^^^^^^^^^^^^^^^^^^^\n\nTo build the Ubuntu/Debian package, execute::\n\n    ./packaging/build_deb.sh\n\nIf you are on linux, but not on a debian-based distribution that lacks the ``dpkg`` command,\na docker image will be downloaded and executed to get the debian toolchain. There is a similar\ncommand ``build_deb_repo.sh`` that you probably won't need, except if you are myself reading\nthis in a couple of years.\n\nContributing\n------------\n\nIf you like to contribute to this project, you are very welcome to do so. If you have any\nquestions in the process, please do not hesitate to ask us.\n\nPlease note that we have a `Code of Conduct`_\nin place that applies to all project contributions, including issues, pull requests, etc.\n\nLicense\n-------\n\nThe code in this repository is published under the terms of the GPLv3 License.\nSee the LICENSE file for the complete license text.\n\nThis project is maintained by Raphael Michel \u003cmail@raphaelmichel.de\u003e. See the\nAUTHORS file for a list of all the awesome folks who contributed to this project.\n\nThis project is 100 percent free and open source software. If you are interested in\ncommercial support, hosting services or supporting this project financially, please\ngo to `pretix.eu`_ or contact Raphael directly.\n\n.. _pretix.eu: https://pretix.eu\n.. _Code of Conduct: https://docs.pretix.eu/en/latest/development/contribution/codeofconduct.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpretix%2Fcups-fgl-printers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpretix%2Fcups-fgl-printers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpretix%2Fcups-fgl-printers/lists"}