LUCENE-3194: remove PDF files from website

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1134781 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-06-11 21:54:39 +00:00
parent 8838de026f
commit 18e62ed503
24 changed files with 2 additions and 100 deletions

View File

@ -218,10 +218,6 @@ document.write("Last Published: " + document.lastModified);
|start content
+-->
<div id="content">
<div title="Portable Document Format" class="pdflink">
<a class="dida" href="contributions.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
PDF</a>
</div>
<h1>
Apache Lucene - Contributions
</h1>

View File

@ -218,10 +218,6 @@ document.write("Last Published: " + document.lastModified);
|start content
+-->
<div id="content">
<div title="Portable Document Format" class="pdflink">
<a class="dida" href="demo.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
PDF</a>
</div>
<h1>
Apache Lucene - Building and Installing the Basic Demo
</h1>

Binary file not shown.

View File

@ -218,10 +218,6 @@ document.write("Last Published: " + document.lastModified);
|start content
+-->
<div id="content">
<div title="Portable Document Format" class="pdflink">
<a class="dida" href="demo2.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
PDF</a>
</div>
<h1>
Apache Lucene - Basic Demo Sources Walk-through
</h1>

Binary file not shown.

View File

@ -218,10 +218,6 @@ document.write("Last Published: " + document.lastModified);
|start content
+-->
<div id="content">
<div title="Portable Document Format" class="pdflink">
<a class="dida" href="fileformats.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
PDF</a>
</div>
<h1>
Apache Lucene - Index File Formats
</h1>

View File

@ -218,10 +218,6 @@ document.write("Last Published: " + document.lastModified);
|start content
+-->
<div id="content">
<div title="Portable Document Format" class="pdflink">
<a class="dida" href="gettingstarted.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
PDF</a>
</div>
<h1>
Apache Lucene - Getting Started Guide
</h1>

View File

@ -219,10 +219,6 @@ document.write("Last Published: " + document.lastModified);
|start content
+-->
<div id="content">
<div title="Portable Document Format" class="pdflink">
<a class="dida" href="index.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
PDF</a>
</div>
<h1>Lucene Java Documentation</h1>
<p>

Binary file not shown.

View File

@ -216,10 +216,6 @@ document.write("Last Published: " + document.lastModified);
|start content
+-->
<div id="content">
<div title="Portable Document Format" class="pdflink">
<a class="dida" href="linkmap.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
PDF</a>
</div>
<h1>Site Linkmap Table of Contents</h1>
<p>
This is a map of the complete site and its structure.

View File

@ -221,10 +221,6 @@ document.write("Last Published: " + document.lastModified);
|start content
+-->
<div id="content">
<div title="Portable Document Format" class="pdflink">
<a class="dida" href="index.pdf"><img alt="PDF -icon" src="../skin/images/pdfdoc.gif" class="skin"><br>
PDF</a>
</div>
<h1>
Apache Lucene - Lucene Contrib
</h1>

View File

@ -218,10 +218,6 @@ document.write("Last Published: " + document.lastModified);
|start content
+-->
<div id="content">
<div title="Portable Document Format" class="pdflink">
<a class="dida" href="queryparsersyntax.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
PDF</a>
</div>
<h1>
Apache Lucene - Query Parser Syntax
</h1>

View File

@ -218,10 +218,6 @@ document.write("Last Published: " + document.lastModified);
|start content
+-->
<div id="content">
<div title="Portable Document Format" class="pdflink">
<a class="dida" href="scoring.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
PDF</a>
</div>
<h1>
Apache Lucene - Scoring
</h1>

View File

@ -216,10 +216,6 @@ document.write("Last Published: " + document.lastModified);
|start content
+-->
<div id="content">
<div title="Portable Document Format" class="pdflink">
<a class="dida" href="systemrequirements.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
PDF</a>
</div>
<h1>Apache Lucene - System Requirements</h1>
<div id="minitoc-area">
<ul class="minitoc">

View File

@ -123,7 +123,7 @@ project.configfile=${project.home}/src/documentation/conf/cli.xconf
# a production environment it is recomended that you specify a known working
# version.
# Run "forrest available-plugins" for a list of plug-ins currently available
project.required.plugins=org.apache.forrest.plugin.output.pdf
#project.required.plugins=org.apache.forrest.plugin.output.pdf
# Proxy configuration
# proxy.host=

View File

@ -35,7 +35,7 @@ which will be used to configure the chosen Forrest skin.
<!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
<disable-print-link>true</disable-print-link>
<!-- Disable the PDF link? -->
<disable-pdf-link>false</disable-pdf-link>
<disable-pdf-link>true</disable-pdf-link>
<!-- Disable the POD link? -->
<disable-pod-link>true</disable-pod-link>
<!-- Disable the Text link? FIXME: NOT YET IMPLEMENETED. -->
@ -364,60 +364,6 @@ which will be used to configure the chosen Forrest skin.
-->
</colors>
<!-- Settings specific to PDF output. -->
<pdf>
<!--
Supported page sizes are a0, a1, a2, a3, a4, a5, executive,
folio, legal, ledger, letter, quarto, tabloid (default letter).
Supported page orientations are portrait, landscape (default
portrait).
Supported text alignments are left, right, justify (default left).
-->
<page size="letter" orientation="portrait" text-align="left"/>
<!--
Pattern of the page numbering in the footer - Default is "Page x".
first occurrence of '1' digit represents the current page number,
second occurrence of '1' digit represents the total page number,
anything else is considered as the static part of the numbering pattern.
Examples : x is the current page number, y the total page number.
<page-numbering-format>none</page-numbering-format> Do not displays the page numbering
<page-numbering-format>1</page-numbering-format> Displays "x"
<page-numbering-format>p1.</page-numbering-format> Displays "px."
<page-numbering-format>Page 1/1</page-numbering-format> Displays "Page x/y"
<page-numbering-format>(1-1)</page-numbering-format> Displays "(x-y)"
-->
<page-numbering-format>Page 1</page-numbering-format>
<!--
Margins can be specified for top, bottom, inner, and outer
edges. If double-sided="false", the inner edge is always left
and the outer is always right. If double-sided="true", the
inner edge will be left on odd pages, right on even pages,
the outer edge vice versa.
Specified below are the default settings.
-->
<margins double-sided="false">
<top>1in</top>
<bottom>1in</bottom>
<inner>1.25in</inner>
<outer>1in</outer>
</margins>
<!--
Print the URL text next to all links going outside the file
-->
<show-external-urls>false</show-external-urls>
<!--
Disable the copyright footer on each page of the PDF.
A footer is composed for each page. By default, a "credit" with role=pdf
will be used, as explained below. Otherwise a copyright statement
will be generated. This latter can be disabled.
-->
<disable-copyright-footer>false</disable-copyright-footer>
</pdf>
<!--
Credits are typically rendered as a set of small clickable
images in the page footer.