1<!DOCTYPE HTML> 2<html> 3 <head> 4 <link rel="stylesheet" href="/cups.css" type="text/css"> 5 <link rel="shortcut icon" href="/apple-touch-icon.png" type="image/png"> 6 <meta charset="utf-8"> 7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 8 <meta http-equiv="X-UA-Compatible" content="IE=9"> 9 <meta name="viewport" content="width=device-width"> 10 <title>Home - CUPS @CUPS_VERSION@@CUPS_REVISION@</title> 11 </head> 12 <body> 13 <div class="header"> 14 <ul> 15 <li><a href="http://www.cups.org/" target="_blank">CUPS.org</a></li> 16 <li><a class="active" href="/">Home</a></li> 17 <li><a href="/admin">Administration</a></li> 18 <li><a href="/classes/">Classes</a></li> 19 <li><a href="/help/">Help</a></li> 20 <li><a href="/jobs/">Jobs</a></li> 21 <li><a href="/printers/">Printers</a></li> 22 </ul> 23 </div> 24 <div class="body"> 25 <div class="row"> 26 <h1>CUPS @CUPS_VERSION@</h1> 27 <p>CUPS is the standards-based, open source printing system developed by <a href="http://www.apple.com/">Apple Inc.</a> for macOS<sup>®</sup> and other UNIX<sup>®</sup>-like operating systems.</p> 28 </div> 29 <div class="row"> 30 <div class="thirds"> 31 <h2>CUPS for Users</h2> 32 <p><a href="help/overview.html">Overview of CUPS</a></p> 33 <p><a href="help/options.html">Command-Line Printing and Options</a></p> 34 <p><a href="http://www.cups.org/lists.php?LIST=cups">User Forum</a></p> 35 </div> 36 <div class="thirds"> 37 <h2>CUPS for Administrators</h2> 38 <p><a href="help/admin.html">Adding Printers and Classes</a></p> 39 <p><a href="help/policies.html">Managing Operation Policies</a></p> 40 <p><a href="help/network.html">Using Network Printers</a></p> 41 <p><a href="help/firewalls.html">Firewalls</a></p> 42 <p><a href="help/man-cupsd.conf.html">cupsd.conf Reference</a></p> 43 </div> 44 <div class="thirds"> 45 <h2>CUPS for Developers</h2> 46 <p><a href="help/cupspm.html">CUPS Programming Manual</a></p> 47 <p><a href="help/api-filter.html">Filter and Backend Programming</a></p> 48 <p><a href="http://www.cups.org/lists.php?LIST=cups-devel">Developer Forum</a></p> 49 </div> 50 </div> 51 </div> 52 <div class="footer">CUPS and the CUPS logo are trademarks of <a href="http://www.apple.com">Apple Inc.</a> Copyright © 2007-2019 Apple Inc. All rights reserved.</div> 53 </body> 54</html> 55