From: Ian Kelling Date: Tue, 7 May 2019 20:52:18 +0000 (-0400) Subject: symlink template to namazu, as of at least 2018 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a8405a00e91116600dcfbc8c97a8f57d0bd04abd;p=mharc.git symlink template to namazu, as of at least 2018 --- diff --git a/cgi-bin/template b/cgi-bin/template new file mode 120000 index 0000000..024a99c --- /dev/null +++ b/cgi-bin/template @@ -0,0 +1 @@ +/usr/share/namazu/template/ \ No newline at end of file diff --git a/cgi-bin/template/NMZ.body b/cgi-bin/template/NMZ.body deleted file mode 100644 index df36a6e..0000000 --- a/cgi-bin/template/NMZ.body +++ /dev/null @@ -1,189 +0,0 @@ -

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 -documents which contain the term. e.g., -

- -

-namazu -

- -

AND query

- -

-The query specifies two or more terms for retrieving all -documents which contain both terms. You can insert the -and operator between the terms. e.g., -

- -

-Linux and Netscape -

- -

-You can ommit the and operator. Terms which is -separated by one ore more spaces is assumed to be AND query. -

- -

OR query

-

-The query specifies two or more terms for retrieving all -documents which contain either term. You can insert the -or operator between the terms. -e.g., -

- -

-Linux or FreeBSD -

- -

NOT query

-

-The query specifies two or more terms for retrieving all -documents which contain a first term but does't contain the -following terms. You can insert the not -operator between the terms to do NOT query. e.g., -

- -

-Linux not UNIX -

- - -

Grouping

-

-You can group queries by surrounding them by -parentheses. The parentheses should be separated by one or -more spaces. e.g., -

- -

-( Linux or FreeBSD ) and Netscape not Windows -

- -

Phrase searching

-

-You can search for a phrase which consists of two or more terms -by surrounding them with double quotes like -"..." or with braces like {...}. -In Namazu, precision of phrase searching is not 100 %, -so it causes wrong results occasionally. e.g., -

- -

-{GNU Emacs} -

- - - -

Substring matching

-

-The are three types of substring matching searching. -

- -
-
Prefix matching -
inter* (terms which begin with inter) -
Inside matching -
*text* (terms which contain text) -
Suffix matching -
*net (terms which terminated -with net) -
- - -

Regular expressions

- -

-You can use regular expressions for pattern matching. The -regular expressions must be surrounded by slashes like /.../. Namazu uses Ruby's regular -regular expressions engine. It offers generally Perl compatible flavor. -e.g., -

- -

-/pro(gram|blem)s?/ -

- - -

Field-specified searching

-

-You can limit your search to specific fields such as -Subject:, From:, -Message-Id:. It's especially convenient for -Mail/News documents. e.g., -

- - - -

Notes

- - - diff --git a/cgi-bin/template/NMZ.body.in b/cgi-bin/template/NMZ.body.in deleted file mode 100644 index f7706f1..0000000 --- a/cgi-bin/template/NMZ.body.in +++ /dev/null @@ -1,184 +0,0 @@ -

Query

- -

Single term query

-

-The query specifies only one term for retrieving all -documents which contain the term. e.g., -

- -

-namazu -

- -

AND query

- -

-The query specifies two or more terms for retrieving all -documents which contain both terms. You can insert the -and operator between the terms. e.g., -

- -

-Linux and Netscape -

- -

-You can ommit the and operator. Terms which is -separated by one ore more spaces is assumed to be AND query. -

- -

OR query

-

-The query specifies two or more terms for retrieving all -documents which contain either term. You can insert the -or operator between the terms. -e.g., -

- -

-Linux or FreeBSD -

- -

NOT query

-

-The query specifies two or more terms for retrieving all -documents which contain a first term but does't contain the -following terms. You can insert the not -operator between the terms to do NOT query. e.g., -

- -

-Linux not UNIX -

- - -

Grouping

-

-You can group queries by surrounding them by -parentheses. The parentheses should be separated by one or -more spaces. e.g., -

- -

-( Linux or FreeBSD ) and Netscape not Windows -

- -

Phrase searching

-

-You can search for a phrase which consists of two or more terms -by surrounding them with double quotes like -"..." or with braces like {...}. -In Namazu, precision of phrase searching is not 100 %, -so it causes wrong results occasionally. e.g., -

- -

-{GNU Emacs} -

- - - -

