/usr/share/namazu/template/NMZ.head.de is in namazu2-index-tools 2.0.21-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<!-- LINK-REV-MADE -->
<link rev="made" href="mailto:foobar@namazu.org">
<!-- LINK-REV-MADE -->
<title>Namazu: eine Volltext-Suchmaschine</title>
<style type="text/css"><!--
strong.keyword { color: Red; }
p.example { text-indent: 1em;
color: Navy;
font-weight: bold;
font-family: monospace; }
code { color: Navy;
font-family: monospace; }
code.example { color: Navy;
font-weight: bold;
font-family: monospace; }
code.operator { color: Navy;
font-family: monospace;
font-weight: bold; }
--></style>
</head>
<body lang="de">
<h1>Namazu: eine Volltext-Suchmaschine</h1>
<p>
Dieser Index enthält <!-- FILE --> 0 <!-- FILE --> Dokumente und
<!-- KEY --> 0 <!-- KEY --> Keywords.
</p>
<p>
<strong>Zuletzt verändert: <!-- DATE --> date <!-- DATE --></strong>
</p>
<hr>
<form method="get" action="{cgi}">
<p>
<strong>Suche:</strong>
<input type="text" name="query" size="40">
<input type="submit" name="submit" value="Search!">
<!-- <input type="hidden" name="idxname" value="foobar"> -->
<a href="{cgi}">[Hilfe zur Suche]</a>
</p>
<p>
<strong>Zeige:</strong>
<select name="max">
<option value="10">10</option>
<option selected value="20">20</option>
<option value="30">30</option>
<option value="50">50</option>
<option value="100">100</option>
</select>
<strong>Beschreibung:</strong>
<select name="result">
<option selected value="normal">normal</option>
<option value="short">kurz</option>
</select>
<strong>Sortierung:</strong>
<select name="sort">
<option selected value="score">nach Score</option>
<option value="date:late">nach Datum, fallend</option>
<option value="date:early">nach Datum, aufsteigend</option>
<option value="field:subject:ascending">nach Titel, aufsteigend</option>
<option value="field:subject:descending">nach Titel, fallend</option>
<option value="field:from:ascending">nach Autor, aufsteigend</option>
<option value="field:from:descending">nach Autor, fallend</option>
<option value="field:size:ascending">nach Größe, aufsteigend</option>
<option value="field:size:descending">nach Größe, fallend</option>
<option value="field:uri:ascending">nach URI, aufsteigend</option>
<option value="field:uri:descending">nach URI, fallend</option>
</select>
</p>
<!--
<p>
<strong>Indizes:</strong>
<ul>
<li><input type="checkbox" name="idxname" value="foo" checked>foo</li>
<li><input type="checkbox" name="idxname" value="bar">bar</li>
<li><input type="checkbox" name="idxname" value="baz">baz</li>
</ul>
</p>
-->
</form>
|