1# VARIOUS DOCS
2CHANGELOG			# commentary on what changes I've made to the source
3CONTENTS			# this file
4README				# Descriptions and News you need to read.
5README.Gui			# about my java gui
6README.Xover			# about the new xover killfiles
7
8# SCRIPTS TO TIE ALL THIS STUFF TOGETHER
9sample/get.news.innxmit		# sample for INN (innxmit)
10sample/get.news.rnews		# sample for CNEWS (rnews)
11sample/put.news			# used by the get.news scripts
12
13# SAMPLE DATAFILES
14sample/suckkillfile.sample
15sample/sucknewsrc.sample
16sample/suckothermsgs.sample
17sample/killprg_child.c		# sample of killprg routine
18sample/kill_perl.pl		# sample of perl embed for killfiles
19sample/put.news.pl		# sample of perl embed for rpost
20sample/post_filter.pl		# sample of pre-post filter
21
22# MAN PAGES
23man/suck.1
24man/lpost.1
25man/rpost.1
26man/testhost.1
27
28# JAVA RELATED FILES
29java/Suck.java			# a Java gui for downloading news
30java/Suck.class
31java/SuckMenu.class
32java/SuckUpdate.class
33
34# PERL RELATED FILES
35perl/header.pl			# a Perl/Tk gui to display articles/header
36
37# SOURCE FILES
38active.c
39active.h
40batch.c
41batch.h
42both.c
43both.h
44both_phrases.c
45chkhistory.c
46chkhistory.h
47chkhistory_db.c
48db.c
49db.h
50dedupe.c
51dedupe.h
52killfile.c
53killfile.h
54killprg.c
55lmove.c
56lmove_phrases.c
57lpost.c
58phrases.h
59read_db.c
60rpost.c
61rpost_phrases.c
62ssort.c
63ssort.h
64suck.c
65suck.h
66suck_config.h
67suck_phrases.c
68suckutils.c
69suckutils.h
70testhost.c
71test_phrases.c
72timer.c
73timer.h
74xover.c
75xover.h
76
77# STUFF FOR AUTO-CONFIGURING
78Makefile.in
79config.h.in
80configure
81configure.in
82install-sh
83stamp-h
84suck.spec
85