[Gnucash-changes] r14255 - htdocs/trunk - Move original templates to save them for now.

Derek Atkins warlord at cvs.gnucash.org
Tue May 30 13:50:18 EDT 2006


Author: warlord
Date: 2006-05-30 13:50:16 -0400 (Tue, 30 May 2006)
New Revision: 14255
Trac: http://svn.gnucash.org/trac/changeset/14255

Added:
   htdocs/trunk/search/templates/old/
   htdocs/trunk/search/templates/old/NMZ.body
   htdocs/trunk/search/templates/old/NMZ.body.es
   htdocs/trunk/search/templates/old/NMZ.body.fr
   htdocs/trunk/search/templates/old/NMZ.body.nb
   htdocs/trunk/search/templates/old/NMZ.body.pl
   htdocs/trunk/search/templates/old/NMZ.foot
   htdocs/trunk/search/templates/old/NMZ.foot.de
   htdocs/trunk/search/templates/old/NMZ.foot.es
   htdocs/trunk/search/templates/old/NMZ.foot.fr
   htdocs/trunk/search/templates/old/NMZ.foot.nb
   htdocs/trunk/search/templates/old/NMZ.foot.pl
   htdocs/trunk/search/templates/old/NMZ.head
   htdocs/trunk/search/templates/old/NMZ.head.de
   htdocs/trunk/search/templates/old/NMZ.head.es
   htdocs/trunk/search/templates/old/NMZ.head.fr
   htdocs/trunk/search/templates/old/NMZ.head.nb
   htdocs/trunk/search/templates/old/NMZ.head.pl
   htdocs/trunk/search/templates/old/NMZ.result.normal
   htdocs/trunk/search/templates/old/NMZ.result.normal.de
   htdocs/trunk/search/templates/old/NMZ.result.normal.es
   htdocs/trunk/search/templates/old/NMZ.result.normal.fr
   htdocs/trunk/search/templates/old/NMZ.result.normal.nb
   htdocs/trunk/search/templates/old/NMZ.result.normal.pl
   htdocs/trunk/search/templates/old/NMZ.result.short
   htdocs/trunk/search/templates/old/NMZ.result.short.de
   htdocs/trunk/search/templates/old/NMZ.result.short.es
   htdocs/trunk/search/templates/old/NMZ.result.short.fr
   htdocs/trunk/search/templates/old/NMZ.result.short.nb
   htdocs/trunk/search/templates/old/NMZ.result.short.pl
   htdocs/trunk/search/templates/old/NMZ.tips
   htdocs/trunk/search/templates/old/NMZ.tips.es
   htdocs/trunk/search/templates/old/NMZ.tips.fr
   htdocs/trunk/search/templates/old/NMZ.tips.nb
   htdocs/trunk/search/templates/old/NMZ.tips.pl
Removed:
   htdocs/trunk/search/templates/NMZ.body
   htdocs/trunk/search/templates/NMZ.body.es
   htdocs/trunk/search/templates/NMZ.body.fr
   htdocs/trunk/search/templates/NMZ.body.nb
   htdocs/trunk/search/templates/NMZ.body.pl
   htdocs/trunk/search/templates/NMZ.foot
   htdocs/trunk/search/templates/NMZ.foot.de
   htdocs/trunk/search/templates/NMZ.foot.es
   htdocs/trunk/search/templates/NMZ.foot.fr
   htdocs/trunk/search/templates/NMZ.foot.nb
   htdocs/trunk/search/templates/NMZ.foot.pl
   htdocs/trunk/search/templates/NMZ.head
   htdocs/trunk/search/templates/NMZ.head.de
   htdocs/trunk/search/templates/NMZ.head.es
   htdocs/trunk/search/templates/NMZ.head.fr
   htdocs/trunk/search/templates/NMZ.head.nb
   htdocs/trunk/search/templates/NMZ.head.pl
   htdocs/trunk/search/templates/NMZ.result.normal
   htdocs/trunk/search/templates/NMZ.result.normal.de
   htdocs/trunk/search/templates/NMZ.result.normal.es
   htdocs/trunk/search/templates/NMZ.result.normal.fr
   htdocs/trunk/search/templates/NMZ.result.normal.nb
   htdocs/trunk/search/templates/NMZ.result.normal.pl
   htdocs/trunk/search/templates/NMZ.result.short
   htdocs/trunk/search/templates/NMZ.result.short.de
   htdocs/trunk/search/templates/NMZ.result.short.es
   htdocs/trunk/search/templates/NMZ.result.short.fr
   htdocs/trunk/search/templates/NMZ.result.short.nb
   htdocs/trunk/search/templates/NMZ.result.short.pl
   htdocs/trunk/search/templates/NMZ.tips
   htdocs/trunk/search/templates/NMZ.tips.es
   htdocs/trunk/search/templates/NMZ.tips.fr
   htdocs/trunk/search/templates/NMZ.tips.nb
   htdocs/trunk/search/templates/NMZ.tips.pl
Modified:
   htdocs/trunk/Makefile
Log:
Move original templates to save them for now.
Change the Makefile to build the templates "in place"


Modified: htdocs/trunk/Makefile
===================================================================
--- htdocs/trunk/Makefile	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/Makefile	2006-05-30 17:50:16 UTC (rev 14255)
@@ -12,7 +12,7 @@
 	xgettext -f po/POTFILES -L PHP -o po/gnucash-htdocs.pot
 
 msgmerge: po/gnucash-htdocs.pot
-	for f in de en_GB es fr nb nl pl pt_PT ; do \
+	for f in de es fr nb nl pl pt_PT ; do \
 	  msgmerge -U po/$$f.po po/gnucash-htdocs.pot ; \
 	done
 
@@ -48,11 +48,12 @@
 HOME=http://www.gnucash.org/beta
 FILETAIL=
 FILE=
+TMPLBASE=search/templates/NMZ.
 
 # add when we have utf-8 translations: iconv -f UTF-8 -t ISO8859-1 
 
 nmz.onefile:
-	( echo '<?php ; include("$(LOCALFILE)"); $$home = "$(HOME)/$$lang_dir"; $$top_dir="."; ?>'; cat search/templates/NMZ.$(FILE).php_tmpl ) | php | tail +5 > /tmp/NMZ.$(FILE)$(FILETAIL)
+	( echo '<?php ; include("$(LOCALFILE)"); $$home = "$(HOME)/$$lang_dir"; $$top_dir="."; ?>'; cat $(TMPLBASE)$(FILE).php_tmpl ) | php | tail +5 > $(TMPLBASE)$(FILE)$(FILETAIL)
 
 nmz.lang:
 	$(MAKE) nmz.onefile FILE=head
@@ -64,6 +65,6 @@
 	$(MAKE) nmz.lang
 	# other NMZ langs not merged into po system: ja
 	# note: PL is only "mostly" translated.  it diff's differently
-	for l in de en_GB es fr nb nl pl pt_PT ; do \
+	for l in de es fr nb nl pl pt_PT ; do \
 	  $(MAKE) nmz.lang LOCALFILE=$$l/local.php FILETAIL=.$$l ; \
 	done

Deleted: htdocs/trunk/search/templates/NMZ.body
===================================================================
--- htdocs/trunk/search/templates/NMZ.body	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.body	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,192 +0,0 @@
-<h2><a name="query" id="query">Query</a></h2>
-
-<h3><a name="query-term" id="query-term">Single term query</a></h3>
-<p>
-This query specifies only one term for retrieving all of the
-documents which contain that term, for example: 
-</p>
-
-<p class="example">
-namazu
-</p>
-
-<h3><a name="query-and" id="query-and">AND query</a></h3> 
-
-<p>
-This query specifies two or more terms for retrieving all of the
-documents which contain both terms. Insert the
-<code class="operator">and</code> operator between the terms, e.g. 
-</p>
-
-<p class="example">
-Linux and Netscape
-</p>
-
-<p>
-You can omit the <code class="operator">and</code> operator.  Terms which are
-separated by one ore more spaces are assumed to be an AND query.
-</p>
-
-<h3><a name="query-or" id="query-or">OR query</a></h3>
-<p>
-This query specifies two or more terms for retrieving all
-documents which contain any one term. Insert the
-<code class="operator">or</code> operator between the terms,
-e.g.
-</p>
-
-<p class="example">
-Linux or FreeBSD
-</p>
-
-<h3><a name="query-not" id="query-not">NOT query</a></h3>
-<p>
-This query specifies two or more terms for retrieving all of the
-documents which contain a first term but do not contain the
-following terms. Insert the <code class="operator">not</code>
-operator between the terms, for example:
-</p>
-
-<p class="example">
-Linux not UNIX
-</p>
-
-
-<h3><a name="query-grouping" id="query-grouping">Grouping</a></h3>
-<p>
-You can group queries by surrounding them by
-parentheses. The parentheses should be separated by one or
-more spaces. e.g. 
-</p>
-
-<p class="example">
-( Linux or FreeBSD ) and Netscape not Windows
-</p>
-
-<h3><a name="query-phrase" id="query-phrase">Phrase searching</a></h3>
-<p>
-You can search for a phrase that consists of two or more terms
-by surrounding them with double quotation marks or braces such as
-<code class="operator">"..."</code> and <code class="operator">{...}</code>.
-In Namazu, the precision of phrase searching is not 100 %,
-so wrong results may occasionally occur.  Example:
-</p>
-
-<p class="example">
-{GNU Emacs}
-</p>
-
-<!-- foo
-<p>
-You must choose the latter with Tkanamzu or namazu.el.
-</p>
--->
-
-<h3><a name="query-substring" id="query-substring">Substring matching</a></h3>
-<p>
-The are three types of searching by substring matching.
-</p>
-
-<dl> 
-<dt>Prefix matching</dt>
-<dd><code class="example">inter*</code> (terms which begin with <code>inter</code>)</dd>
-<dt>Inside matching</dt>
-<dd><code class="example">*text*</code> (terms which contain <code>text</code>)</dd>
-<dt>Suffix matching</dt>
-<dd><code class="example">*net</code> (terms which terminated
-with <code>net</code>)</dd>
-</dl>
-
-
-<h3><a name="query-regex" id="query-regex">Regular expressions</a></h3>
-
-<p>
-You can use regular expressions for pattern matching. The
-regular expressions must be surrounded by slashes like <code
-class="operator">/.../</code>. Namazu uses <a
-href="http://www.ruby-lang.org/">Ruby</a>'s regular
-regular expressions engine. It generally offers a <a
-href="http://www.perl.com/">Perl</a> compatible flavor.
-e.g.,
-</p>
-
-<p class="example">
-/pro(gram|blem)s?/
-</p>
-
-
-<h3><a name="query-field" id="query-field">Field-specified searching</a></h3>
-<p>
-You can limit your search to specific fields such as
-<code>Subject:</code>, <code>From:</code>,
-<code>Message-Id:</code>. This feature is especially convenient for
-Mail/News documents, for example:
-</p>
-
-<ul>
-<li><code class="example">+subject:Linux</code><br>
-(Retrieves all documents which contain <code>Linux</code>
-in a <code>Subject:</code> field)
-</li>
-
-<li><code class="example">+subject:"GNU Emacs"</code><br>
-(Retrieves all documents which contain <code>GNU Emacs</code>
-in a <code>Subject:</code> field)
-</li>
-
-<li><code class="example">+from:foo at bar.jp</code><br>
-(Retrieves all documents which contain <code>foo at bar.jp</code>
-in a <code>From:</code> field)
-</li>
-
-
-<li><code class="example">+message-id:&lt;199801240555.OAA18737 at foo.bar.jp&gt;</code><br>
-(Retrieves a certain document which contains specified
-<code>Message-Id:</code>)
-</li>
-</ul>
-
-<h3><a name="query-notes" id="query-notes">Notes</a></h3>
-
-<ul>
-<li>In any queries, Namazu ignores case distinctions of
-alphabet characters; i.e. Namazu does
-case-insensitive pattern matching.
-</li>
-
-<li>Japanese phrases are automatically segmented into
-morphemes and are handled as <a
-href="#query-phrase">phrase searching</a>. This process occasionally
-causes invalid segmentation.
-</li>
-
-<li>Letters, numbers or parts of symbols (duplicated in
-ASCII) which are defined in JIS X 0208 (Japanese
-Industrial Standards) are handled as ASCII characters.
-</li>
-
-<li>Namazu can handle a term which contains symbols like
-<code>TCP/IP</code>.  Since this method of handling isn't complete,
-you can also describe the term as <code>TCP and IP</code> instead of
-<code>TCP/IP</code>, but it may cause noisy results.
-</li>
-
-
-<li>Substring matching and field-specified searching takes
-more time than other methods.
-</li>
-
-<li>If you want to use <code class="operator">and</code>,
-<code class="operator">or</code> or <code
-class="operator">not</code> simply as terms, you can
-surround them with double quotes or braces like <code
-class="operator">"..."</code> or <code
-class="operator">{...}</code>. 
-
-<!-- foo
-You must choose the latter with Tkanamzu or namazu.el.
--->
-</li>
-
-</ul>
-

