summaryrefslogtreecommitdiff
path: root/sfeed_gph.1
blob: 4162683466429149a2e5c078fdd8e86a3cd30dce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.Dd February 14, 2018
.Dt SFEED_GPH 1
.Os
.Sh NAME
.Nm sfeed_gph
.Nd format feed data to geomyidae .gph files
.Sh SYNOPSIS
.Nm
.Op Ar file...
.Sh DESCRIPTION
.Nm
formats feed data (TSV) from
.Xr sfeed 1
from stdin or
.Ar file
to stdout in the geomyidae .gph file format.
.Pp
If one or more
.Ar file
are specified, the basename of the
.Ar file
is used as the feed name in the output.
.Nm
creates a index.gph index file and for each feed creates a file in the
format feedname.gph.
.Pp
If no
.Ar file
parameters are specified and the data is read from stdin then the gph data
is written to stdout and no files are written.
.Bl -tag -width Ds
.It Ev SFEED_GPH_PATH
This environment variable can be used as the prefix for each path in the
index.gph file.
The default is "/".
.El
.Sh SEE ALSO
.Xr geomyidae 1 ,
.Xr sfeed 1
.Sh AUTHORS
.An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org