.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.0102 (Pod::Simple 3.45) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "OVERCHAN 8" .TH OVERCHAN 8 2022-07-10 "INN 2.7.4" "InterNetNews Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME overchan \- Batch update the INN overview database .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBoverchan\fR [\fIfile\fR ...] .SH DESCRIPTION .IX Header "DESCRIPTION" \&\fBoverchan\fR reads overview data from the specified files or from standard input if no files are specified, and writes that data into the INN overview database. (The file \f(CW\*(C`\-\*(C'\fR means to read data from standard input as well.) .PP Normally, overview data is stored by \fBinnd\fR for articles as they're accepted. For performance, however, it's sometimes useful to have overview data written by a separate process. To do this, set \&\fIuseoverchan\fR to true in \fIinn.conf\fR to tell \fBinnd\fR to not write overview data directly and then add an \fBoverchan\fR channel in \&\fInewsfeeds\fR: .PP .Vb 1 \& overview!:*:Tc,WnteO:/overchan .Ve .PP where is \fIpathbin\fR in \fIinn.conf\fR. Additionally, \fBoverchan\fR can be used to bulk-load overview data from appropriately formatted batch files (such as overflow files from an \fBoverchan\fR channel). .PP Each line of input should have the following format: .PP .Vb 1 \& .Ve .PP where is the storage API token of the article in textual form (surrounded by \f(CW\*(C`@\*(C'\fR characters), is the arrival timestamp of the article in seconds since epoch, is the expiration time of the article in seconds since epoch or 0 if there is none, and is the tab-separated overview data. Each of these fields must be separated by a single space. .SH HISTORY .IX Header "HISTORY" Written by Rob Robertson and Rich $alz for InterNetNews. Man page rewritten in POD by Russ Allbery . .SH "SEE ALSO" .IX Header "SEE ALSO" inn.conf(5), innd(8), newsfeeds(5)