Deleted: htdocs/trunk/search/templates/NMZ.body.es
===================================================================
--- htdocs/trunk/search/templates/NMZ.body.es	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.body.es	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,187 +0,0 @@
-<h2><a name="query" id="query">CONSULTA</a></h2>
-
-<h3><a name="query-term" id="query-term">Consulta de un sólo término</a></h3>
-<p>
-La consulta especifica sólo un término para recibir todos los documentos que contienen el término.  Ej:
-</p>
-
-<p class="example">
-namazu
-</p>
-
-<h3><a name="query-and" id="query-and">Consulta AND</a></h3> 
-
-<p>
-La consulta especifica dos o más términos para recibir todos los documentos que contienen ambos términos.  Tu puedes insertar el operador <code class="operator">and</code> entre los términos.  Ej:
-</p>
-
-<p class="example">
-Linux and Netscape
-</p>
-
-<p>
-Tu puedes omitir el operador <code class="operator">and</code>.  Los términos los cuales están separados por uno o más espacios se asume que son una consulta AND.
-</p>
-
-<h3><a name="query-or" id="query-or">Consulta OR</a></h3>
-<p>
-La consulta especifica dos o más términos para recibir todos los documentos que contienen alguno de los términos.  Tu puedes insertar el operador
-<code class="operator">or</code> entre los términos.  Ej:
-</p>
-
-<p class="example">
-Linux or FreeBSD
-</p>
-
-<h3><a name="query-not" id="query-not">Operador NOT</a></h3>
-<p>
-La consulta especifica dos o más terminos para recibir todos los documentos
-que contienen el primer término pero no contienen los términos siguientes.  
-Tu puedes insertar el operador <code class="operator">not</code>
-entre los términos para hacer una consulta NOT.  Ej:
-</p>
-
-<p class="example">
-Linux not UNIX
-</p>
-
-
-<h3><a name="query-grouping" id="query-grouping">Agrupando</a></h3>
-<p>
-Tu puedes agrupar consultas encerrándolas entre paréntesis.  Los paréntesis 
-deben estar separados por uno o más espacios.  Ej:
-</p>
-
-<p class="example">
-( Linux or FreeBSD ) and Netscape not Windows
-</p>
-
-<h3><a name="query-phrase" id="query-phrase">Buscandos frases</a></h3>
-<p>
-Tu puedes buscar una frase la cuál consiste de dos o más términos encerrados
-entre comillas como
-<code class="operator">"..."</code> o con llaves como
-<code class="operator">{...}</code>.
-La precisión de la búsqueda por frase no es el 100 %, y puede causar ocasionalmente algún resultado erróneo.  Ej:
-</p>
-
-<p class="example">
-{GNU Emacs}
-</p>
-
-<!-- foo
-<p>
-You must choose the latter with Tkanamzu or namazu.el.
-</p>
--->
-
-<h3><a name="query-substring" id="query-substring">Substring matching</a></h3>
-<p>
-The are three types of substring matching searching.
-</p>
-
-<dl> 
-<dt>Prefix matching</dt>
-<dd><code class="example">inter*</code> (terms which begin with <code>inter</code>)</dd>
-<dt>Inside matching</dt>
-<dd><code class="example">*text*</code> (terms which contain <code>text</code>)</dd>
-<dt>Suffix matching</dt>
-<dd><code class="example">*net</code> (terms which terminated
-with <code>net</code>)</dd>
-</dl>
-
-
-<h3><a name="query-regex" id="query-regex">Regular expressions</a></h3>
-
-<p>
-You can use regular expressions for pattern matching. The
-regular expressions must be surrounded by slashes like <code
-class="operator">/.../</code>. Namazu uses <a
-href="http://www.ruby-lang.org/">Ruby</a>'s regular
-regular expressions engine. It offers generally <a
-href="http://www.perl.com/">Perl</a> compatible flavor.
-e.g.,
-</p>
-
-<p class="example">
-/pro(gram|blem)s?/
-</p>
-
-
-<h3><a name="query-field" id="query-field">Field-specified searching</a></h3>
-<p>
-You can limit your search to specific fields such as
-<code>Subject:</code>, <code>From:</code>,
-<code>Message-Id:</code>. It's especially convenient for
-Mail/News documents. e.g.,
-</p>
-
-<ul>
-<li><code class="example">+subject:Linux</code><br>
-(Retrieving all documents which contain <code>Linux</code>
-in a <code>Subject:</code> field)
-</li>
-
-<li><code class="example">+subject:"GNU Emacs"</code><br>
-(Retrieving all documents which contain <code>GNU Emacs</code>
-in a <code>Subject:</code> field)
-</li>
-
-<li><code class="example">+from:foo at bar.jp</code><br>
-(Retrieving all documents which contain <code>foo at bar.jp</code>
-in a <code>From:</code> field)
-</li>
-
-
-<li><code class="example">+message-id:&lt;199801240555.OAA18737 at foo.bar.jp&gt;</code><br>
-(Retrieving a certain document which contains specified
-<code>Message-Id:</code>)
-</li>
-</ul>
-
-<h3><a name="query-notes" id="query-notes">Notes</a></h3>
-
-<ul>
-<li>In any queries, Namazu ignores case distinctions of
-alphabet characters. In other words, Namazu does
-case-insensitive pattern matching in any time.
-</li>
-
-
-<li>Japanese phrases are forced to be segmented into
-morphemes automatically and are handled them as <a
-href="#query-phrase">phrase searching</a>. This processing
-causes invalid segmentation occasionally.
-</li>
-
-
-<li>Alphabet, numbers or a part of symbols (duplicated in
-ASCII) characters which defined in JIS X 0208 (Japanese
-Industrial Standards) are handled as ASCII characters.
-</li>
-
-<li>Namazu can handle a term which contains symbols like
-<code>TCP/IP</code>.  Since this handling isn't complete,
-you can describe <code>TCP and IP</code> instead of
-<code>TCP/IP</code>, but it may cause noisy results.
-</li>
-
-
-<li>Substring matching and field-specified searching takes
-more time than other methods.
-</li>
-
-<li>If you want to use <code class="operator">and</code>,
-<code class="operator">or</code> or <code
-class="operator">not</code> simply as terms, you can
-surround them respectively with double quotes like <code
-class="operator">"..."</code> or braces like <code
-class="operator">{...}</code>. 
-
-<!-- foo
-You must choose the latter with Tkanamzu or namazu.el.
--->
-</li>
-
-</ul>
-