Substring matching

-

-The are three types of substring matching searching. -

- -
-
Prefix matching -
inter* (terms which begin with inter) -
Inside matching -
*text* (terms which contain text) -
Suffix matching -
*net (terms which terminated -with net) -
- - -

Regular expressions

- -

-You can use regular expressions for pattern matching. The -regular expressions must be surrounded by slashes like /.../. Namazu uses Ruby's regular -regular expressions engine. It offers generally Perl compatible flavor. -e.g., -

- -

-/pro(gram|blem)s?/ -

- - -

Field-specified searching

-

-You can limit your search to specific fields such as -Subject:, From:, -Message-Id:. It's especially convenient for -Mail/News documents. e.g., -

- - - -

Notes

- - - diff --git a/cgi-bin/template/NMZ.body.in.dist b/cgi-bin/template/NMZ.body.in.dist deleted file mode 100644 index f7706f1..0000000 --- a/cgi-bin/template/NMZ.body.in.dist +++ /dev/null @@ -1,184 +0,0 @@ -

Query

- -

Single term query

-

-The query specifies only one term for retrieving all -documents which contain the term. e.g., -

- -

-namazu -

- -

AND query

- -

-The query specifies two or more terms for retrieving all -documents which contain both terms. You can insert the -and operator between the terms. e.g., -

- -

-Linux and Netscape -

- -

-You can ommit the and operator. Terms which is -separated by one ore more spaces is assumed to be AND query. -

- -

OR query

-

-The query specifies two or more terms for retrieving all -documents which contain either term. You can insert the -or operator between the terms. -e.g., -

- -

-Linux or FreeBSD -

- -

NOT query

-

-The query specifies two or more terms for retrieving all -documents which contain a first term but does't contain the -following terms. You can insert the not -operator between the terms to do NOT query. e.g., -

- -

-Linux not UNIX -

- - -

Grouping

-

-You can group queries by surrounding them by -parentheses. The parentheses should be separated by one or -more spaces. e.g., -

- -

-( Linux or FreeBSD ) and Netscape not Windows -

- -

Phrase searching

-

-You can search for a phrase which consists of two or more terms -by surrounding them with double quotes like -"..." or with braces like {...}. -In Namazu, precision of phrase searching is not 100 %, -so it causes wrong results occasionally. e.g., -

- -

-{GNU Emacs} -

- - - -

Substring matching

-

-The are three types of substring matching searching. -

- -
-
Prefix matching -
inter* (terms which begin with inter) -
Inside matching -
*text* (terms which contain text) -
Suffix matching -
*net (terms which terminated -with net) -
- - -

Regular expressions

- -

-You can use regular expressions for pattern matching. The -regular expressions must be surrounded by slashes like /.../. Namazu uses Ruby's regular -regular expressions engine. It offers generally Perl compatible flavor. -e.g., -

- -

-/pro(gram|blem)s?/ -

- - -

Field-specified searching

-

-You can limit your search to specific fields such as -Subject:, From:, -Message-Id:. It's especially convenient for -Mail/News documents. e.g., -

- - - -

Notes

- - - diff --git a/cgi-bin/template/NMZ.foot b/cgi-bin/template/NMZ.foot deleted file mode 100644 index 6e5abdb..0000000 --- a/cgi-bin/template/NMZ.foot +++ /dev/null @@ -1,7 +0,0 @@ -
-
-This search system is powered by -Namazu -
- - diff --git a/cgi-bin/template/NMZ.foot.in b/cgi-bin/template/NMZ.foot.in deleted file mode 100644 index 6e5abdb..0000000 --- a/cgi-bin/template/NMZ.foot.in +++ /dev/null @@ -1,7 +0,0 @@ -
-
-This search system is powered by -Namazu -
- - diff --git a/cgi-bin/template/NMZ.foot.in.dist b/cgi-bin/template/NMZ.foot.in.dist deleted file mode 100644 index 6e5abdb..0000000 --- a/cgi-bin/template/NMZ.foot.in.dist +++ /dev/null @@ -1,7 +0,0 @@ -
-
-This search system is powered by -Namazu -
- - diff --git a/cgi-bin/template/NMZ.head b/cgi-bin/template/NMZ.head deleted file mode 100644 index 6bf6839..0000000 --- a/cgi-bin/template/NMZ.head +++ /dev/null @@ -1,82 +0,0 @@ - - -Mail Archive Search - - - - - - -
-

