summaryrefslogtreecommitdiffstats
path: root/lurker/index/lurker-list.1
blob: 685989af2dfb20844b4a827a146c4bb80c783d80 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
LURKER-LIST(1)                       General Commands Manual                       LURKER-LIST(1)

NAME
       lurker-list -- parses lists from the config file

SYNOPSIS
       lurker-list [-c <config-file>]  [-f <locale>]  [-i -g -t -a -l -d -s -o]  [listid ...]

DESCRIPTION
       lurker-list outputs various lurker settings from the config file for use in shell scripts.
       Do not use sed/grep/etc, instead use this as it respects include.

       If no list ids are given, then all lists are dumped. If no field is  specified,  then  all
       fields are dumped.

OPTIONS
       -c config-file
                 Use this config file for lurker settings.

       -f locale Choose  lurker config fields from the specified locale (it defaults to selecting
                 the fallback case for each field).

       -i        Output only the list id

       -g        Output only the group

       -t        Output only the title

       -a        Output only the email address

       -l        Output only the url link

       -d        Output only the description

       -s        Output only the language

       -o        Output only the offline status

SEE ALSO
       lurker-index(1), lurker-prune(1), lurker-params(1), lurker-search(1)

       lurker documentation on http://lurker.sourceforge.net/

COPYRIGHT
       Copyright (C) 2002: Wesley W. Terpstra <terpstra@users.sourceforge.net>

       This program is free software; you can redistribute it and/or modify it under the terms of
       the GNU General Public License as published by the Free Software Foundation; version 2.

       This  program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
       without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR  PURPOSE.
       See the GNU General Public License for more details.

       You should have received a copy of the GNU General Public License along with this program;
       if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,  Boston,
       MA 02111-1307, USA.

BUGS
       Before reporting a bug, please confirm that the bug you found is still present in the lat-
       est official release. If the problem persists, then send mail with instructions describing
       how to reproduce the bug to <lurker-users@lists.sourceforge.net>.

                                                                                   LURKER-LIST(1)