Deleted: htdocs/trunk/search/templates/NMZ.body.fr
===================================================================
--- htdocs/trunk/search/templates/NMZ.body.fr	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.body.fr	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,193 +0,0 @@
-<h2><a name="query" id="query">Requ&ecirc;te</a></h2>
-
-<h3><a name="query-term" id="query-term">Requ&ecirc;te avec un seul terme</a></h3>
-<p>
-La requ&ecirc;te sp&eacute;cifie un seul terme pour retrouver tous
-les documents qui contiennent le terme. Ex. : 
-</p>
-
-<p class="example">
-namazu
-</p>
-
-<h3><a name="query-and" id="query-and">Requ&ecirc;te AND</a></h3> 
-
-<p>
-La requ&ecirc;te sp&eacute;cifie deux termes ou plus pour retrouver tous
-les documents qui contiennent tous les termes &agrave; la fois. Vous pouvez ins&eacute;rer l'op&eacute;rateur
-<code class="operator">and</code> entre les termes. Ex. : 
-</p>
-
-<p class="example">
-Linux and Netscape
-</p>
-
-<p>
-Vous pouvez omettre l'op&eacute;rateur <code class="operator">and</code>. Les termes
-s&eacute;par&eacute;s par un ou plusieurs espaces sont consid&eacute;r&eacute;s comme une requ&ecirc;te avec AND.
-</p>
-
-<h3><a name="query-or" id="query-or">Requ&ecirc;te OR</a></h3>
-<p>
-La requ&ecirc;te sp&eacute;cifie deux termes ou plus pour retrouver tous
-les documents qui contiennent l'un des termes. Vous pouvez ins&eacute;rer l'op&eacute;rateur
-<code class="operator">or</code> entre les termes.
-Ex. :
-</p>
-
-<p class="example">
-Linux or FreeBSD
-</p>
-
-<h3><a name="query-not" id="query-not">Requ&ecirc;te NOT</a></h3>
-<p>
-La requ&ecirc;te sp&eacute;cifie deux termes ou plus pour retrouver tous
-les documents qui contiennent un premier terme mais qui ne contiennent pas les
-termes suivants. Vous pouvez ins&eacute;rer l'op&eacute;rateur <code class="operator">not</code>
-entre les termes pour faire une requ&ecirc;te NOT. Ex. :
-</p>
-
-<p class="example">
-Linux not UNIX
-</p>
-
-
-<h3><a name="query-grouping" id="query-grouping">Regroupement</a></h3>
-<p>
-Vous pouvez regrouper les requ&ecirc;tes en les entourant par
-des parenth&egrave;ses. Les parenth&egrave;ses doivent &ecirc;tre s&eacute;par&eacute;es par un ou
-plusieurs espaces. Ex. : 
-</p>
-
-<p class="example">
-( Linux or FreeBSD ) and Netscape not Windows
-</p>
-
-<h3><a name="query-phrase" id="query-phrase">Recherche de phrase</a></h3>
-<p>
-Vous pouvez rechercher une phrase qui consiste en deux ou plusieurs termes
-en les entourant avec des guillemets comme
-<code class="operator">"..."</code> ou avec des accolades comme <code class="operator">{...}</code>.
-Dans Namazu, la pr&eacute;cision de la recherche de phrase n'est pas de 100 %,
-cela peut donc conduire pafois &agrave; des r&eacute;sultats faux. Ex. :
-</p>
-
-<p class="example">
-{GNU Emacs}
-</p>
-
-<!-- foo
-<p>
-Vous devez choisir ce dernier avec Tkanamzu ou namazu.el.
-</p>
--->
-
-<h3><a name="query-substring" id="query-substring">Correspondance de sous-cha&icirc;ne</a></h3>
-<p>
-Il existe trois types de recherche de sous-cha&icirc;ne.
-</p>
-
-<dl> 
-<dt>Correspondance pr&eacute;fix&eacute;e</dt>
-<dd><code class="example">inter*</code> (les termes qui commence par <code>inter</code>)</dd>
-<dt>Correspondance int&eacute;rieure</dt>
-<dd><code class="example">*text*</code> (les termes qui contiennent <code>text</code>)</dd>
-<dt>Correspondance postfix&eacute;e</dt>
-<dd><code class="example">*net</code> (les termes qui finissent
-par <code>net</code>)</dd>
-</dl>
-
-
-<h3><a name="query-regex" id="query-regex">Expressions r&eacute;guli&egrave;res</a></h3>
-
-<p>
-Vous pouvez utiliser les expressions r&eacute;guli&egrave;res pour la recherche. Les
-expressions r&eacute;guli&egrave;res doivent &ecirc;tre entour&eacute;es par des slashes comme <code
-class="operator">/.../</code>. Namazu utilise le moteur d'expressions r&eacute;guli&egrave;res de <a
-href="http://www.ruby-lang.org/">Ruby</a>. Il permet g&eacute;n&eacute;ralement une compatibilit&eacute; avec <a
-href="http://www.perl.com/">Perl</a>.
-Ex. :
-</p>
-
-<p class="example">
-/pro(gram|blem)s?/
-</p>
-
-
-<h3><a name="query-field" id="query-field">Recherche de champ sp&eacute;cifique</a></h3>
-<p>
-Vous pouvez limiter votre recherche &agrave; des champs sp&eacute;cifiques tel que
-<code>Subject:</code>, <code>From:</code>,
-<code>Message-Id:</code>. Cela est particuli&egrave;rement utile pour 
-les documents de type Courrier &eacute;lectronique/Message de forums de discussions. Ex. :
-</p>
-
-<ul>
-<li><code class="example">+subject:Linux</code><br>
-(Retrouve tous les documents qui contiennent <code>Linux</code>
-dans le champ <code>Subject:</code>)
-</li>
-
-<li><code class="example">+subject:"GNU Emacs"</code><br>
-(Retrouve tous les documents qui contiennent <code>GNU Emacs</code>
-dans le champ <code>Subject:</code>)
-</li>
-
-<li><code class="example">+from:foo at bar.jp</code><br>
-(Retrouve tous les documents qui contiennent <code>foo at bar.jp</code>
-dans le champ <code>From:</code>)
-</li>
-
-
-<li><code class="example">+message-id:&lt;199801240555.OAA18737 at foo.bar.jp&gt;</code><br>
-(Retrouve un document qui contient le 
-<code>Message-Id:</code> sp&eacute;cifi&eacute;)
-</li>
-</ul>
-
-<h3><a name="query-notes" id="query-notes">Notes</a></h3>
-
-<ul>
-<li>Dans toutes les requ&ecirc;tes, Namazu ignore les distinctions de casse des
-caract&egrave;res de l'alphabet. Autrement dit, Namazu fait
-toujours une recherche ind&eacute;pendante de la casse.
-</li>
-
-
-<li>Les phrases japonaises sont forc&eacute;es &agrave; &ecirc;tre segment&eacute;es en
-morph&egrave;mes automatiquement et sont g&eacute;r&eacute;es comme <a
-href="#query-phrase">une recherche de phrase</a>. Ce proc&eacute;d&eacute;
-conduit parfois &agrave; des segmentations invalides.
-</li>
-
-
-<li>L'alphabet, les nombres ou une partie des caract&egrave;res symboles (copi&eacute;s de l'
-ASCII) qui sont d&eacute;finis dans le JIS X 0208 (Standards 
-Industriel Japonais) sont g&eacute;r&eacute;s en tant que caract&egrave;res ASCII.
-</li>
-
-<li>Namazu peut g&eacute;rer un terme qui contient des symboles comme 
-<code>TCP/IP</code>. Etant donn&eacute; que cette gestion n'est pas compl&egrave;te,
-vous pouvez d&eacute;crire <code>TCP and IP</code> au lieu de 
-<code>TCP/IP</code>, mais cela peut conduire &agrave; des r&eacute;sultats impr&eacute;cis.
-</li>
-
-
-<li>La recherche de sous-cha&icirc;nes et de champs sp&eacute;cifiques prend
-plus de temps que les autres m&eacute;thodes.
-</li>
-
-<li>Si vous voulez utiliser les op&eacute;rateurs <code class="operator">and</code>,
-<code class="operator">or</code> ou <code
-class="operator">not</code> en tant que termes, vous pouvez
-les entourer respectivement avec des guillemets comme <code
-class="operator">"..."</code> ou des accolades comme <code
-class="operator">{...}</code>. 
-
-<!-- foo
-Vous devez choisir ce dernier avec Tkanamzu ou namazu.el.
--->
-</li>
-
-</ul>
-

Deleted: htdocs/trunk/search/templates/NMZ.body.nb
===================================================================
--- htdocs/trunk/search/templates/NMZ.body.nb	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.body.nb	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,190 +0,0 @@
-<h2><a name="query" id="query">Søk</a></h2>
-
-<h3><a name="query-term" id="query-term">Enkelt ord søk</a></h3>
-<p>
-Dette søket er for å finne alle dokumenter som inneholder det ene ordet/uttrykket
-for eksempel: 
-</p>
-
-<p class="example">
-namazu
-</p>
-
-<h3><a name="query-and" id="query-and">OG søk</a></h3> 
-
-<p>
-Dette søket inneholder to eller flere ord/uttrykk, og vil finne alle dokumenter 
-som inneholder begge disse. Sett inn
-<code class="operator">og</code> mellom søkeordene, f.eks. 
-</p>
-
-<p class="example">
-Linux og Netscape
-</p>
-
-<p>
-Du kan også utelate <code class="operator">og</code> koden.  Søkeord som er
-adskilt med mellomrom er antatt å være og søk.
-</p>
-
-<h3><a name="query-or" id="query-or">ELLER søk</a></h3>
-<p>
-Dette søket inneholder to eller flere ord/uttrykk, og vil finne alle dokumenter
-som inneholder minst ett av ordene. Sett inn
-<code class="operator">eller</code> mellom ordene,
-f.eks.
-</p>
-
-<p class="example">
-Linux eller FreeBSD
-</p>
-
-<h3><a name="query-not" id="query-not">IKKE søk</a></h3>
-<p>
-Dette søket finner alle dokumenter som inneholder ett ord,
-men ikke de andre.
-Sett inn <code class="operator">ikke</code>
-mellom ordene, f.eks.
-</p>
-
-<p class="example">
-Linux ikke UNIX
-</p>
-
-
-<h3><a name="query-grouping" id="query-grouping">Gruppering</a></h3>
-<p>
-Du kan gruppere søkeord ved å sette de inne i
-paranteser. Parantesene skal være separert av ett eller
-flere mellomrom. f.eks. 
-</p>
-
-<p class="example">
-( Linux eller FreeBSD ) og Netscape ikke Windows
-</p>
-
-<h3><a name="query-phrase" id="query-phrase">Frase søk</a></h3>
-<p>
-Du kan søke etter en frase som inneholder to eller flere ord
-ved å sette de inne i anførselstegn eller klammeparanteser som
-<code class="operator">"..."</code> og <code class="operator">{...}</code>.
-I Namazu, frase søket virker ikke helt 100 %,
-Feil resultat kan derfor dukke opp.  Eksempel:
-</p>
-
-<p class="example">
-{GNU Emacs}
-</p>
-
-<!-- foo
-<p>
-You must choose the latter with Tkanamzu or namazu.el.
-</p>
--->
-
-<h3><a name="query-substring" id="query-substring">Delstreng søk</a></h3>
-<p>
-Det er tre typer delstreng søk.
-</p>
-
-<dl> 
-<dt>Prefiks søk</dt>
-<dd><code class="example">inter*</code> (ord som begynner med <code>inter</code>)</dd>
-<dt>Midtdel søk</dt>
-<dd><code class="example">*text*</code> (ord som inneholder <code>text</code>)</dd>
-<dt>Suffiks søk</dt>
-<dd><code class="example">*net</code> (ord som slutter
-med <code>net</code>)</dd>
-</dl>
-
-
-<h3><a name="query-regex" id="query-regex">Regular expressions</a></h3>
-
-<p>
-You can use regular expressions for pattern matching. The
-regular expressions must be surrounded by slashes like <code
-class="operator">/.../</code>. Namazu uses <a
-href="http://www.ruby-lang.org/">Ruby</a>'s regular
-regular expressions engine. It generally offers a <a
-href="http://www.perl.com/">Perl</a> compatible flavor.
-e.g.,
-</p>
-
-<p class="example">
-/pro(gram|blem)s?/
-</p>
-
-
-<h3><a name="query-field" id="query-field">Felt spesifisert søk</a></h3>
-<p>
-Du kan begrense ditt søk til enkelte felter slik som
-<code>Subject:</code>, <code>From:</code>,
-<code>Message-Id:</code>. Denne funksjonaliteten er utmerket for
-Mail/News dokumenter, f.eks.:
-</p>
-
-<ul>
-<li><code class="example">+subject:Linux</code><br>
-(Finner alle dokumenter som inneholder <code>Linux</code>
-i et <code>Subject:</code> felt)
-</li>
-
-<li><code class="example">+subject:"GNU Emacs"</code><br>
-(Finner alle dokumenter som inneholder <code>GNU Emacs</code>
-i et <code>Subject:</code> felt)
-</li>
-
-<li><code class="example">+from:foo at bar.jp</code><br>
-(Finner alle dokumenter som inneholder <code>foo at bar.jp</code>
-i et <code>From:</code> felt)
-</li>
-
-
-<li><code class="example">+message-id:&lt;199801240555.OAA18737 at foo.bar.jp&gt;</code><br>
-(Finner et dokument som inneholder
-<code>Message-Id:</code>)
-</li>
-</ul>
-
-<h3><a name="query-notes" id="query-notes">Notat</a></h3>
-
-<ul>
-<li>I alle søk, Namazu ignores om det er store eller små bokstaver
-</li>
-
-<li>Japanese phrases are automatically segmented into
-morphemes and are handled as <a
-href="#query-phrase">phrase searching</a>. This process occasionally
-causes invalid segmentation.
-</li>
-
-<li>Bokstaver, tall eller deler av symboler (duplisert i
-ASCII) som er definert i JIS X 0208 (Japanese
-Industrial Standards) blir betraktet som ASCII tegn.
-</li>
-
-<li>Namazu kan håndtere ord/uttrykk som inneholder symboler slik som
-<code>TCP/IP</code>.  Siden denne håndteringen ikke er ferdigutviklet,
-kan du også skrive dette som <code>TCP og IP</code> isteden for
-<code>TCP/IP</code>, men det kan gi feil / rotete resultat.
-</li>
-
-
-<li>Delstreng og felt spesifike søk tar
-lenger tid enn andre søk.
-</li>
-
-<li>Hvis du vil bruke <code class="operator">og</code>,
-<code class="operator">eller</code> eller <code
-class="operator">ikke</code> som søkeord, kan du
-sette den inne i anførselstegn eller klammeparanteser <code
-class="operator">"..."</code> eller <code
-class="operator">{...}</code>. 
-
-<!-- foo
-You must choose the latter with Tkanamzu or namazu.el.
--->
-</li>
-
-</ul>
-

