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 OS X<sup>&reg;</sup> and other UNIX<sup>&reg;</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="admin">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/man-cupsd.conf.html">cupsd.conf Reference</a></p>
42	</div>
43	<div class="thirds">
44	  <h2>CUPS for Developers</h2>
45	  <p><a href="help/api-overview.html">Introduction to CUPS Programming</a></p>
46	  <p><a href="help/api-cups.html">CUPS API</a></p>
47	  <p><a href="help/api-filter.html">Filter and Backend Programming</a></p>
48	  <p><a href="help/api-httpipp.html">HTTP and IPP APIs</a></p>
49	  <p><a href="http://www.cups.org/lists.php?LIST=cups-devel">Developer Forum</a></p>
50	</div>
51      </div>
52    </div>
53    <div class="footer">CUPS and the CUPS logo are trademarks of <a href="http://www.apple.com">Apple Inc.</a> Copyright &copy; 2007-2014 Apple Inc. All rights reserved.</div>
54  </body>
55</html>
56