-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCONTENTS
84 lines (77 loc) · 1.49 KB
/
CONTENTS
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
# VARIOUS DOCS
CHANGELOG # commentary on what changes I've made to the source
CONTENTS # this file
README # Descriptions and News you need to read.
README.Gui # about my java gui
README.Xover # about the new xover killfiles
# SCRIPTS TO TIE ALL THIS STUFF TOGETHER
sample/get.news.innxmit # sample for INN (innxmit)
sample/get.news.rnews # sample for CNEWS (rnews)
sample/put.news # used by the get.news scripts
# SAMPLE DATAFILES
sample/suckkillfile.sample
sample/sucknewsrc.sample
sample/suckothermsgs.sample
sample/killprg_child.c # sample of killprg routine
sample/kill_perl.pl # sample of perl embed for killfiles
sample/put.news.pl # sample of perl embed for rpost
sample/post_filter.pl # sample of pre-post filter
# MAN PAGES
man/suck.1
man/lpost.1
man/rpost.1
man/testhost.1
# JAVA RELATED FILES
java/Suck.java # a Java gui for downloading news
java/Suck.class
java/SuckMenu.class
java/SuckUpdate.class
# PERL RELATED FILES
perl/header.pl # a Perl/Tk gui to display articles/header
# SOURCE FILES
active.c
active.h
batch.c
batch.h
both.c
both.h
both_phrases.c
chkhistory.c
chkhistory.h
chkhistory_db.c
db.c
db.h
dedupe.c
dedupe.h
killfile.c
killfile.h
killprg.c
lmove.c
lmove_phrases.c
lpost.c
phrases.h
read_db.c
rpost.c
rpost_phrases.c
ssort.c
ssort.h
suck.c
suck.h
suck_config.h
suck_phrases.c
suckutils.c
suckutils.h
testhost.c
test_phrases.c
timer.c
timer.h
xover.c
xover.h
# STUFF FOR AUTO-CONFIGURING
Makefile.in
config.h.in
configure
configure.in
install-sh
stamp-h
suck.spec