Deleted: htdocs/trunk/search/templates/NMZ.body.pl
===================================================================
--- htdocs/trunk/search/templates/NMZ.body.pl	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.body.pl	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,196 +0,0 @@
-<h2><a name="query" id="query">Zapytania</a></h2>
-
-<h3><a name="query-term" id="query-term">Zapytanie pojedyñcze</a></h3>
-<p>
-To zapytanie wyszczególnia tylko jedno okre¶lenie dla wyszukiwania wszystkich
-dokumentów, które zawieraj± to okre¶lenie, np.:
-</p>
-
-<p class="example">
-namazu
-</p>
-
-<h3><a name="query-and" id="query-and">Zapytanie typu AND(logiczne i)</a></h3>
-
-<p>
-To zapytanie wyszczególnia 2 lub wiêcej okre¶leñ dla wyszukiwania wszystkich
-dokumentów, które zawieraj± wszystkie podane okre¶lenia. Mo¿esz wpisaæ operator
-<code class="operator">and</code> pomiêdzy dwoma lub wiêcej okre¶leniami, np.:
-</p>
-
-<p class="example">
-Linux and Netscape
-</p>
-
-<p>
-Mo¿esz pomin±æ operator
-<code class="operator">and</code> .
-Okre¶lenia, które s± oddzielone jedn± lub wiêcej spacj± s± uwa¿ane za zapytanie typu AND.
-</p>
-
-<h3><a name="query-or" id="query-or">Zapytanie typu OR(logiczne lub)</a></h3>
-<p>
-To zapytanie wyszczególnia 2 lub wiêcej okre¶leñ dla wyszukiwania wszystkich
-dokumentów, które zawieraj± jakiekolwiek z podanych okre¶leñ. Mo¿esz wpisaæ operator
-<code class="operator">or</code> pomiêdzy dwoma lub wiêcej okre¶leniami, np.:
-</p>
-
-<p class="example">
-Linux or FreeBSD
-</p>
-
-<h3><a name="query-not" id="query-not">Zapytanie typu NOT(przeczenie)</a></h3>
-<p>
-To zapytanie wyszczególnia 2 lub wiêcej okre¶leñ dla wyszukiwania wszystkich
-dokumentów, które zawieraj± pierwsze okre¶lenie, ale nie zawieraj±
-nastêpnych okre¶leñ. Mo¿esz wpisaæ operator <code class="operator">not</code>
- pomiêdzy dwoma lub wiêcej okre¶leniami, np.:
-</p>
-
-<p class="example">
-Linux not UNIX
-</p>
-
-
-<h3><a name="query-grouping" id="query-grouping">Grupowanie</a></h3>
-<p>
-Mo¿esz grupowaæ zapytania przez zawarcie ich
-w nawiasach okrag³ych. Nawiasy powinny byæ oddzielone przez jedn± lub
-wiêcej spacji, np.:
-</p>
-
-<p class="example">
-( Linux or FreeBSD ) and Netscape not Windows
-</p>
-
-<h3><a name="query-phrase" id="query-phrase">Wyszukiwanie fraz</a></h3>
-<p>
-Mo¿esz szukaæ wyra¿enia, które sk³ada siê z dwóch lub wiêcej okre¶leñ
-otaczaj±c je podwójnym cudzys³owem jak
-<code class="operator">"..."</code> lub klamrami jak <code class="operator">{...}</code>.
-Precyzja Namazu  w wyszukiwaniu fraz nie jest 100%,
-lecz b³êdne wyniki trafiaj± siê bardzo rzadko, np.:
-</p>
-
-<p class="example">
-{GNU Emacs}
-</p>
-
-<!-- foo
-<p>
-You must choose the latter with Tkanamzu or namazu.el.
-Musisz wybraæ ten ostatni z  Tkanamzu lub namazu.el. ???
-</p>
--->
-
-<h3><a name="query-substring" id="query-substring">Wyszukiwanie okrojonych s³ów</a></h3>
-<p>
-S± trzy typy wyszukiwania okrojonych s³ów.
-</p>
-
-<dl>
-<dt>Przedrostkowe dopasowanie</dt>
-<dd><code class="example">inter*</code> (okre¶lenia rozpoczynaj±ce siê na <code>inter</code>)</dd>
-<dt>Wewnêtrzne dopasowanie</dt>
-<dd><code class="example">*text*</code> (okre¶lenia zawieraj±ce siê wewn±trz <code>text</code>)</dd>
-<dt>Przyrostkowe dopasowanie</dt>
-<dd><code class="example">*net</code> (okre¶lenia koñcz±ce siê na <code>net</code>)</dd>
-</dl>
-
-
-<h3><a name="query-regex" id="query-regex">Wyra¿enia regularne (man grep)</a></h3>
-
-<p>
-Mo¿esz u¿ywaæ wyra¿eñ regularnych jako wzór do dopasowywania.
-Wyra¿enia regularne musz± byæ otoczone przez uko¶niki tak, jak
-<code
-class="operator">/.../</code>. Namazu wykorzystuje silnik wyra¿eñ regularnych
-<ahref="http://www.ruby-lang.org/">Ruby</a>. Ogólnie jest on kompatybilny z <a
-href="http://www.perl.com/">Perl</a> ,
-np.:
-</p>
-
-<p class="example">
-/pro(gram|blem)s?/
-</p>
-
-
-<h3><a name="query-field" id="query-field">Wyszukiwanie po wyspecyfikowanych polach</a></h3>
-<p>
-Mo¿esz ograniczyæ przeszukiwanie do okre¶lonych pól jak
-<code>Subject:</code>, <code>From:</code>,
-<code>Message-Id:</code>. Jest to zw³aszcza dogodne dla dokumentów typu
-Mail/News, np.:
-</p>
-
-<ul>
-<li><code class="example">+subject:Linux</code><br>
-(Zwraca wszystkie dokument zawieraj±ce pola <code>Linux</code>
-w <code>Subject:</code> )
-</li>
-
-<li><code class="example">+subject:"GNU Emacs"</code><br>
-(Zwraca wszystkie dokumenty zawieraj±ce pola <code>GNU Emacs</code>
-w <code>Subject:</code> )
-</li>
-
-<li><code class="example">+from:foo at bar.jp</code><br>
-(Zwraca wszystkie dokument zawieraj±ce pola <code>foo at bar.jp</code>
-w <code>From:</code> )
-</li>
-
-
-<li><code class="example">+message-id:&lt;199801240555.OAA18737 at foo.bar.jp&gt;</code><br>
-(Zwraca pewien dokument zawieraj±cy wyszczególnione
-<code>Message-Id:</code>)
-</li>
-</ul>
-
-<h3><a name="query-notes" id="query-notes">Uwagi</a></h3>
-
-<ul>
-<li>We wszystkich zapytaniach, Namazu ignoruje wielko¶æ znaków alfabetu.
-</li>
-
-<li>Japanese phrases are forced to be segmented into
-morphemes automatically and are handled them as <a
-href="#query-phrase">phrase searching</a>. This processing
-causes invalid segmentation occasionally.
-<br>Po cholere to t³umaczyli na angielski? Ja. w ka¿dym b±d¼ razie nie bêdê, bo nie zamierzam pos³ugiwaæ
-siê jêz. japoñskim.
-</li>
-
-<li>Alphabet, numbers or a part of symbols (duplicated in
-ASCII) characters which defined in JIS X 0208 (Japanese
-Industrial Standards) are handled as ASCII characters.
-<br>Ju¿ mam sko¶ne oczy wed³ug normy przemys³owej JIS X 0208.
-</li>
-
-<li>Namazu radzi sobie z okre¶leniami zawieraj±cymi znaki takie jak
-<code>TCP/IP</code>, ale to radzenie sobie nie jest kompletne
-mo¿esz opisaæ
-<code>TCP and IP</code> zamiast
-<code>TCP/IP</code>, ale mo¿e to byæ powodem zbyt wielu dopasowañ (szumu informacyjnego)
-</li>
-
-<li>Dopasowania okrojonych s³ów i szukania po wybranych polach zabieraj±
-wiêcej czasu, ni¿ inne metody.
-</li>
-
-<li>Je¿eli chcesz u¿ywaæ <code class="operator">and</code>,
-<code class="operator">or</code> lub <code
-class="operator">not</code> po prostu jako okre¶leñ, mo¿esz
-otoczyæ je odpowiednio podwójnym cudzys³owem tak, jak
-<code
-class="operator">"..."</code> lub klamrami tak, jak <code
-class="operator">{...}</code>.
-
-<!-- foo
-You must choose the latter with Tkanamzu or namazu.el.
-???????????????????????????????????? ho ku jank siu?
-ja nie znaju sztoo eto.
--->
-</li>
-
-</ul>
-

