Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openprinting/cups-sharing
Sharing server for CUPS 3.0
https://github.com/openprinting/cups-sharing
accounting cups ipp
Last synced: about 1 month ago
JSON representation
Sharing server for CUPS 3.0
- Host: GitHub
- URL: https://github.com/openprinting/cups-sharing
- Owner: OpenPrinting
- License: apache-2.0
- Created: 2022-09-05T23:30:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T00:27:01.000Z (12 months ago)
- Last Synced: 2024-05-08T19:48:09.595Z (8 months ago)
- Topics: accounting, cups, ipp
- Language: M4
- Homepage: https://openprinting.github.io/cups/cups3.html
- Size: 97.7 KB
- Stars: 3
- Watchers: 9
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
CUPS Sharing Server v3 (cups-sharing)
=====================================![Version](https://img.shields.io/github/v/release/OpenPrinting/cups-sharing?include_prereleases)
![Apache 2.0](https://img.shields.io/github/license/OpenPrinting/cups-sharing)
[![Build and Test](https://github.com/OpenPrinting/cups-sharing/workflows/Build%20and%20Test/badge.svg)](https://github.com/OpenPrinting/cups-sharing/actions/workflows/build.yml)
[![Coverity Scan](https://img.shields.io/coverity/scan/NNNNN)](https://scan.coverity.com/projects/OpenPrinting-cups-sharing)> *Note:* This project is intended to be paired with the "libcups" and
> "cups-local" projects. Right now all of this code should be considered alpha-
> quality for testing purposes only!The CUPS Sharing Server provides a server for shared printing with accounting,
access control, policy support, and job release. This project is part of
OpenPrinting's CUPS 3.0 development, which will provide a 100% driverless
printing system for Unix®-like operating systems.Reading the Documentation
-------------------------Initial documentation to get you started is provided in the root directory of
these sources:- `CHANGES.md`: A list of changes for each release of cups-sharing.
- `CONTRIBUTING.md`: Guidelines for contributing to the CUPS project.
- `DEVELOPING.md`: Guidelines for developing code for the CUPS project.
- `INSTALL.md`: Instructions for building and installing the software.
- `LICENSE`: The CUPS license agreement (Apache 2.0).
- `NOTICE`: Copyright notices and exceptions to the CUPS license agreement.
- `README.md`: This file.The `man` subdirectory contains the manual pages for each of the commands.
Legal Stuff
-----------Copyright © 2020-2024 by OpenPrinting.
Copyright © 2007-2020 by Apple Inc.
Copyright © 1997-2007 by Easy Software Products.
CUPS is provided under the terms of the Apache License, Version 2.0. A copy of
this license can be found in the file `LICENSE`. Additional legal information
is provided in the file `NOTICE`.Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.