Skip to content

Commit f73a359

Browse files
committed
Save work.
1 parent 3e79013 commit f73a359

10 files changed

Lines changed: 1554 additions & 1449 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include Makedefs
1414
# Directories to make...
1515
#
1616

17-
DIRS = cups tools
17+
DIRS = doc cups examples man tools
1818

1919

2020
#

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include ../Makedefs
1616
DOCFILES = \
1717
cupspm.epub \
1818
cupspm.html \
19-
ippevepcl.html \
19+
index.html \
2020
ippeveprinter.html \
2121
ipptool.html \
2222
ipptoolfile.html \

doc/index.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<style><!--
5+
body {
6+
font-family: sans-serif;
7+
font-size: 16pt;
8+
margin: 54pt 36pt;
9+
}
10+
11+
code, kbd, pre, tt {
12+
font-family: monospace;
13+
}
14+
15+
p {
16+
text-align: justify;
17+
}
18+
--></style>
19+
<title>Documentation for CUPS Library v3</title>
20+
</head>
21+
<body>
22+
<h1>Documentation for CUPS Library v3</h1>
23+
24+
<h2>Man Pages</h2>
25+
<ul>
26+
<li>ippeveprinter(1) - An IPP Everywhere Printer Application for CUPS: <a href="ippeveprinter.html">HTML</a></li>
27+
<li>ippfind(1) - Find Internet Printing Protocol Printers: <a href="ippfind.html">HTML</a></li>
28+
<li>ipptool(1) - Perform Internet Printing Protocol Requests: <a href="ipptool.html">HTML</a></li>
29+
<li>ipptoolfile(5) - ipptool File Format: <a href="ipptoolfile.html">HTML</a></li>
30+
<li>ipptransform(1) - Convert Document Data to Alternate Formats: <a href="ipptransform.html">HTML</a></li>
31+
</ul>
32+
33+
<h2>Other Documentation</h2>
34+
<ul>
35+
<li>CUPS Implementation of IPP: <a href="spec-ipp.html">HTML</a></li>
36+
<li>CUPS Programming Manual: <a href="cupspm.html">HTML</a> &middot; <a href="cupspm.epub">EPUB</a></li>
37+
<li>CUPS Raster Format: <a href="spec-raster.html">HTML</a></li>
38+
</ul>
39+
</body>
40+
</html>

doc/ippeveprinter.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,43 @@
1212
font-family: monospace;
1313
}
1414

15+
dl {
16+
margin-left: 2em;
17+
}
18+
19+
h2, h3 {
20+
border-bottom: solid 2px black;
21+
}
22+
1523
p {
1624
text-align: justify;
1725
}
26+
27+
span.info {
28+
background: rgba(127,127,127,0.5);
29+
border-radius: 5px;
30+
float: right;
31+
font-size: 80%;
32+
padding: 4px 10px;
33+
}
34+
table {
35+
border-collapse: collapse;
36+
margin-left: auto;
37+
margin-right: auto;
38+
max-width: 90%;
39+
}
40+
table thead th {
41+
border-bottom: solid 2px black;
42+
padding: 0 10px;
43+
text-align: left;
44+
}
45+
table tbody tr:nth-child(even) {
46+
background: rgba(127,127,127,0.125);
47+
}
48+
table tbody td {
49+
border-bottom: solid 1px black;
50+
padding: 4px 10px;
51+
}
1852
--></style>
1953
<meta name="creator" content="mantohtml v2.0.1">
2054
<title>ippeveprinter(1)</title>

doc/ippfind.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,43 @@
1212
font-family: monospace;
1313
}
1414