Deleted: htdocs/trunk/search/templates/NMZ.foot
===================================================================
--- htdocs/trunk/search/templates/NMZ.foot	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.foot	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,14 +0,0 @@
-</div>
-
-<div id="tail">
-<hr />
-<p style="text-align:center;">
-This search system is powered by 
-<strong><a href="http://www.namazu.org/">Namazu</a> <!-- VERSION --> v{version} <!-- VERSION --></strong>
-</p>
-<p style="text-align:center;"><b>Copyright &copy; 2001-2006 The GnuCash Project</b></p>
-<p style="text-align:center;">Server &amp; email outage reports to
-  <a href="mailto:webmaster at gnucash.org"><b>webmaster at gnucash.org</b></a></p>
-</div>
-</body>
-</html>

Deleted: htdocs/trunk/search/templates/NMZ.foot.de
===================================================================
--- htdocs/trunk/search/templates/NMZ.foot.de	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.foot.de	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,16 +0,0 @@
-<div id="tail">
-<hr />
-<p>
-Dieses Suchsystem wird mit
-<strong><a href="http://www.namazu.org/">Namazu</a> <!-- VERSION --> v{version} <!-- VERSION --></strong>
-betrieben.
-</p>
-<a href="http://www.gnucash.org">GnuCash Home Page</a>
-<address>
-<!-- ADDRESS -->
-<a href="mailto:webmaster at gnucash.org">webmaster at gnucash.org</a>
-<!-- ADDRESS -->
-</address>
-</div>
-</body>
-</html>

Deleted: htdocs/trunk/search/templates/NMZ.foot.es
===================================================================
--- htdocs/trunk/search/templates/NMZ.foot.es	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.foot.es	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,15 +0,0 @@
-<div id="tail">
-<hr>
-<p>
-El sistema de búsqueda está soportado por 
-<strong><a href="http://www.namazu.org/">Namazu</a> <!-- VERSION --> v{version} <!-- VERSION --></strong>
-</p>
-<a href="http://www.gnucash.org">GnuCash Home Page</a>
-<address>
-<!-- ADDRESS -->
-<a href="mailto:webmaster at gnucash.org">webmaster at gnucash.org</a>
-<!-- ADDRESS -->
-</address>
-</div>
-</body>
-</html>

Deleted: htdocs/trunk/search/templates/NMZ.foot.fr
===================================================================
--- htdocs/trunk/search/templates/NMZ.foot.fr	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.foot.fr	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,15 +0,0 @@
-<div id="tail">
-<hr>
-<p>
-Ce moteur de recherche utilise  
-<strong><a href="http://www.namazu.org/">Namazu</a> <!-- VERSION --> v{version} <!-- VERSION --></strong>
-</p>
-<a href="http://www.gnucash.org">GnuCash Home Page</a>
-<address>
-<!-- ADDRESS -->
-<a href="mailto:webmaster at gnucash.org">webmaster at gnucash.org</a>
-<!-- ADDRESS -->
-</address>
-</div>
-</body>
-</html>

Deleted: htdocs/trunk/search/templates/NMZ.foot.nb
===================================================================
--- htdocs/trunk/search/templates/NMZ.foot.nb	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.foot.nb	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,15 +0,0 @@
-<div id="tail">
-<hr>
-<p>
-Dette søkesystemet er styrt av 
-<strong><a href="http://www.namazu.org/">Namazu</a> <!-- VERSION --> v{version} <!-- VERSION --></strong>
-</p>
-<a href="http://www.gnucash.org">GnuCash Hjemmeside</a>
-<address>
-<!-- ADDRESS -->
-<a href="mailto:webmaster at gnucash.org">webmaster at gnucash.org</a>
-<!-- ADDRESS -->
-</address>
-</div>
-</body>
-</html>

Deleted: htdocs/trunk/search/templates/NMZ.foot.pl
===================================================================
--- htdocs/trunk/search/templates/NMZ.foot.pl	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.foot.pl	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,17 +0,0 @@
-<div id="tail">
-<hr>
-<p>
-Ten system wyszukiwania jest oparty na
-<strong><a href="http://www.namazu.org/">Namazu</a> <!-- VERSION --> v{version} <!-- VERSION --></strong>
-</p>
-<p>Mniej udan±, lecz wiêksz± czê¶æ t³umaczenia na jêzyk polski(?) wykona³ Tomasz Wittner dn. 07-08-2002, podpuszczony przez Krzysztofa Drewicza (alias hunter), developera PLD i t³umacza list rozwijanych, którego podpu¶ci³ do zajmowania siê Namazu Tomasz Wittner ...
- </p>
-<a href="http://www.gnucash.org">GnuCash Home Page</a>
-<address>
-<!-- ADDRESS -->
-<a href="mailto:webmaster at gnucash.org">webmaster at gnucash.org</a>
-<!-- ADDRESS -->
-</address>
-</div>
-</body>
-</html>

Deleted: htdocs/trunk/search/templates/NMZ.head
===================================================================
--- htdocs/trunk/search/templates/NMZ.head	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.head	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,66 +0,0 @@
-Content-type: text/html
-X-Powered-By: PHP/4.3.11
-
-<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>
-<div id="content">
-<h1>Mailing List Search</h1>
-
-<form method="get" action="{cgi}">
-<p>
-<strong>Query:</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}">[How to search]</a>
-</p>
-<p>
-<strong>Display:</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">short</option>
-</select>
-<strong>Sort:</strong>
-<select name="sort">
-<option selected value="score">by score</option>
-<option value="date:late">by date in late order</option>
-<option value="date:early">by date in early order</option>
-<option value="field:subject:ascending">by title in ascending order</option>
-<option value="field:subject:descending">by title in descending order</option>
-<option value="field:from:ascending">by author in ascending order</option>
-<option value="field:from:descending">by author in descending order</option>
-<option value="field:size:ascending">by size in ascending order</option>
-<option value="field:size:descending">by size in descending order</option>
-<option value="field:uri:ascending">by URI in ascending order</option>
-<option value="field:uri:descending">by URI in descending order</option>
-</select>
-</p>
-
-<p>
-<strong>Lists to Search:</strong>
-<ul>
-</ul>
-</p>
-</form>
-<hr />

Deleted: htdocs/trunk/search/templates/NMZ.head.de
===================================================================
--- htdocs/trunk/search/templates/NMZ.head.de	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.head.de	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,79 +0,0 @@
-<!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:webmaster at gnucash.org">
-<!-- LINK-REV-MADE -->
-<title>Search the GnuCash Mailing Lists</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>Search the GnuCash Mailing Lists</h1>
-<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&ouml;&szlig;e, aufsteigend</option>
-<option value="field:size:descending">nach Gr&ouml;&szlig;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>
-<input type="checkbox" name="idxname" value="gnucash-de" checked>gnucash-de
-<input type="checkbox" name="idxname" value="gnucash-announce">gnucash-announce
-<input type="checkbox" name="idxname" value="gnucash-devel">gnucash-devel
-<input type="checkbox" name="idxname" value="gnucash-user">gnucash-user
-<input type="checkbox" name="idxname" value="gnucash-br">gnucash-br
-<input type="checkbox" name="idxname" value="gnucash-es">gnucash-es
-<input type="checkbox" name="idxname" value="gnucash-fr">gnucash-fr
-<input type="checkbox" name="idxname" value="gnucash-it">gnucash-it
-</ul>
-</p>
-</form>
-<hr>

Deleted: htdocs/trunk/search/templates/NMZ.head.es
===================================================================
--- htdocs/trunk/search/templates/NMZ.head.es	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.head.es	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,79 +0,0 @@
-<!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:webmaster at gnucash.org">
-<!-- LINK-REV-MADE -->
-<title>Busca los listos de GnuCash</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="es">
-<h1>Busca los listos de GnuCash</h1>
-<form method="get" action="{cgi}">
-<p>
-<strong>Cadena de Búsqueda:</strong> 
-<input type="text" name="query" size="40">
-<input type="submit" name="submit" value="Buscar!">
-<!-- <input type="hidden" name="idxname" value="foobar"> -->
-<a href="{cgi}">[Cómo buscar]</a>
-</p>
-<p>
-<strong>Visualizar:</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>Descripción:</strong>
-<select name="result">
-<option selected value="normal">normal</option>
-<option value="short">corta</option>
-</select>
-<strong>Orden:</strong>
-<select name="sort">
-<option selected value="score">por puntuación</option>
-<option value="date:late">por fecha ascendente</option>
-<option value="date:early">por fecha descendente</option>
-<option value="field:subject:ascending">por título ascendente</option>
-<option value="field:subject:descending">por título descendente</option>
-<option value="field:from:ascending">por autor ascendente</option>
-<option value="field:from:descending">por autor descendente</option>
-<option value="field:size:ascending">por tamaño ascendente</option>
-<option value="field:size:descending">por tamaño descendente</option>
-<option value="field:uri:ascending">por URI ascendente</option>
-<option value="field:uri:descending">por URI descendente</option>
-</select>
-</p>
-
-<p>
-<strong>Lists to Search:</strong>
-<ul>
-<input type="checkbox" name="idxname" value="gnucash-es" checked>gnucash-es
-<input type="checkbox" name="idxname" value="gnucash-announce">gnucash-announce
-<input type="checkbox" name="idxname" value="gnucash-devel">gnucash-devel
-<input type="checkbox" name="idxname" value="gnucash-user">gnucash-user
-<input type="checkbox" name="idxname" value="gnucash-br">gnucash-br
-<input type="checkbox" name="idxname" value="gnucash-de">gnucash-de
-<input type="checkbox" name="idxname" value="gnucash-fr">gnucash-fr
-<input type="checkbox" name="idxname" value="gnucash-it">gnucash-it
-</ul>
-</p>
-</form>
-<hr>

