From 20dc6258c9baece583ce4d6c05dda7833e5ea2f2 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 7 May 2019 16:23:04 -0400 Subject: [PATCH] Update archive template, this was discarded later --- cgi-bin/template/NMZ.body | 5 +++++ cgi-bin/template/NMZ.result.normal | 2 +- cgi-bin/template/NMZ.result.normal.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/cgi-bin/template/NMZ.body b/cgi-bin/template/NMZ.body index f7706f1..df36a6e 100644 --- a/cgi-bin/template/NMZ.body +++ b/cgi-bin/template/NMZ.body @@ -1,5 +1,10 @@

Query

+

Long messages and words are ignored

+

+Messages longer than 100,000 letters or 500,000 bytes are ignored. Words longer than 40 characters are ignored. Attachments are ignored. +

+

Single term query

The query specifies only one term for retrieving all diff --git a/cgi-bin/template/NMZ.result.normal b/cgi-bin/template/NMZ.result.normal index cd8d609..5830a7c 100644 --- a/cgi-bin/template/NMZ.result.normal +++ b/cgi-bin/template/NMZ.result.normal @@ -1,5 +1,5 @@

${namazu::counter}. ${title} (score: ${namazu::score}) -
Author: ${author} +
Author: HIDDEN
Date: ${date}
${summary}
${uri} (${size} bytes)

diff --git a/cgi-bin/template/NMZ.result.normal.in b/cgi-bin/template/NMZ.result.normal.in index cd8d609..5830a7c 100644 --- a/cgi-bin/template/NMZ.result.normal.in +++ b/cgi-bin/template/NMZ.result.normal.in @@ -1,5 +1,5 @@
${namazu::counter}. ${title} (score: ${namazu::score}) -
Author: ${author} +
Author: HIDDEN
Date: ${date}
${summary}
${uri} (${size} bytes)

-- 2.25.1