diff options
Diffstat (limited to 'doc/index.html.in')
-rw-r--r-- | doc/index.html.in | 160 |
1 files changed, 55 insertions, 105 deletions
diff --git a/doc/index.html.in b/doc/index.html.in index 763637246..c94db2d9a 100644 --- a/doc/index.html.in +++ b/doc/index.html.in @@ -1,105 +1,55 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<HTML> -<HEAD> - <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> - <TITLE>Home - CUPS @CUPS_VERSION@@CUPS_REVISION@</TITLE> - <LINK REL="STYLESHEET" TYPE="text/css" HREF="/cups.css"> - <LINK REL="SHORTCUT ICON" HREF="/images/cups-icon.png" TYPE="image/png"> -</HEAD> -<BODY> -<TABLE CLASS="page" SUMMARY="{title}"> -<TR><TD CLASS="body"> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> -<TR HEIGHT="36"> -<TD><A HREF="http://www.cups.org/" TARGET="_blank"><IMG -SRC="/images/left.gif" WIDTH="64" HEIGHT="36" BORDER="0" ALT=""></A></TD> -<TD CLASS="sel"><A HREF="/"> Home </A></TD> -<TD CLASS="unsel"><A HREF="/admin"> Administration </A></TD> -<TD CLASS="unsel"><A HREF="/classes/"> Classes </A></TD> -<TD CLASS="unsel"><A HREF="/help/"> Online Help </A></TD> -<TD CLASS="unsel"><A HREF="/jobs/"> Jobs </A></TD> -<TD CLASS="unsel"><A HREF="/printers/"> Printers </A></TD> -<TD CLASS="unsel" WIDTH="100%"><FORM ACTION="/help/" METHOD="GET"><INPUT -TYPE="SEARCH" NAME="QUERY" SIZE="20" PLACEHOLDER="Search Help" -AUTOSAVE="org.cups.help" RESULTS="20"></FORM></TD> -<TD><IMG SRC="/images/right.gif" WIDTH="4" HEIGHT="36" ALT=""></TD> -</TR> -</TABLE> - -<TABLE CLASS="indent" SUMMARY=""> -<TR><TD STYLE="padding-right: 20px;"> - -<H1>CUPS @CUPS_VERSION@</H1> - -<P>CUPS is the standards-based, open source printing system developed by -<A HREF="http://www.apple.com/">Apple Inc.</A> for OS<SUP>®</SUP> X and -other UNIX<SUP>®</SUP>-like operating systems.</P> - -</TD> -<TD><A HREF="http://www.cups.org/"><IMG SRC="images/cups-icon.png" WIDTH="128" -HEIGHT="128" ALT="CUPS"></A></TD> -</TR> -</TABLE> - -<TABLE CLASS="indent" SUMMARY=""> -<TR><TD VALIGN="top" STYLE="border-right: dotted thin #cccccc; padding-right: 20px;"> - -<H2>CUPS for Users</H2> - -<P><A HREF="help/overview.html">Overview of CUPS</A></P> - -<P><A HREF="help/options.html">Command-Line Printing and Options</A></P> - -<P><A HREF="help/whatsnew.html">What's New in CUPS 1.7</A></P> - -<P><A HREF="http://www.cups.org/lists.php?LIST=cups">User Forum</A></P> - -</TD><TD VALIGN="top" STYLE="border-right: dotted thin #cccccc; padding-left: 20px; padding-right: 20px;"> - -<H2>CUPS for Administrators</H2> - -<P><A HREF="admin">Adding Printers and Classes</A></P> - -<P><A HREF="help/policies.html">Managing Operation Policies</A></P> - -<P><A HREF="help/accounting.html">Printer Accounting Basics</A></P> - -<P><A HREF="help/security.html">Server Security</A></P> - -<P><A HREF="help/kerberos.html">Using Kerberos Authentication</A></P> - -<P><A HREF="help/network.html">Using Network Printers</A></P> - -<P><A HREF="help/ref-cupsd-conf.html">cupsd.conf Reference</A></P> - -</TD><TD VALIGN="top" STYLE="padding-left: 20px;"> - -<H2>CUPS for Developers</H2> - -<P><A HREF="help/api-overview.html">Introduction to CUPS Programming</A></P> - -<P><A HREF="help/api-cups.html">CUPS API</A></P> - -<P><A HREF="help/api-filter.html">Filter and Backend Programming</A></P> - -<P><A HREF="help/api-httpipp.html">HTTP and IPP APIs</A></P> - -<P><A HREF="help/api-ppd.html">PPD API</A></P> - -<P><A HREF="help/api-raster.html">Raster API</A></P> - -<P><A HREF="help/ref-ppdcfile.html">PPD Compiler Driver Information File Reference</A></P> - -<P><A HREF="http://www.cups.org/lists.php?LIST=cups-devel">Developer Forum</A></P> - -</TD></TR> -</TABLE> - -</TD></TR> -<TR><TD> </TD></TR> -<TR><TD CLASS="trailer">CUPS and the CUPS logo are trademarks of -<A HREF="http://www.apple.com">Apple Inc.</A> Copyright 2007-2014 Apple -Inc. All rights reserved.</TD></TR> -</TABLE> -</BODY> -</HTML> +<!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"> + <title>Home - CUPS @CUPS_VERSION@@CUPS_REVISION@</title> + </head> + <body> + <div class="header"> + <ul> + <li><a href="http://www.cups.org/" target="_blank">CUPS.org</a></li> + <li><a class="active" href="/">Home</a></li> + <li><a href="/admin">Administration</a></li> + <li><a href="/classes/">Classes</a></li> + <li><a href="/help/">Help</a></li> + <li><a href="/jobs/">Jobs</a></li> + <li><a href="/printers/">Printers</a></li> + </ul> + </div> + <div class="body"> + <div class="row"> + <h1>CUPS @CUPS_VERSION@</h1> + <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>®</sup> and other UNIX<sup>®</sup>-like operating systems.</p> + </div> + <div class="row"> + <div class="thirds"> + <h2>CUPS for Users</h2> + <p><a href="help/overview.html">Overview of CUPS</a></p> + <p><a href="help/options.html">Command-Line Printing and Options</a></p> + <p><a href="http://www.cups.org/lists.php?LIST=cups">User Forum</a></p> + </div> + <div class="thirds"> + <h2>CUPS for Administrators</h2> + <p><a href="admin">Adding Printers and Classes</a></p> + <p><a href="help/policies.html">Managing Operation Policies</a></p> + <p><a href="help/network.html">Using Network Printers</a></p> + <p><a href="help/man-cupsd.conf.html">cupsd.conf Reference</a></p> + </div> + <div class="thirds"> + <h2>CUPS for Developers</h2> + <p><a href="help/api-overview.html">Introduction to CUPS Programming</a></p> + <p><a href="help/api-cups.html">CUPS API</a></p> + <p><a href="help/api-filter.html">Filter and Backend Programming</a></p> + <p><a href="help/api-httpipp.html">HTTP and IPP APIs</a></p> + <p><a href="http://www.cups.org/lists.php?LIST=cups-devel">Developer Forum</a></p> + </div> + </div> + </div> + <div class="footer">CUPS and the CUPS logo are trademarks of <a href="http://www.apple.com">Apple Inc.</a> Copyright © 2007-2014 Apple Inc. All rights reserved.</div> + </body> +</html> |