Deleted: htdocs/trunk/search/templates/NMZ.head.fr
===================================================================
--- htdocs/trunk/search/templates/NMZ.head.fr	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.head.fr	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,79 +0,0 @@
-<!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:webmaster at gnucash.org">
-<!-- LINK-REV-MADE -->
-<title>Search the GnuCash Mailing Lists</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>Search the GnuCash Mailing Lists</h1>
-<form method="get" action="{cgi}">
-<p>
-<strong>Crit&egrave;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&eacute;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>
-<input type="checkbox" name="idxname" value="gnucash-fr" checked>gnucash-fr
-<input type="checkbox" name="idxname" value="gnucash-announce">gnucash-announce
-<input type="checkbox" name="idxname" value="gnucash-devel">gnucash-devel
-<input type="checkbox" name="idxname" value="gnucash-user">gnucash-user
-<input type="checkbox" name="idxname" value="gnucash-br">gnucash-br
-<input type="checkbox" name="idxname" value="gnucash-de">gnucash-de
-<input type="checkbox" name="idxname" value="gnucash-es">gnucash-es
-<input type="checkbox" name="idxname" value="gnucash-it">gnucash-it
-</ul>
-</p>
-</form>
-<hr>

Deleted: htdocs/trunk/search/templates/NMZ.head.nb
===================================================================
--- htdocs/trunk/search/templates/NMZ.head.nb	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.head.nb	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,79 +0,0 @@
-<!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:webmaster at gnucash.org">
-<!-- LINK-REV-MADE -->
-<title>Søk i GnuCash Mailing Lists</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="nb">
-<h1>Søk i GnuCash Mailing lists</h1>
-<form method="get" action="{cgi}">
-<p>
-<strong>Søkestreng:</strong> 
-<input type="text" name="query" size="40">
-<input type="submit" name="submit" value="Søk!">
-<!-- <input type="hidden" name="idxname" value="foobar"> -->
-<a href="{cgi}">[Hvordan søke]</a>
-</p>
-<p>
-<strong>Vis:</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>Beskrivelse:</strong>
-<select name="result">
-<option selected value="normal">normal</option>
-<option value="short">kort</option>
-</select>
-<strong>Sortering:</strong>
-<select name="sort">
-<option selected value="score">etter treff</option>
-<option value="date:late">etter dato, eldste først</option>
-<option value="date:early">etter dato, siste først</option>
-<option value="field:subject:ascending">etter tittel, (a-z)</option>
-<option value="field:subject:descending">etter tittel, (z-a)</option>
-<option value="field:from:ascending">etter forfatter, (a-z)</option>
-<option value="field:from:descending">etter forfatter, (z-a)</option>
-<option value="field:size:ascending">etter størrelse, størst først</option>
-<option value="field:size:descending">etter størrelse, minst først</option>
-<option value="field:uri:ascending">etter URI, (a-z)</option>
-<option value="field:uri:descending">etter URI (z-a)</option>
-</select>
-</p>
-
-<p>
-<strong>Lister som skal søkes:</strong>
-<ul>
-<input type="checkbox" name="idxname" value="gnucash-announce">gnucash-announce
-<input type="checkbox" name="idxname" value="gnucash-devel" checked>gnucash-devel
-<input type="checkbox" name="idxname" value="gnucash-user" checked>gnucash-user
-<input type="checkbox" name="idxname" value="gnucash-br">gnucash-br
-<input type="checkbox" name="idxname" value="gnucash-de">gnucash-de
-<input type="checkbox" name="idxname" value="gnucash-es">gnucash-es
-<input type="checkbox" name="idxname" value="gnucash-fr">gnucash-fr
-<input type="checkbox" name="idxname" value="gnucash-it">gnucash-it
-</ul>
-</p>
-</form>
-<hr>

Deleted: htdocs/trunk/search/templates/NMZ.head.pl
===================================================================
--- htdocs/trunk/search/templates/NMZ.head.pl	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.head.pl	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,79 +0,0 @@
-<!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:webmaster at gnucash.org">
-<!-- LINK-REV-MADE -->
-<title>Search the GnuCash Mailing Lists</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="pl">
-<h1>Search the GnuCash Mailing Lists</h1>
-<form method="get" action="{cgi}">
-<p>
-<strong>Query:</strong>
-<input type="text" name="query" size="40">
-<input type="submit" name="submit" value="Szukaj!">
-<!-- <input type="hidden" name="idxname" value="foobar"> -->
-<a href="{cgi}">[Jak szukaæ, ¿eby znale¼æ a nie zab³±dziæ]</a>
-</p>
-<p>
-<strong>Pokazuj:</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>Opis:</strong>
-<select name="result">
-<option selected value="normal">normalny</option>
-<option value="short">skrócony</option>
-</select>
-<strong>Kryterium sortowania:</strong>
-<select name="sort">
-<option selected value="score">wynik</option>
-<option value="date:late">data, od najnowszych</option>
-<option value="date:early">data, od najstarszych</option>
-<option value="field:subject:ascending">tytu³, w porz±dku rosn±cym</option>
-<option value="field:subject:descending">tytu³, w porz±dku malej±cym</option>
-<option value="field:from:ascending">autor, w porz±dku rosn±cym</option>
-<option value="field:from:descending">autor, w porz±dku malej±cym</option>
-<option value="field:size:ascending">rozmiar, w porz±dku rosn±cym</option>
-<option value="field:size:descending">rozmiar, w porz±dku malej±cym</option>
-<option value="field:uri:ascending">URI, w porz±dku rosn±cym</option>
-<option value="field:uri:descending">URI, w porz±dku malej±cym</option>
-</select>
-</p>
-
-<p>
-<strong>Cel:</strong>
-<ul>
-<input type="checkbox" name="idxname" value="gnucash-announce">gnucash-announce
-<input type="checkbox" name="idxname" value="gnucash-devel" checked>gnucash-devel
-<input type="checkbox" name="idxname" value="gnucash-user" checked>gnucash-user
-<input type="checkbox" name="idxname" value="gnucash-br">gnucash-br
-<input type="checkbox" name="idxname" value="gnucash-de">gnucash-de
-<input type="checkbox" name="idxname" value="gnucash-es">gnucash-es
-<input type="checkbox" name="idxname" value="gnucash-fr">gnucash-fr
-<input type="checkbox" name="idxname" value="gnucash-it">gnucash-it
-</ul>
-</p>
-</form>
-<hr>

Deleted: htdocs/trunk/search/templates/NMZ.result.normal
===================================================================
--- htdocs/trunk/search/templates/NMZ.result.normal	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.result.normal	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,5 +0,0 @@
-<dt>${namazu::counter}. <strong><a href="${uri}">${title}</a></strong> (score: ${namazu::score})</dt>
-<dd><strong>Author</strong>: <em>${author}</em></dd>
-<dd><strong>Date</strong>: <em>${date}</em></dd>
-<dd>${summary}</dd>
-<dd><a href="${uri}">${uri}</a> (${size} bytes)<br><br></dd>

Deleted: htdocs/trunk/search/templates/NMZ.result.normal.de
===================================================================
--- htdocs/trunk/search/templates/NMZ.result.normal.de	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.result.normal.de	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,5 +0,0 @@
-<dt>${namazu::counter}. <strong><a href="${uri}">${title}</a></strong> (Score: ${namazu::score})</dt>
-<dd><strong>Autor</strong>: <em>${author}</em></dd>
-<dd><strong>Datum</strong>: <em>${date}</em></dd>
-<dd>${summary}</dd>
-<dd><a href="${uri}">${uri}</a> (${size} Byte)<br><br></dd>

Deleted: htdocs/trunk/search/templates/NMZ.result.normal.es
===================================================================
--- htdocs/trunk/search/templates/NMZ.result.normal.es	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.result.normal.es	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,5 +0,0 @@
-<dt>${namazu::counter}. <strong><a href="${uri}">${title}</a></strong> (puntuación: ${namazu::score})</dt>
-<dd><strong>Autor</strong>: <em>${author}</em></dd>
-<dd><strong>Fecha</strong>: <em>${date}</em></dd>
-<dd>${summary}</dd>
-<dd><a href="${uri}">${uri}</a> (${size} bytes)<br><br></dd>

Deleted: htdocs/trunk/search/templates/NMZ.result.normal.fr
===================================================================
--- htdocs/trunk/search/templates/NMZ.result.normal.fr	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.result.normal.fr	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,5 +0,0 @@
-<dt>${namazu::counter}. <strong><a href="${uri}">${title}</a></strong> (score : ${namazu::score})</dt>
-<dd><strong>Auteur</strong> : <em>${author}</em></dd>
-<dd><strong>Date</strong> : <em>${date}</em></dd>
-<dd>${summary}</dd>
-<dd><a href="${uri}">${uri}</a> (${size} octets)<br><br></dd>

Deleted: htdocs/trunk/search/templates/NMZ.result.normal.nb
===================================================================
--- htdocs/trunk/search/templates/NMZ.result.normal.nb	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.result.normal.nb	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,5 +0,0 @@
-<dt>${namazu::counter}. <strong><a href="${uri}">${title}</a></strong> (score: ${namazu::score})</dt>
-<dd><strong>Forfatter</strong>: <em>${author}</em></dd>
-<dd><strong>Dato</strong>: <em>${date}</em></dd>
-<dd>${summary}</dd>
-<dd><a href="${uri}">${uri}</a> (${size} bytes)<br><br></dd>

Deleted: htdocs/trunk/search/templates/NMZ.result.normal.pl
===================================================================
--- htdocs/trunk/search/templates/NMZ.result.normal.pl	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.result.normal.pl	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,5 +0,0 @@
-<dt>${namazu::counter}. <strong><a href="${uri}">${title}</a></strong> (wynik: ${namazu::score})</dt>
-<dd><strong>Autor</strong>: <em>${author}</em></dd>
-<dd><strong>Data</strong>: <em>${date}</em></dd>
-<dd>${summary}</dd>
-<dd><a href="${uri}">${uri}</a> (${size} bajtów)<br><br></dd>

Deleted: htdocs/trunk/search/templates/NMZ.result.short
===================================================================
--- htdocs/trunk/search/templates/NMZ.result.short	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.result.short	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,2 +0,0 @@
-<dt>${namazu::counter}. <strong><a href="${uri}">${title}</a></strong> (score: ${namazu::score})</dt>
-<dd><a href="${uri}">${uri}</a> (${size} bytes)<br><br></dd>