Search String: - - - -Display: - -Description: - -Sort: - -

-
diff --git a/cgi-bin/template/NMZ.head.in b/cgi-bin/template/NMZ.head.in deleted file mode 100644 index bbb4386..0000000 --- a/cgi-bin/template/NMZ.head.in +++ /dev/null @@ -1,82 +0,0 @@ - - -Mail Archive Search - - - - - - -
-

Search String: - - - -Display: - -Description: - -Sort: - -

-
diff --git a/cgi-bin/template/NMZ.head.in.dist b/cgi-bin/template/NMZ.head.in.dist deleted file mode 100644 index 6d7f091..0000000 --- a/cgi-bin/template/NMZ.head.in.dist +++ /dev/null @@ -1,81 +0,0 @@ - - -Mail Archive Search - - - - - -
-

Search String: - - - -Display: - -Description: - -Sort: - -

-
diff --git a/cgi-bin/template/NMZ.result.normal b/cgi-bin/template/NMZ.result.normal deleted file mode 100644 index 5830a7c..0000000 --- a/cgi-bin/template/NMZ.result.normal +++ /dev/null @@ -1,5 +0,0 @@ -
${namazu::counter}. ${title} (score: ${namazu::score}) -
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 deleted file mode 100644 index 5830a7c..0000000 --- a/cgi-bin/template/NMZ.result.normal.in +++ /dev/null @@ -1,5 +0,0 @@ -
${namazu::counter}. ${title} (score: ${namazu::score}) -
Author: HIDDEN -
Date: ${date} -
${summary} -
${uri} (${size} bytes)

diff --git a/cgi-bin/template/NMZ.result.normal.in.dist b/cgi-bin/template/NMZ.result.normal.in.dist deleted file mode 100644 index cd8d609..0000000 --- a/cgi-bin/template/NMZ.result.normal.in.dist +++ /dev/null @@ -1,5 +0,0 @@ -
${namazu::counter}. ${title} (score: ${namazu::score}) -
Author: ${author} -
Date: ${date} -
${summary} -
${uri} (${size} bytes)

diff --git a/cgi-bin/template/NMZ.result.short b/cgi-bin/template/NMZ.result.short deleted file mode 100644 index 7f087a9..0000000 --- a/cgi-bin/template/NMZ.result.short +++ /dev/null @@ -1,2 +0,0 @@ -
${namazu::counter}. ${title} (score: ${namazu::score}) -
${uri} (${size} bytes)

diff --git a/cgi-bin/template/NMZ.result.short.in b/cgi-bin/template/NMZ.result.short.in deleted file mode 100644 index 7f087a9..0000000 --- a/cgi-bin/template/NMZ.result.short.in +++ /dev/null @@ -1,2 +0,0 @@ -
${namazu::counter}. ${title} (score: ${namazu::score}) -
${uri} (${size} bytes)

diff --git a/cgi-bin/template/NMZ.result.short.in.dist b/cgi-bin/template/NMZ.result.short.in.dist deleted file mode 100644 index 7f087a9..0000000 --- a/cgi-bin/template/NMZ.result.short.in.dist +++ /dev/null @@ -1,2 +0,0 @@ -
${namazu::counter}. ${title} (score: ${namazu::score}) -
${uri} (${size} bytes)

diff --git a/cgi-bin/template/NMZ.tips b/cgi-bin/template/NMZ.tips deleted file mode 100644 index b19d4d6..0000000 --- a/cgi-bin/template/NMZ.tips +++ /dev/null @@ -1,60 +0,0 @@ -

Tips on searching

- -

-If you have trouble with searching, you can check the following tips. -

- - diff --git a/cgi-bin/template/NMZ.tips.in b/cgi-bin/template/NMZ.tips.in deleted file mode 100644 index b19d4d6..0000000 --- a/cgi-bin/template/NMZ.tips.in +++ /dev/null @@ -1,60 +0,0 @@ -

Tips on searching

- -

-If you have trouble with searching, you can check the following tips. -

- - diff --git a/cgi-bin/template/NMZ.tips.in.dist b/cgi-bin/template/NMZ.tips.in.dist deleted file mode 100644 index b19d4d6..0000000 --- a/cgi-bin/template/NMZ.tips.in.dist +++ /dev/null @@ -1,60 +0,0 @@ -

Tips on searching

- -

-If you have trouble with searching, you can check the following tips. -

- -