2022-05-13 20:08:20 +08:00
<!DOCTYPE HTML>
< html >
< head >
< link rel = "stylesheet" href = "/cups.css" type = "text/css" >
< link rel = "shortcut icon" href = "/apple-touch-icon.png" type = "image/png" >
< meta charset = "utf-8" >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" >
< meta name = "viewport" content = "width=device-width" >
2023-01-11 16:57:48 +08:00
< title > Startseite - CUPS @CUPS_VERSION@< / title >
2022-05-13 20:08:20 +08:00
< / head >
< body >
2023-01-11 16:57:48 +08:00
< div class = "cups-header" >
2022-05-13 20:08:20 +08:00
< ul >
2023-01-11 16:57:48 +08:00
< li > < a href = "https://openprinting.github.io/cups/" target = "_blank" > OpenPrinting CUPS< / a > < / li >
< li > < a class = "active" href = "/" > Startseite< / a > < / li >
2022-05-13 20:08:20 +08:00
< li > < a href = "/admin" > Verwaltung< / a > < / li >
< li > < a href = "/classes/" > Klassen< / a > < / li >
< li > < a href = "/help/" > Hilfe< / a > < / li >
< li > < a href = "/jobs/" > Aufträge< / a > < / li >
< li > < a href = "/printers/" > Drucker< / a > < / li >
< / ul >
< / div >
2023-01-11 16:57:48 +08:00
< div class = "cups-body" >
2022-05-13 20:08:20 +08:00
< div class = "row" >
2023-01-11 16:57:48 +08:00
< h1 > OpenPrinting CUPS @CUPS_VERSION@< / h1 >
< p > CUPS basiert auf Standards, Open Source Drucksystem entwickelt durch < a class = "jumbolink" href = "https://openprinting.github.io/" target = "_blank" > OpenPrinting< / a > für Linux® und andere UNIX®-artige Betriebssysteme. CUPS benutzt < a href = "https://www.pwg.org/ipp/everywhere.html" target = "_blank" > IPP Everywhere™< / a > zur Unterstützung lokaler und Netzwerkdrucker.< / p >
2022-05-13 20:08:20 +08:00
< / div >
< div class = "row" >
< div class = "thirds" >
< h2 > CUPS für Benutzer< / h2 >
< p > < a href = "help/overview.html" > Überblick über CUPS< / a > < / p >
< p > < a href = "help/options.html" > Befehlszeilen-Druck und Optionen< / a > < / p >
< / div >
< div class = "thirds" >
< h2 > CUPS für Administratoren< / h2 >
< p > < a href = "help/admin.html" > Drucker und Klassen hinzufügen< / a > < / p >
< p > < a href = "help/policies.html" > Betriebs-Richtlinie festlegen< / a > < / p >
< p > < a href = "help/network.html" > Benutzung von Netzwerk-Druckern< / a > < / p >
< p > < a href = "help/firewalls.html" > Firewalls< / a > < / p >
< p > < a href = "help/man-cupsd.conf.html" > cupsd.conf Referenz< / a > < / p >
< / div >
< div class = "thirds" >
< h2 > CUPS für Entwickler< / h2 >
< p > < a href = "help/cupspm.html" > CUPS Programming Manual< / a > < / p >
< p > < a href = "help/api-filter.html" > Filter und Backend Programmierung< / a > < / p >
< / div >
< / div >
< / div >
2023-10-26 10:19:35 +08:00
< div class = "cups-footer" > Copyright © 2021-2023 OpenPrinting. Alle Rechte vorbehalten.< / div >
2022-05-13 20:08:20 +08:00
< / body >
< / html >