summaryrefslogtreecommitdiff
path: root/htroot
diff options
context:
space:
mode:
Diffstat (limited to 'htroot')
-rw-r--r--htroot/ConfigParser_p.html21
-rw-r--r--htroot/Crawler_p.html4
2 files changed, 2 insertions, 23 deletions
diff --git a/htroot/ConfigParser_p.html b/htroot/ConfigParser_p.html
index a51ee1013..66a4665d3 100644
--- a/htroot/ConfigParser_p.html
+++ b/htroot/ConfigParser_p.html
@@ -51,27 +51,6 @@
</tr>
</table>
</fieldset>
-<fieldset><legend id="parser">PDF Parser Attributes</legend>
-<p>
- This is an experimental setting which makes it possible to split PDF documents into individual index entries.
- Every page will become a single index hit and the url is artifically extended with a post/get attribute value containing
- the page number as value. When such an url is displayed within a search result, then the post/get attribute is transformed into an anchor hash link.
- This makes it possible to view the individual page directly in the pdf.js viewer built-in into firefox,
- for reference see https://github.com/mozilla/pdf.js/wiki/Viewer-options
-</p>
-<table border="0">
- <tr class="TableCellLight">
- <td class="small" align="right" width="90">Split PDF</td>
- <td class="small" align="left" width="300"><input type="checkbox" name="individualPages" #(individualPages)#::checked="checked" #(/individualPages)#/></td>
- </tr>
- <tr class="TableCellLight">
- <td class="small" align="right">Property Name</td>
- <td class="small" align="left"><input type="text" name="individualPagePropertyname" value="#[individualPagePropertyname]#"/></td>
- </tr>
- <tr class="TableCellDark">
- <td colspan="3" class="small" ><input type="submit" name="pdfSettings" value="Submit" class="btn btn-primary"/></td>
- </tr>
-</table>
</form>
#%env/templates/footer.template%#
</body>
diff --git a/htroot/Crawler_p.html b/htroot/Crawler_p.html
index 79a0319c0..3b328a996 100644
--- a/htroot/Crawler_p.html
+++ b/htroot/Crawler_p.html
@@ -134,7 +134,7 @@
<tr class="TableCellLight">
<td align="left">Speed / PPM<br/>(Pages Per Minute)</td>
<td align="left" colspan="4">
- <input id="customPPM" name="customPPM" type="number" min="10" max="30000" style="width:5em" value="#[customPPMdefault]#" /><label for="customPPM"><abbr title="Pages Per Minute">PPM</abbr></label>
+ <input id="customPPM" name="customPPM" type="number" min="10" max="60000" style="width:5em" value="#[customPPMdefault]#" /><label for="customPPM"><abbr title="Pages Per Minute">PPM</abbr></label>
<input id="latencyFactor" name="latencyFactor" type="number" min="0.1" max="3.0" step="0.1" style="width:3.5em" value="#[latencyFactorDefault]#" />
<label for="latencyFactor"><abbr title="Latency Factor">LF</abbr></label>
<input id="MaxSameHostInQueue" name="MaxSameHostInQueue" type="number" min="1" max="30" style="width:3em" value="#[MaxSameHostInQueueDefault]#" />
@@ -147,7 +147,7 @@
<td align="left">Crawler PPM</td>
<td align="left" width="60"><span id="ppmNum">&nbsp;&nbsp;&nbsp;</span></td>
<td align="left" width="260px" colspan="3">
- <progress id="ppmbar" max="30000" value="0" style="width:94%;"/>
+ <progress id="ppmbar" max="60000" value="0" style="width:94%;"/>
</td>
</tr>
<tr class="TableCellLight">