From a011a97de9175811c49222c9750d8a0380093f8b Mon Sep 17 00:00:00 2001 From: reger Date: Tue, 14 Feb 2017 02:04:42 +0100 Subject: make ConfigParser a protected page, for consistent behavior of locked menu items. --- htroot/ConfigParser_p.html | 78 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 htroot/ConfigParser_p.html (limited to 'htroot/ConfigParser_p.html') diff --git a/htroot/ConfigParser_p.html b/htroot/ConfigParser_p.html new file mode 100644 index 000000000..2b920854c --- /dev/null +++ b/htroot/ConfigParser_p.html @@ -0,0 +1,78 @@ + + + + YaCy '#[clientname]#': Advanced Settings + #%env/templates/metas.template%# + + + + #%env/templates/header.template%# + #%env/templates/submenuCrawler.template%# +

Parser Configuration

+
+
Content Parser Settings +

+ With this settings you can activate or deactivate parsing of additional content-types based on their MIME-types.
+ For a detailed description of the various MIME-types take a look at + http://www.iana.org/assignments/media-types/.
+ If you want to test a specific parser you can do so using the File Viewer. +

+ + + + + + #{parser}# + + + #{ext}# + + + + + #{/ext}##{mime}# + + + + + #{/mime}# + #{/parser}# + + + +
ExtensionMime-Type
#[name]#
#[extension]#
#[mimetype]#
+
+
PDF Parser Attributes +

+ 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 +

+ + + + + + + + + + + + +
Split PDF
Property Name
+ + #%env/templates/footer.template%# + + -- cgit v1.2.3