15+
dl {
16+
margin-left: 2em;
17+
}
18+
19+
h2, h3 {
20+
border-bottom: solid 2px black;
21+
}
22+
1523
p {
1624
text-align: justify;
1725
}
26+
27+
span.info {
28+
background: rgba(127,127,127,0.5);
29+
border-radius: 5px;
30+
float: right;
31+
font-size: 80%;
32+
padding: 4px 10px;
33+
}
34+
table {
35+
border-collapse: collapse;
36+
margin-left: auto;
37+
margin-right: auto;
38+
max-width: 90%;
39+
}
40+
table thead th {
41+
border-bottom: solid 2px black;
42+
padding: 0 10px;
43+
text-align: left;
44+
}
45+
table tbody tr:nth-child(even) {
46+
background: rgba(127,127,127,0.125);
47+
}
48+
table tbody td {
49+
border-bottom: solid 1px black;
50+
padding: 4px 10px;
51+
}
1852
--></style>
1953
<meta name="creator" content="mantohtml v2.0.1">
2054
<title>ippfind(1)</title>

doc/ipptool.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,43 @@
1212
font-family: monospace;
1313
}
1414

15+
dl {
16+
margin-left: 2em;
17+
}
18+
19+
h2, h3 {
20+
border-bottom: solid 2px black;
21+
}
22+
1523
p {
1624
text-align: justify;
1725
}
26+
27+
span.info {
28+
background: rgba(127,127,127,0.5);
29+
border-radius: 5px;
30+
float: right;
31+
font-size: 80%;
32+
padding: 4px 10px;
33+
}
34+
table {
35+
border-collapse: collapse;
36+
margin-left: auto;
37+
margin-right: auto;
38+
max-width: 90%;
39+
}
40+
table thead th {
41+
border-bottom: solid 2px black;
42+
padding: 0 10px;
43+
text-align: left;
44+
}
45+
table tbody tr:nth-child(even) {
46+
background: rgba(127,127,127,0.125);
47+
}
48+
table tbody td {
49+
border-bottom: solid 1px black;
50+
padding: 4px 10px;
51+
}
1852
--></style>
1953
<meta name="creator" content="mantohtml v2.0.1">
2054
<title>ipptool(1)</title>

doc/ipptoolfile.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,43 @@
1212
font-family: monospace;
1313
}
1414

15+
dl {
16+
margin-left: 2em;
17+
}
18+
19+
h2, h3 {
20+
border-bottom: solid 2px black;
21+
}
22+
1523
p {
1624
text-align: justify;
1725
}
26+
27+
span.info {
28+
background: rgba(127,127,127,0.5);
29+
border-radius: 5px;
30+
float: right;
31+
font-size: 80%;
32+
padding: 4px 10px;
33+
}
34+
table {
35+
border-collapse: collapse;
36+
margin-left: auto;
37+
margin-right: auto;
38+
max-width: 90%;
39+
}
40+
table thead th {
41+
border-bottom: solid 2px black;
42+
padding: 0 10px;
43+
text-align: left;
44+
}
45+
table tbody tr:nth-child(even) {
46+
background: rgba(127,127,127,0.125);
47+
}
48+
table tbody td {
49+
border-bottom: solid 1px black;
50+
padding: 4px 10px;
51+
}
1852
--></style>
1953
<meta name="creator" content="mantohtml v2.0.1">
2054
<title>ipptoolfile(5)</title>

doc/ipptransform.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,43 @@
1212
font-family: monospace;
1313
}
1414

15+
dl {
16+
margin-left: 2em;
17+
}
18+
19+
h2, h3 {
20+
border-bottom: solid 2px black;
21+
}
22+
1523
p {
1624
text-align: justify;
1725
}
26+
27+
span.info {
28+
background: rgba(127,127,127,0.5);
29+
border-radius: 5px;
30+
float: right;
31+
font-size: 80%;
32+
padding: 4px 10px;
33+
}
34+
table {
35+
border-collapse: collapse;
36+
margin-left: auto;
37+
margin-right: auto;
38+
max-width: 90%;
39+
}
40+
table thead th {
41+
border-bottom: solid 2px black;
42+
padding: 0 10px;
43+
text-align: left;
44+
}
45+
table tbody tr:nth-child(even) {
46+
background: rgba(127,127,127,0.125);
47+
}
48+
table tbody td {
49+
border-bottom: solid 1px black;
50+
padding: 4px 10px;
51+
}
1852
--></style>
1953
<meta name="creator" content="mantohtml v2.0.1">
2054
<title>ipptransform(1)</title>

0 commit comments

Comments
 (0)