mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
Remove docbook manual and associated files
This commit is contained in:
parent
39779dd3c8
commit
ed6fe01238
8
.gitignore
vendored
8
.gitignore
vendored
@ -6,11 +6,7 @@ autom4te.cache/
|
||||
config.log
|
||||
config.status
|
||||
distfiles.zip
|
||||
doc/fix-qdf.1
|
||||
doc/qpdf-manual.html
|
||||
doc/qpdf-manual.pdf
|
||||
doc/qpdf.1
|
||||
doc/zlib-flate.1
|
||||
doc
|
||||
examples/build/
|
||||
external-libs
|
||||
fuzz/build/
|
||||
@ -21,8 +17,6 @@ libqpdf/qpdf/qpdf-config.h
|
||||
libtests/build/
|
||||
libtool
|
||||
manual/build/
|
||||
manual/html.xsl
|
||||
manual/print.xsl
|
||||
qpdf/build/
|
||||
zlib-flate/build/
|
||||
distribution/
|
||||
|
@ -1,284 +0,0 @@
|
||||
/**************************************************************/
|
||||
/* Custom style-sheet for the QPDF manual in HTML form. */
|
||||
/**************************************************************/
|
||||
|
||||
/*
|
||||
* This file is the CSS for the QPDF manual. It is based heavily on
|
||||
* the CSS for the Subversion book. That file contains the following
|
||||
* copyright and attribution:
|
||||
*
|
||||
* Copyright (c) 2003-2007
|
||||
* Ben Collins-Sussman, Brian W. Fitzpatrick, C. Michael Pilato.
|
||||
*
|
||||
* This work is licensed under the Creative Commons Attribution License.
|
||||
* To view a copy of this license, visit
|
||||
* http://creativecommons.org/licenses/by/2.0/ or send a letter to
|
||||
* Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305,
|
||||
* USA.
|
||||
*/
|
||||
|
||||
body
|
||||
{
|
||||
background: white;
|
||||
margin: 0.5in;
|
||||
}
|
||||
|
||||
p, li, ul, ol, dd, dt
|
||||
{
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
color: black;
|
||||
}
|
||||
|
||||
tt, pre
|
||||
{
|
||||
font-family: courier new,courier,fixed;
|
||||
}
|
||||
|
||||
a
|
||||
{
|
||||
color: blue;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:hover
|
||||
{
|
||||
background: rgb(75%,75%,100%);
|
||||
color: blue;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:visited
|
||||
{
|
||||
color: purple;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
img
|
||||
{
|
||||
border: none;
|
||||
}
|
||||
|
||||
h1.title
|
||||
{
|
||||
font-size: 250%;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: black;
|
||||
}
|
||||
|
||||
h2.subtitle
|
||||
{
|
||||
font-size: 150%;
|
||||
font-style: italic;
|
||||
color: black;
|
||||
}
|
||||
|
||||
h2.title
|
||||
{
|
||||
font-size: 150%;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: black;
|
||||
}
|
||||
|
||||
h3.title
|
||||
{
|
||||
font-size: 125%;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: black;
|
||||
}
|
||||
|
||||
h4.title
|
||||
{
|
||||
font-size: 100%;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.toc b
|
||||
{
|
||||
font-size: 125%;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.screen, .programlisting, .literal
|
||||
{
|
||||
font-family: courier new,courier,fixed;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.command, .option, .type
|
||||
{
|
||||
font-family: courier new,courier,fixed;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.filename
|
||||
{
|
||||
font-family: arial,helvetica,sans-serif;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.property
|
||||
{
|
||||
font-family: arial,helvetica,sans-serif;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.classname
|
||||
{
|
||||
font-family: arial,helvetica,sans-serif;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.varname, .function, .envar
|
||||
{
|
||||
font-family: arial,helvetica,sans-serif;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.replaceable
|
||||
{
|
||||
font-style: italic;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
.figure, .example, .table
|
||||
{
|
||||
margin: 0.125in 0.25in;
|
||||
}
|
||||
|
||||
.table table
|
||||
{
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: black;
|
||||
border-spacing: 0;
|
||||
background: rgb(240,240,240);
|
||||
}
|
||||
|
||||
.table td
|
||||
{
|
||||
border: none;
|
||||
border-right: 1px black solid;
|
||||
border-bottom: 1px black solid;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.table th
|
||||
{
|
||||
background: rgb(180,180,180);
|
||||
border: none;
|
||||
border-right: 1px black solid;
|
||||
border-bottom: 1px black solid;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.table p.title, .figure p.title, .example p.title
|
||||
{
|
||||
text-align: left !important;
|
||||
font-size: 100% !important;
|
||||
}
|
||||
|
||||
.author, .pubdate
|
||||
{
|
||||
margin: 0;
|
||||
font-size: 100%;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.preface div.author, .preface .pubdate
|
||||
{
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
.sidebar
|
||||
{
|
||||
border-top: dotted 1px black;
|
||||
border-left: dotted 1px black;
|
||||
border-right: solid 2px black;
|
||||
border-bottom: solid 2px black;
|
||||
background: rgb(240,220,170);
|
||||
padding: 0 0.12in;
|
||||
margin: 0.25in;
|
||||
}
|
||||
|
||||
.note .programlisting, .note .screen,
|
||||
.tip .programlisting, .tip .screen,
|
||||
.warning .programlisting, .warning .screen,
|
||||
.sidebar .programlisting, .sidebar .screen
|
||||
{
|
||||
border: none;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.sidebar p.title
|
||||
{
|
||||
text-align: center;
|
||||
font-size: 125%;
|
||||
}
|
||||
|
||||
.note
|
||||
{
|
||||
border: black solid 1px;
|
||||
background: url(./images/note.png) no-repeat rgb(252,246,220);
|
||||
margin: 0.125in 0;
|
||||
padding: 0 55px;
|
||||
}
|
||||
|
||||
.tip
|
||||
{
|
||||
border: black solid 1px;
|
||||
background: url(./images/tip.png) no-repeat rgb(224,244,255);
|
||||
margin: 0.125in 0;
|
||||
padding: 0 55px;
|
||||
}
|
||||
|
||||
.warning
|
||||
{
|
||||
border: black solid 1px;
|
||||
background: url(./images/warning.png) no-repeat rgb(255,210,210);
|
||||
margin: 0.125in 0;
|
||||
padding: 0 55px;
|
||||
}
|
||||
|
||||
/*
|
||||
.note .title, .tip .title, .warning .title
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
*/
|
||||
|
||||
.programlisting, .screen
|
||||
{
|
||||
font-size: 90%;
|
||||
color: black;
|
||||
margin: 1em 0.25in;
|
||||
padding: 0.5em;
|
||||
background: rgb(240,240,240);
|
||||
border-top: black dotted 1px;
|
||||
border-left: black dotted 1px;
|
||||
border-right: black solid 2px;
|
||||
border-bottom: black solid 2px;
|
||||
}
|
||||
|
||||
.navheader, .navfooter
|
||||
{
|
||||
border: black solid 1px;
|
||||
background: rgb(180,180,200);
|
||||
}
|
||||
|
||||
.navheader hr, .navfooter hr
|
||||
{
|
||||
display: none;
|
||||
}
|
@ -1,9 +0,0 @@
|
||||
<?xml version='1.0'?>
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0">
|
||||
<xsl:param name="variablelist.as.blocks" select="1"/>
|
||||
<xsl:param name="body.start.indent">0pt</xsl:param>
|
||||
<xsl:param name="xref.with.number.and.title" select="'yes'"/>
|
||||
<xsl:param name="section.autolabel" select="1"/>
|
||||
<xsl:param name="section.label.includes.component.label" select="1"/>
|
||||
</xsl:stylesheet>
|
@ -1,8 +0,0 @@
|
||||
<?xml version='1.0'?>
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
xmlns:fo="http://www.w3.org/1999/XSL/Format"
|
||||
version="1.0">
|
||||
<xsl:import href="@DOCBOOK_XHTML@"/>
|
||||
<xsl:import href="common.xsl"/>
|
||||
<xsl:param name="html.stylesheet">stylesheet.css</xsl:param>
|
||||
</xsl:stylesheet>
|
@ -1,69 +0,0 @@
|
||||
<?xml version='1.0'?>
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
xmlns:fo="http://www.w3.org/1999/XSL/Format"
|
||||
version="1.0">
|
||||
<xsl:import href="@DOCBOOK_FO@"/>
|
||||
<xsl:import href="common.xsl"/>
|
||||
<xsl:param name="local.l10n.xml" select="document('')"/>
|
||||
<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
|
||||
<l:l10n language="en">
|
||||
<l:context name="xref">
|
||||
<l:template name="page.citation" text=", page %p"/>
|
||||
</l:context>
|
||||
</l:l10n>
|
||||
</l:i18n>
|
||||
<!-- This should give us bookmarks, but it's broken for fop -->
|
||||
<!-- 0.94 and stylesheets 1.73.2. -->
|
||||
<!--
|
||||
<xsl:param name="fop.extensions" select="1"/>
|
||||
-->
|
||||
<xsl:param name="paper.type" select="'USLetter'"/>
|
||||
<xsl:param name="insert.xref.page.number" select="'yes'"/>
|
||||
<!--
|
||||
<xsl:param name="admon.graphics.path">
|
||||
/tmp/z/docbook-xsl-1.73.2/images/
|
||||
</xsl:param>
|
||||
<xsl:param name="admon.graphics" select="1"/>
|
||||
-->
|
||||
<xsl:param name="shade.verbatim" select="1"/>
|
||||
<xsl:attribute-set name="shade.verbatim.style">
|
||||
<xsl:attribute name="background-color">#F0F0F0</xsl:attribute>
|
||||
<xsl:attribute name="border-width">0.5pt</xsl:attribute>
|
||||
<xsl:attribute name="border-style">solid</xsl:attribute>
|
||||
<xsl:attribute name="border-color">#575757</xsl:attribute>
|
||||
<xsl:attribute name="padding">3pt</xsl:attribute>
|
||||
</xsl:attribute-set>
|
||||
<xsl:attribute-set name="xref.properties">
|
||||
<xsl:attribute name="color">#00c</xsl:attribute>
|
||||
</xsl:attribute-set>
|
||||
<fo:page-sequence language="en"/>
|
||||
<fo:block hyphenate="true"/>
|
||||
|
||||
<xsl:template match="property">
|
||||
<xsl:call-template name="inline.boldseq"/>
|
||||
</xsl:template>
|
||||
<xsl:template match="classname">
|
||||
<fo:inline font-family="sans-serif" font-weight="bold">
|
||||
<xsl:call-template name="inline.italicseq"/>
|
||||
</fo:inline>
|
||||
</xsl:template>
|
||||
<xsl:template match="filename">
|
||||
<xsl:call-template name="inline.italicseq"/>
|
||||
</xsl:template>
|
||||
<xsl:template match="varname">
|
||||
<xsl:call-template name="inline.italicseq"/>
|
||||
</xsl:template>
|
||||
<xsl:template match="function">
|
||||
<xsl:call-template name="inline.italicseq"/>
|
||||
</xsl:template>
|
||||
<xsl:template match="envar">
|
||||
<xsl:call-template name="inline.italicseq"/>
|
||||
</xsl:template>
|
||||
<xsl:template match="type">
|
||||
<xsl:call-template name="inline.monoseq"/>
|
||||
</xsl:template>
|
||||
<xsl:template match="option">
|
||||
<xsl:call-template name="inline.boldseq"/>
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
10193
manual/qpdf-manual.xml
10193
manual/qpdf-manual.xml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user