Deleted: htdocs/trunk/search/templates/NMZ.result.short.de
===================================================================
--- htdocs/trunk/search/templates/NMZ.result.short.de	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.result.short.de	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,2 +0,0 @@
-<dt>${namazu::counter}. <strong><a href="${uri}">${title}</a></strong> (Score: ${namazu::score})</dt>
-<dd><a href="${uri}">${uri}</a> (${size} Byte)<br><br></dd>

Deleted: htdocs/trunk/search/templates/NMZ.result.short.es
===================================================================
--- htdocs/trunk/search/templates/NMZ.result.short.es	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.result.short.es	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,2 +0,0 @@
-<dt>${namazu::counter}. <strong><a href="${uri}">${title}</a></strong> (score: ${namazu::score})</dt>
-<dd><a href="${uri}">${uri}</a> (${size} bytes)<br><br></dd>

Deleted: htdocs/trunk/search/templates/NMZ.result.short.fr
===================================================================
--- htdocs/trunk/search/templates/NMZ.result.short.fr	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.result.short.fr	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,2 +0,0 @@
-<dt>${namazu::counter}. <strong><a href="${uri}">${title}</a></strong> (score : ${namazu::score})</dt>
-<dd><a href="${uri}">${uri}</a> (${size} octets)<br><br></dd>

Deleted: htdocs/trunk/search/templates/NMZ.result.short.nb
===================================================================
--- htdocs/trunk/search/templates/NMZ.result.short.nb	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.result.short.nb	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,2 +0,0 @@
-<dt>${namazu::counter}. <strong><a href="${uri}">${title}</a></strong> (score: ${namazu::score})</dt>
-<dd><a href="${uri}">${uri}</a> (${size} bytes)<br><br></dd>

Deleted: htdocs/trunk/search/templates/NMZ.result.short.pl
===================================================================
--- htdocs/trunk/search/templates/NMZ.result.short.pl	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.result.short.pl	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,2 +0,0 @@
-<dt>${namazu::counter}. <strong><a href="${uri}">${title}</a></strong> (wynik: ${namazu::score})</dt>
-<dd><a href="${uri}">${uri}</a> (${size} bajtów)<br><br></dd>

Deleted: htdocs/trunk/search/templates/NMZ.tips
===================================================================
--- htdocs/trunk/search/templates/NMZ.tips	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.tips	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,65 +0,0 @@
-<h2><a name="tips" id="tips">Tips on searching</a></h2>
-
-<p>
-If you have trouble with searching, you can check the following tips.
-</p>
-
-<ul>
-<li>Check a spelling of your keyword<br>
-Namazu can't find anything with wrong spelling.
-</li>
-
-<li>Add keywords<br>
-
-If you gained no results or too few results, you can add one
-or more related keywords with <code
-class="operator">or</code> operator.  You should get more results.
-e.g., <br>
-<code class="example">tex or ptex or latex or latex2e</code><br>
-
-If you gained too many results, you can add one or more
-related keywords with <code class="operator">and</code>
-operator. It makes your search more limited. e.g., <br>
-<code class="example">latex and dvi2ps and eps</code>
-</li>
-
-<li>Try substring matching<br>
-
-If you gained no results or too few results, you can try
-substring matching. 
-
-You can specify <code class="example">tex*</code> to
-search for terms which begin with
-<code>tex</code> (e.g., <code>tex</code>,
-<code>texi2html</code>,
-<code>texindex</code>, <code>text</code>).
-<br>
-
-You can specify <code class="example">*tex</code> to
-search for terms which terminated with <code>tex</code> (e.g.,
-<code>bibtex</code>, 
-<code>jlatex</code>, <code>latex</code>,
-<code>platex</code>, <code>ptex</code>, <code>vertex</code>).
-<br>
-
-You can specify <code class="example">*tex*</code> to
-search for terms which contain <code>tex</code> (many).
-<br>
-</li>
-
-<li>You tried phrase searching but it hit documents which
-didn't contain your phrase.<br>
-
-It's a defect of Namazu. Precision of phrase searching is
-not 100 %, so it cause wrong results occasionally.
-</li>
-
-<li>You want to use <code class="operator">and</code>,
-<code class="operator">or</code> or <code
-class="operator">not</code> as ordinary keywords<br>
-You can surround them respectively with double quotes like <code
-class="operator">"..."</code> or braces like <code
-class="operator">{...}</code>.
-</li>
-
-</ul>

Deleted: htdocs/trunk/search/templates/NMZ.tips.es
===================================================================
--- htdocs/trunk/search/templates/NMZ.tips.es	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.tips.es	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,65 +0,0 @@
-<h2><a name="tips" id="tips">Tips on searching</a></h2>
-
-<p>
-If you have trouble with searching, you can check the following tips.
-</p>
-
-<ul>
-<li>Check a spelling of your keyword<br>
-Namazu can't find anything with wrong spelling.
-</li>
-
-<li>Add keywords<br>
-
-If you gained no results or too few results, you can add one
-or more related keywords with <code
-class="operator">or</code> operator. It makes your search
-more hittable. e.g., <br>
-<code class="example">tex or ptex or latex or latex2e</code><br>
-
-If you gaind too many results, you can add one or more
-related keywords with <code class="operator">and</code>
-operator. It makes your search more limited. e.g., <br>
-<code class="example">latex and dvi2ps and eps</code>
-</li>
-
-<li>Try substring matching<br>
-
-If you gained no results or too few results, you can try
-substring matching. 
-
-You can specify <code class="example">tex*</code> to
-search for terms which begin with
-<code>tex</code> (e.g., <code>tex</code>,
-<code>texi2html</code>,
-<code>texindex</code>, <code>text</code>).
-<br>
-
-You can specify <code class="example">*tex</code> to
-search for terms which terminated with <code>tex</code> (e.g.,
-<code>bibtex</code>, 
-<code>jlatex</code>, <code>latex</code>,
-<code>platex</code>, <code>ptex</code>, <code>vertex</code>).
-<br>
-
-You can specify <code class="example">*tex*</code> to
-search for terms which contain <code>tex</code> (many).
-<br>
-</li>
-
-<li>You tried phrase searching but it hit documents which
-didn't contain your phrase.<br>
-
-It's a defect of Namazu. Precision of phrase searching is
-not 100 %, so it cause wrong results occasionally.
-</li>
-
-<li>You want to use <code class="operator">and</code>,
-<code class="operator">or</code> or <code
-class="operator">not</code> as ordinary keywords<br>
-You can surround them respectively with double quotes like <code
-class="operator">"..."</code> or braces like <code
-class="operator">{...}</code>.
-</li>
-
-</ul>

Deleted: htdocs/trunk/search/templates/NMZ.tips.fr
===================================================================
--- htdocs/trunk/search/templates/NMZ.tips.fr	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.tips.fr	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,65 +0,0 @@
-<h2><a name="tips" id="tips">Trucs pour la recherche</a></h2>
-
-<p>
-Si vous avez des probl&egrave;mes avec la recherche, vous pouvez essayer les trucs suivants.
-</p>
-
-<ul>
-<li>V&eacute;rifiez l'orthographe de votre mot clef<br>
-Namazu ne peut rien trouver sans la bonne orthographe.
-</li>
-
-<li>Ajoutez des mots clefs<br>
-
-Si vous n'obtenez aucun r&eacute;sultat ou trop peu de r&eacute;sultats, vous pouvez ajouter un
-ou plusieurs mots clefs li&eacute;s avec l'op&eacute;rateur <code
-class="operator">or</code>. Cela rend votre recherche
-plus susceptible de donner des r&eacute;sultats. Ex. : <br>
-<code class="example">tex or ptex or latex or latex2e</code><br>
-
-Si vous obtenez trop de r&eacute;sultats, vous pouvez ajouter un ou plusieurs
-mots clefs li&eacute;s avec l'op&eacute;rateur <code class="operator">and</code>
-. Cela rend votre recherche plus limit&eacute;e. Ex. : <br>
-<code class="example">latex and dvi2ps and eps</code>
-</li>
-
-<li>Essayez la recherche de sous-cha&icirc;nes<br>
-
-Si vous n'obtenez aucun r&eacute;sultat ou trop peu de r&eacute;sultats, vous pouvez essayer
-la recherche de sous-cha&icirc;nes.
-
-You can specify <code class="example">tex*</code> to
-search for terms which begin with
-<code>tex</code> (e.g., <code>tex</code>,
-<code>texi2html</code>,
-<code>texindex</code>, <code>text</code>).
-<br>
-
-Vous pouvez sp&eacute;cifier <code class="example">*tex</code> pour
-rechercher les termes qui se terminent en <code>tex</code> (ex. :
-<code>bibtex</code>, 
-<code>jlatex</code>, <code>latex</code>,
-<code>platex</code>, <code>ptex</code>, <code>vertex</code>).
-<br>
-
-Vous pouvez sp&eacute;cifier <code class="example">*tex*</code> pour
-rechercher les termes qui contiennent <code>tex</code> (ils sont nombreux).
-<br>
-</li>
-
-<li>Vous avez essay&eacute; la recherche d'une phrase mais cela donne des documents qui
-ne contiennent pas votre phrase.<br>
-
-C'est un d&eacute;faut de Namazu. La pr&eacute;cision de la recherche de phrase n'est
-pas de 100 %, donc cela peut parfois conduire &agrave; des r&eacute;sultats faux.
-</li>
-
-<li>Vous voulez utiliser <code class="operator">and</code>,
-<code class="operator">or</code> ou <code
-class="operator">not</code> en tant que mots clefs<br>
-Vous pouvez les entourer respectivement avec des guillemets comme <code
-class="operator">"..."</code> ou des accolades comme <code
-class="operator">{...}</code>.
-</li>
-
-</ul>

