From 8c787c3591c1c885b91a54128835b400858c5cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 5 Nov 2021 13:28:23 +0100 Subject: DEB htdig: Added to repository. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- .../contrib/scriptname/templates/NOTE | 2 ++ .../contrib/scriptname/templates/footer.html | 2 ++ .../contrib/scriptname/templates/header.html | 22 ++++++++++++++++ .../contrib/scriptname/templates/long.html | 6 +++++ .../contrib/scriptname/templates/nomatch.html | 30 ++++++++++++++++++++++ .../contrib/scriptname/templates/short.html | 1 + .../contrib/scriptname/templates/syntax.html | 27 +++++++++++++++++++ 7 files changed, 90 insertions(+) create mode 100644 debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/NOTE create mode 100644 debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/footer.html create mode 100644 debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/header.html create mode 100644 debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/long.html create mode 100644 debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/nomatch.html create mode 100644 debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/short.html create mode 100644 debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/syntax.html (limited to 'debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates') diff --git a/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/NOTE b/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/NOTE new file mode 100644 index 00000000..b6a82833 --- /dev/null +++ b/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/NOTE @@ -0,0 +1,2 @@ +These are the standard template files, minus the standard start and +ending of the HTML that is already in the dynamic results page. diff --git a/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/footer.html b/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/footer.html new file mode 100644 index 00000000..67938f89 --- /dev/null +++ b/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/footer.html @@ -0,0 +1,2 @@ +$(PAGEHEADER) +$(PREVPAGE) $(PAGELIST) $(NEXTPAGE) diff --git a/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/header.html b/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/header.html new file mode 100644 index 00000000..41503364 --- /dev/null +++ b/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/header.html @@ -0,0 +1,22 @@ +Search results for '$(LOGICAL_WORDS)' +
+
+ + + + +Match: $(METHOD) +Format: $(FORMAT) +Sort by: $(SORT) +
+Refine search: + + + +
+
+
+Documents $(FIRSTDISPLAYED) - $(LASTDISPLAYED) of $(MATCHES) matches. +More *'s indicate a better match. + +
diff --git a/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/long.html b/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/long.html new file mode 100644 index 00000000..57ea8dcc --- /dev/null +++ b/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/long.html @@ -0,0 +1,6 @@ +
$(TITLE)$(STARSLEFT) +
$(EXCERPT)
+$(URL) +$(MODIFIED), $(SIZE) bytes +
+ diff --git a/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/nomatch.html b/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/nomatch.html new file mode 100644 index 00000000..840e4098 --- /dev/null +++ b/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/nomatch.html @@ -0,0 +1,30 @@ +Search results +
+

No matches were found for '$(LOGICAL_WORDS)'

+

+Check the spelling of the search word(s) you used. +If the spelling is correct and you only used one word, +try using one or more similar search words with "Any." +

+If the spelling is correct and you used more than one +word with "Any," try using one or more similar search +words with "Any."

+If the spelling is correct and you used more than one +word with "All," try using one or more of the same words +with "Any."

+
+
+ + + + +Match: $(METHOD) +Format: $(FORMAT) +Sort by: $(SORT) +
+Refine search: + + + +
+
diff --git a/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/short.html b/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/short.html new file mode 100644 index 00000000..b5044b31 --- /dev/null +++ b/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/short.html @@ -0,0 +1 @@ +$(STARSRIGHT) $(TITLE)
diff --git a/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/syntax.html b/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/syntax.html new file mode 100644 index 00000000..feddac71 --- /dev/null +++ b/debian/htdig/htdig-3.2.0b6/contrib/scriptname/templates/syntax.html @@ -0,0 +1,27 @@ +Error in Boolean search for '$(LOGICAL_WORDS)' +
+Boolean expressions need to be 'correct' in order for the search +system to use them. +The expression you entered has errors in it.

+Examples of correct expressions are: cat and dog, cat +not dog, cat or (dog not nose).
Note that +the operator not has the meaning of 'without'. +

+$(SYNTAXERROR) +
+
+
+ + + + +Match: $(METHOD) +Format: $(FORMAT) +Sort: $(SORT) +
+Refine search: + + + +
+
-- cgit v1.2.1