/usr/share/namazu/template/NMZ.head.fr is in namazu2-index-tools 2.0.21-21.
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 est un moteur de recherche textuel</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="fr">
<h1>Namazu est un moteur de recherche textuel</h1>
<p>
Cet index contient <!-- FILE --> 0 <!-- FILE --> documents et
<!-- KEY --> 0 <!-- KEY --> mots clefs.
</p>
<p>
<strong>Dernière modification : <!-- DATE --> date <!-- DATE --></strong>
</p>
<hr>
<form method="get" action="{cgi}">
<p>
<strong>Critère de recherche :</strong>
<input type="text" name="query" size="40">
<input type="submit" name="submit" value="Rechercher !">
<!-- <input type="hidden" name="idxname" value="foobar"> -->
<a href="{cgi}">[Aide]</a>
</p>
<p>
<strong>Affichage :</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>Description :</strong>
<select name="result">
<option selected value="normal">normal</option>
<option value="short">courte</option>
</select>
<strong>Tri :</strong>
<select name="sort">
<option selected value="score">par score</option>
<option value="date:late">par date (+ récent en premier)</option>
<option value="date:early">par date (+ ancien en premier)</option>
<option value="field:subject:ascending">par titre (ordre ascendant)</option>
<option value="field:subject:descending">par titre (ordre descendant)</option>
<option value="field:from:ascending">par auteur (ordre ascendant)</option>
<option value="field:from:descending">par auteur (ordre descendant)</option>
<option value="field:size:ascending">par taille (ordre ascendant)</option>
<option value="field:size:descending">par taille (ordre descendant)</option>
<option value="field:uri:ascending">par URI (ordre ascendant)</option>
<option value="field:uri:descending">par URI (ordre descendant)</option>
</select>
</p>
<!--
<p>
<strong>Cible :</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>
|