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 --- debian/htdig/htdig-3.2.0b6/htdoc/htdump.html | 201 +++++++++++++++++++++++++++ 1 file changed, 201 insertions(+) create mode 100644 debian/htdig/htdig-3.2.0b6/htdoc/htdump.html (limited to 'debian/htdig/htdig-3.2.0b6/htdoc/htdump.html') diff --git a/debian/htdig/htdig-3.2.0b6/htdoc/htdump.html b/debian/htdig/htdig-3.2.0b6/htdoc/htdump.html new file mode 100644 index 00000000..5462a929 --- /dev/null +++ b/debian/htdig/htdig-3.2.0b6/htdoc/htdump.html @@ -0,0 +1,201 @@ + + + + + ht://Dig: htdump + + + +

+ htdump +

+

+ ht://Dig Copyright © 1995-2004 The ht://Dig Group
+ Please see the file COPYING for + license information. +

+
+
+
+

+ Synopsis +

+
+
+ htdump [options] +
+
+
+
+

+ Description +

+
+
+ Htdump writes out an ASCII-text version of the document and word + databases in the same form as the -t option of htdig. +
+
+
+
+

+ Options +

+
+
+
+
+ -a +
+
+ Use alternate work files. Tells htdump to append + .work to database files, allowing it to + operate on a second set of databases. +
+
+ -c configfile +
+
+ Use the specified configfile file instead of the + default. +
+
+ -d +
+
+ Do not dump the document database. +
+
+ -v +
+
+ Verbose mode. This doesn't have much effect. +
+
+ -w +
+
+ Do not dump the word database. +
+ +
+
+
+ +
+
+

+ File Formats +

+
+
+
+

Document Database

+
+
+

Each line in the file starts with the document id + followed by a list of + fieldname:value + separated by tabs. The fields always appear in the + order listed below: +

+ + + + + + + + + + + + + + + + + + + +
fieldname value
uURL
tTitle
aState (0 = normal, 1 = not found, 2 + = not indexed, 3 = obsolete)
mLast modification time as reported + by the server
sSize in bytes
HExcerpt
hMeta description
lTime of last retrieval
LCount of the links in the document + (outgoing links)
bCount of the links to the document + (incoming links or backlinks)
cHopCount of this document
gSignature of the document used for + duplicate-detection
eE-mail address to use for a + notification message from htnotify
nDate to send out a notification + e-mail message
SSubject for a notification e-mail + message
dThe text of links pointing to this + document. (e.g. <a + href="docURL">description</a>)
AAnchors in the document (i.e. <A + NAME=...)
+
+
+

Word Database

+
+
+

+ The first line of the ASCII word database is a comment, + prefixed with '#' and specifies the columns of the file + separated by tabs. + The fields are:

+
+ word
+ document id
+ flags
+ location
+ anchor
+
+ +

+
+
+
+
+
+

+ Files +

+
+
+
+
+ CONFIG_DIR/htdig.conf +
+
+ The default configuration file. +
+
+ DATABASE_DIR/db.docs +
+
+ The default ASCII document database file. +
+
+ DATABASE_DIR/db.worddump +
+
+ The default ASCII word database file. +
+
+
+
+
+
+

+ See Also +

+
+
+ htdig, + htload and + Configuration file format +
+
+
+ + Last modified: $Date: 2004/06/12 13:39:13 $ + + + -- cgit v1.2.1