Deleted: htdocs/trunk/search/templates/NMZ.tips.nb
===================================================================
--- htdocs/trunk/search/templates/NMZ.tips.nb	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.tips.nb	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,65 +0,0 @@
-<h2><a name="tips" id="tips">Søke Tips</a></h2>
-
-<p>
-Hvis du har problemer med søket, kan du prøve følgende tips.
-</p>
-
-<ul>
-<li>Kontoller stavingen av søkeordene<br>
-Namazu kan ikke finne noe som er feil stavet.
-</li>
-
-<li>Legg til flere søkeord<br>
-
-Ved få eller ingen resultater, kan det legges til en eller
-flere relaterte søkeord med <code
-class="operator">eller</code> operator.  Du burde da få flere resultater.
-e.g., <br>
-<code class="example">tex eller ptex eller latex eller latex2e</code><br>
-
-Hvis du fikk for mange resultater, kan du legge til en eller
-flere relaterte søkeord med <code class="operator">og</code>
-operator. Det vil begrense søket. e.g., <br>
-<code class="example">latex og dvi2ps og eps</code>
-</li>
-
-<li>Try substring matching<br>
-
-Hvis du fikk ingen eller få resultater, kan du prøve
-delstreng søk. 
-
-Du kan skrive <code class="example">tex*</code> for
-å søke etter ord som begynner med
-<code>tex</code> (f.eks., <code>tex</code>,
-<code>texi2html</code>,
-<code>texindex</code>, <code>text</code>).
-<br>
-
-Du kan skrive <code class="example">*tex</code> for
-å søke etter ord som slutter med <code>tex</code> (f.eks.,
-<code>bibtex</code>, 
-<code>jlatex</code>, <code>latex</code>,
-<code>platex</code>, <code>ptex</code>, <code>vertex</code>).
-<br>
-
-Du kan skrive <code class="example">*tex*</code> for
-å søke etter ord som inneholder <code>tex</code> (mange).
-<br>
-</li>
-
-<li>Du prøvde frase søk, men fant ingen dokumenter som 
-inneholdt din frase.<br>
-
-Dette er ikke Namazu sterke side. Presisjonen på frase søk er
-ikke 100 %, så den kan til tider gi feil resultat.
-</li>
-
-<li>Det kan hende du vil bruke <code class="operator">og</code>,
-<code class="operator">eller</code> eller <code
-class="operator">ikke</code> som vanlige søkeord<br>
-Det kan gjøres ved at du setter disse inne i anførselstegn slik som <code
-class="operator">"..."</code> eller klammeparanteser slik som <code
-class="operator">{...}</code>.
-</li>
-
-</ul>

Deleted: htdocs/trunk/search/templates/NMZ.tips.pl
===================================================================
--- htdocs/trunk/search/templates/NMZ.tips.pl	2006-05-30 04:41:44 UTC (rev 14254)
+++ htdocs/trunk/search/templates/NMZ.tips.pl	2006-05-30 17:50:16 UTC (rev 14255)
@@ -1,68 +0,0 @@
-<h2><a name="tips" id="tips">Porady dotycz±ce wyszukiwania</a></h2>
-
-<p>
-Je¿eli masz problem ze znalezieniem podanej przez Ciebie informacji, spróbuj zastosowaæ poni¿sze rady
-</p>
-
-<ul>
-<li>Sprawd¼ pisowniê podanych s³ów kluczowych<br>
-Namazu nic nie znajdzie z b³êdami w pisowni.
-</li>
-
-<li>Dodaj s³ów-kluczy<br>
-
-Je¿eli nie otrzymujesz wyników, lub otrzymujesz ich za ma³o, mo¿esz dodaæ jedno
-lub wiêcej pokrewnych s³ów z operatorem
-<code
-class="operator">or</code> . Powiniene¶ otrzymaæ wiêcej rezultatów np.:
-<br>
-<code class="example">tex or ptex or latex or latex2e</code><br>
-
-Jezeli otrzymujesz za du¿o wynikow, mo¿esz dodaæ jedno lub wiêcej
-pokrewnych s³ów z operatorem
-<code class="operator">and</code>
-. To ograniczy bardziej zakres przeszukiwania np.:<br>
-<code class="example">latex and dvi2ps and eps</code>
-</li>
-
-<li>Spróbuj wyszukiwania okrojonych s³ów<br>
-
-Je¿eli nie otrzymujesz wyników, lub otrzymujesz ich za ma³o, mo¿esz spróbowaæ
-dopasowywania okrojonych s³ów.
-Mo¿esz wyszczególniæ<code class="example">tex*</code> dla wyszukania okre¶leñ zaczynaj±cych siê na
-<code>tex</code> (e.g., <code>tex</code>,
-<code>texi2html</code>,
-<code>texindex</code>, <code>text</code>).
-<br>
-Mo¿esz wyszczególniæ<code class="example">*tex</code> to
-wyszukiwanie dla okre¶leñ koñcz±cych siê na
-<code>tex</code> (np.:
-<code>bibtex</code>,
-<code>jlatex</code>, <code>latex</code>,
-<code>platex</code>, <code>ptex</code>, <code>vertex</code>).
-<br>
-
-Mo¿esz wyszczególniæ
-<code class="example">*tex*</code> to
-wyszukiwanie dla okre¶leñ zawieraj±cych
-<code>tex</code> (wiele).
-<br>
-</li>
-
-<li>You tried phrase searching but it hit documents which
-Spróbowa³e¶ wyszukiwania fraz, ale to nie zwróci³o ¿adnych wyników zawieraj±cych twoj± frazê?
-<br>
-To jest usterka Namazu. Precyzja wyszukiwania fraz nie jest
-100%, ale z³e wyniki s± rzadkie.
-</li>
-
-<li>Je¿eli chcesz u¿yæ <code class="operator">and</code>,
-<code class="operator">or</code> lub <code
-class="operator">not</code> jako zwyk³ych s³ów kluczowych <br>
-mo¿esz otoczyæ je odpowiednio podwójnymi cudzys³owami tak, jak
-<code
-class="operator">"..."</code> lub takimi nawiasami <code
-class="operator">{...}</code>.
-</li>
-
-</ul>

Copied: htdocs/trunk/search/templates/old/NMZ.body (from rev 14254, htdocs/trunk/search/templates/NMZ.body)

Copied: htdocs/trunk/search/templates/old/NMZ.body.es (from rev 14254, htdocs/trunk/search/templates/NMZ.body.es)

Copied: htdocs/trunk/search/templates/old/NMZ.body.fr (from rev 14254, htdocs/trunk/search/templates/NMZ.body.fr)

Copied: htdocs/trunk/search/templates/old/NMZ.body.nb (from rev 14254, htdocs/trunk/search/templates/NMZ.body.nb)

Copied: htdocs/trunk/search/templates/old/NMZ.body.pl (from rev 14254, htdocs/trunk/search/templates/NMZ.body.pl)

Copied: htdocs/trunk/search/templates/old/NMZ.foot (from rev 14254, htdocs/trunk/search/templates/NMZ.foot)

Copied: htdocs/trunk/search/templates/old/NMZ.foot.de (from rev 14254, htdocs/trunk/search/templates/NMZ.foot.de)

Copied: htdocs/trunk/search/templates/old/NMZ.foot.es (from rev 14254, htdocs/trunk/search/templates/NMZ.foot.es)

Copied: htdocs/trunk/search/templates/old/NMZ.foot.fr (from rev 14254, htdocs/trunk/search/templates/NMZ.foot.fr)

Copied: htdocs/trunk/search/templates/old/NMZ.foot.nb (from rev 14254, htdocs/trunk/search/templates/NMZ.foot.nb)

Copied: htdocs/trunk/search/templates/old/NMZ.foot.pl (from rev 14254, htdocs/trunk/search/templates/NMZ.foot.pl)

Copied: htdocs/trunk/search/templates/old/NMZ.head (from rev 14254, htdocs/trunk/search/templates/NMZ.head)

Copied: htdocs/trunk/search/templates/old/NMZ.head.de (from rev 14254, htdocs/trunk/search/templates/NMZ.head.de)

Copied: htdocs/trunk/search/templates/old/NMZ.head.es (from rev 14254, htdocs/trunk/search/templates/NMZ.head.es)

Copied: htdocs/trunk/search/templates/old/NMZ.head.fr (from rev 14254, htdocs/trunk/search/templates/NMZ.head.fr)

Copied: htdocs/trunk/search/templates/old/NMZ.head.nb (from rev 14254, htdocs/trunk/search/templates/NMZ.head.nb)

Copied: htdocs/trunk/search/templates/old/NMZ.head.pl (from rev 14254, htdocs/trunk/search/templates/NMZ.head.pl)

Copied: htdocs/trunk/search/templates/old/NMZ.result.normal (from rev 14254, htdocs/trunk/search/templates/NMZ.result.normal)

Copied: htdocs/trunk/search/templates/old/NMZ.result.normal.de (from rev 14254, htdocs/trunk/search/templates/NMZ.result.normal.de)

Copied: htdocs/trunk/search/templates/old/NMZ.result.normal.es (from rev 14254, htdocs/trunk/search/templates/NMZ.result.normal.es)

Copied: htdocs/trunk/search/templates/old/NMZ.result.normal.fr (from rev 14254, htdocs/trunk/search/templates/NMZ.result.normal.fr)

Copied: htdocs/trunk/search/templates/old/NMZ.result.normal.nb (from rev 14254, htdocs/trunk/search/templates/NMZ.result.normal.nb)

Copied: htdocs/trunk/search/templates/old/NMZ.result.normal.pl (from rev 14254, htdocs/trunk/search/templates/NMZ.result.normal.pl)

Copied: htdocs/trunk/search/templates/old/NMZ.result.short (from rev 14254, htdocs/trunk/search/templates/NMZ.result.short)

Copied: htdocs/trunk/search/templates/old/NMZ.result.short.de (from rev 14254, htdocs/trunk/search/templates/NMZ.result.short.de)

Copied: htdocs/trunk/search/templates/old/NMZ.result.short.es (from rev 14254, htdocs/trunk/search/templates/NMZ.result.short.es)

Copied: htdocs/trunk/search/templates/old/NMZ.result.short.fr (from rev 14254, htdocs/trunk/search/templates/NMZ.result.short.fr)

Copied: htdocs/trunk/search/templates/old/NMZ.result.short.nb (from rev 14254, htdocs/trunk/search/templates/NMZ.result.short.nb)

Copied: htdocs/trunk/search/templates/old/NMZ.result.short.pl (from rev 14254, htdocs/trunk/search/templates/NMZ.result.short.pl)

Copied: htdocs/trunk/search/templates/old/NMZ.tips (from rev 14254, htdocs/trunk/search/templates/NMZ.tips)

Copied: htdocs/trunk/search/templates/old/NMZ.tips.es (from rev 14254, htdocs/trunk/search/templates/NMZ.tips.es)

Copied: htdocs/trunk/search/templates/old/NMZ.tips.fr (from rev 14254, htdocs/trunk/search/templates/NMZ.tips.fr)

Copied: htdocs/trunk/search/templates/old/NMZ.tips.nb (from rev 14254, htdocs/trunk/search/templates/NMZ.tips.nb)

Copied: htdocs/trunk/search/templates/old/NMZ.tips.pl (from rev 14254, htdocs/trunk/search/templates/NMZ.tips.pl)



More information about the gnucash-changes mailing list